Expand description
Some useful interfaces for device tree.
Structs
- A node on the device tree.
- A prop of a node.
Functions
- Find the first node with given compatible(may not exist).
- Do something for all nodes with given compatible.
- Do something for all devices with given type.
- Find the first node with given name(may not exist).
- init⚠Init device tree from given address.