Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| device_tree [2021/02/09 09:44] – admin | device_tree [2021/02/09 10:10] (current) – admin | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| / { | / { | ||
| model = ""; | model = ""; | ||
| - | compatible = ""; | + | compatible = ""; |
| - | + | ||
| - | cpus { }; | + | cpus { }; --> (sub)node |
| - | + | ||
| - | label: nodeA@1 { | + | label: nodeA@1 { --> label used with a phandle |
| property = value; | property = value; | ||
| .. | .. | ||
| }; | }; | ||
| }; | }; | ||