Devicetree/DTS syntax: Difference between revisions
move dts syntax guide from main devicetree page |
No edit summary |
||
Line 2: | Line 2: | ||
This page serves as a guide to the device tree source (DTS) file syntax. | This page serves as a guide to the device tree source (DTS) file syntax. | ||
== TODOs == | |||
* Look through the whole thing again and rewrite. The writing is rather awkward... | |||
* Quick intro to explain how things are typically laid out in ARM chips, buses like I2C, etc. - how <code>reg</code> addresses work, how DTS syntax describes this layout | |||
== Basic DTS syntax == | == Basic DTS syntax == |