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ยง
- Fdt
- Interface for creating and manipulating a Flattened Devicetree (FDT) and emitting a Devicetree Blob (DTB).
- FdtNode
- Flattened device tree node.
- Path
- Device tree path.
Enumsยง
Functionsยง
- apply_
overlay - Apply an overlay to the base FDT.