blob: 8c4102c6a5e77b108522a00d40274ea6bcc03126 [file] [log] [blame]
Rob Landleya994a852011-03-15 16:11:41 -07001Documentation for device trees, a data structure by which bootloaders pass
2hardware layout to Linux in a device-independent manner, simplifying hardware
3probing. This subsystem is maintained by Grant Likely
4<grant.likely@secretlab.ca> and has a mailing list at
5https://lists.ozlabs.org/listinfo/devicetree-discuss
6
700-INDEX
8 - this file
9booting-without-of.txt
10 - Booting Linux without Open Firmware, describes history and format of device trees.
Henrik Austad3cf8ca12014-02-10 14:25:33 -080011usage-model.txt
12 - How Linux uses DT and what DT aims to solve.