device_tree

Differences

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

Link to this comparison view

Next revision
Previous revision
device_tree [2014/02/13 10:21] – created 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 5: Line 8:
 https://groups.google.com/forum/#!topic/beagleboard/aHnIl-2eU1g https://groups.google.com/forum/#!topic/beagleboard/aHnIl-2eU1g
  
 +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.1392286898.txt.gz
  • Last modified: 12 years ago
  • by admin