Devicetree/DTS syntax: Difference between revisions

Knuxify (talk | contribs)
move dts syntax guide from main devicetree page
 
Knuxify (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
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 ==
* 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
* Split up into more granular subsections


== Basic DTS syntax ==
== Basic DTS syntax ==