Expand description
Flattened device tree writer.
Modules§
- fdt 🔒This module writes Flattened Devicetree blobs as defined here: https://devicetree-specification.readthedocs.io/en/stable/flattened-format.html
- overlay 🔒This module applies binary flattened device tree overlays.
- path 🔒This module implements DT path handling.
- propval 🔒This module implements FDT property value conversions as defined by the device tree format.
Structs§
- Interface for creating and manipulating a Flattened Devicetree (FDT) and emitting a Devicetree Blob (DTB).
- Flattened device tree node.
- Device tree path.
Enums§
Functions§
- Apply an overlay to the base FDT.