meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:dts [2023/10/18 20:40] – niziak | linux:dts [2025/07/22 07:52] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Device Tree ====== | ====== Device Tree ====== | ||
- | DTS, DTB, DTC | + | Search tags: DTS, DTB, DTC, DeviceTree, DTBO, DTSI |
+ | |||
+ | ===== get human readable device tree from runnin kernel ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt-get install device-tree-compiler | ||
+ | dtc -I fs -O dts / | ||
+ | </ | ||
===== empty pinctrl phandle ===== | ===== empty pinctrl phandle ===== |