Expand description
Contains the structures that represent the device tree.
Structs§
- DTInfo
- The device tree info as specified by the Device Tree Specification. Includes
the reserved memory info, the boot CPU ID, and the root node of the tree.
The root node may not include any changes made by node specifications listed
after the root node. These amendments are returned separately. See
parser::parse_dt
. - Reserve
Info - Stores the information from a
/memreserve/
statement.
Enums§
- Cell
- A cell that can hold either a number or a reference to another object.
- Data
- Data that properties might contain.
- Node
- A node in the device tree.
- Node
Name - A name of a node, either as a reference or a full path.
- Property
- A property of a node.