Lines Matching full:tree
7 The Linux usage model for device tree data
11 This article describes how Linux uses the device tree. An overview of
12 the device tree data format can be found on the device tree usage page
17 The "Open Firmware Device Tree", or simply Devicetree (DT), is a data
23 Structurally, the DT is a tree, or acyclic graph with named nodes, and
26 links from one node to another outside of the natural tree structure.
29 is defined for how data should appear in the tree to describe typical
48 Device Tree to discover the topology of the hardware at runtime, and
54 Device Tree.
60 Tree (FDT) was created which could be passed to the kernel as a binary
63 Device Tree Binary (dtb) and to modify a dtb at boot time. DT was
75 If you haven't already read the Device Tree Usage\ [1]_ page,
105 perfectly by the device tree in a consistent and reliable manner.
115 table and selects the machine_desc which best matches the device tree
117 property in the root device tree node, and comparing it with the
207 several times with different helper callbacks to parse device tree
209 the device tree and uses the helpers to extract information required
217 scanning of the device tree after selecting the correct machine_desc
256 tree and children of simple memory mapped bus nodes.
259 device tree for the NVIDIA Tegra board::
325 However, looking at the tree, it is not immediately obvious what kind
336 The trick is that the kernel starts at the root of the tree and looks
340 of the tree is either directly attached to the processor bus, or is a
355 tree. Therefore, if a DT node is at the root of the tree, then it
359 to kick off discovery of devices at the root of the tree. The
361 tree, there is no need to provide a starting node (the first NULL), a
383 device tree support code reflects that and makes the above example