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
Next revision
Previous revision
device_tree [2018/03/02 11:02] admindevice_tree [2021/02/09 10:10] (current) admin
Line 11: Line 11:
  
 http://elinux.org/images/a/a3/Elce2013-petazzoni-devicetree-for-dummies.pdf http://elinux.org/images/a/a3/Elce2013-petazzoni-devicetree-for-dummies.pdf
 +
 +  / {
 +    model = "";
 +    compatible = "";     --> property
 +    
 +    cpus {    };         --> (sub)node
 +    
 +    label: nodeA@1 {     --> label used with a phandle
 +        property = value;
 +        ..
 +    };
 +  };
  • device_tree.1519988567.txt.gz
  • Last modified: 8 years ago
  • by admin