32 lines
818 B
YAML
32 lines
818 B
YAML
description: Flash partitions parent node
|
|
|
|
compatible: "fixed-partitions"
|
|
|
|
properties:
|
|
"#address-cells":
|
|
type: int
|
|
required: false
|
|
description: number of address cells in reg property
|
|
|
|
"#size-cells":
|
|
type: int
|
|
required: false
|
|
description: number of size cells in reg property
|
|
|
|
child-binding:
|
|
description: Flash partition child node
|
|
properties:
|
|
label:
|
|
required: true
|
|
type: string
|
|
required: false
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
read-only:
|
|
type: boolean
|
|
required: false
|
|
description: if the partition is read-only or not
|
|
reg:
|
|
type: array
|
|
description: register space
|
|
required: true
|