meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:dts [2023/10/16 20:12] – created 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 ===== | ||
| - | To mute warning from U-Boot that ... | + | To mute warning from U-Boot |
| it is possible to define '' | it is possible to define '' | ||