# Functions
ReadFDT reads FDT from an io.ReadSeeker.
# Constants
These are the possible values for PropertyType.
Magic value seen in the FDT Header.
MaxTotalSize is a limitation imposed by this implementation.
These are the possible values for PropertyType.
These are the possible values for PropertyType.
These are the possible values for PropertyType.
These are the possible values for PropertyType.
These are the possible values for PropertyType.
These are the possible values for PropertyType.
# Variables
StandardPropertyTypes maps properties to values as defined by the spec.
# Structs
Empty represents an empty Device Tree value.
FDT contains the parsed contents of a Flattend Device Tree (.dtb).
Header appears at offset 0.
Node is one Node in the Device Tree.
Property is a name-value pair.
ReserveEntry defines a memory region which is reserved.
# Type aliases
PHandle represents a pointer to another Node.
PropertyType is an enum of possible property types.