User Tools

Site Tools


device_tree

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
device_tree [03/02/2018 11:02] admindevice_tree [02/09/2021 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: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki