device_tree

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
device_tree [2021/02/09 09:44] admindevice_tree [2021/02/09 10:10] (current) admin
Line 14: Line 14:
   / {   / {
     model = "";     model = "";
-    compatible = ""; +    compatible = "";     --> property 
-  +     
-    cpus {    }; +    cpus {    };         --> (sub)node 
- +     
-    label: nodeA@1 {+    label: nodeA@1 {     --> label used with a phandle
         property = value;         property = value;
         ..         ..
     };     };
   };   };
  • device_tree.1612863847.txt.gz
  • Last modified: 5 years ago
  • by admin