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 [2014/02/13 10:43] admindevice_tree [2021/02/09 10:10] (current) admin
Line 1: Line 1:
 +
 +https://developer.toradex.com/device-tree-customization
 +
 http://www.armadeus.com/wiki/index.php?title=Kernel-with-device-tree http://www.armadeus.com/wiki/index.php?title=Kernel-with-device-tree
  
Line 6: Line 9:
  
 http://lwn.net/Articles/572692/ http://lwn.net/Articles/572692/
 +
 +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.1392288228.txt.gz
  • Last modified: 12 years ago
  • by admin