Crate dtb

source ·
Expand description

Some useful interfaces for device tree.

Structs

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.