Crate cros_fdt

Source
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ยง

Error

Functionsยง

apply_overlay
Apply an overlay to the base FDT.

Type Aliasesยง

Result