| 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: |
| type: string |
| required: false |
| description: Human readable string describing the device (used as device_get_binding() argument) |
| read-only: |
| type: boolean |
| required: false |
| description: if the partition is read-only or not |
| reg: |
| type: array |
| description: register space |
| required: true |
| zephyr,memory-region: |
| type: string |
| required: false |
| description: | |
| Signify that this node should result in a dedicated linker script |
| memory region in the final executable. The region address and size |
| is taken from the <reg> property, while the name is the value of |
| this property. This must only be added to memory-mapped partitions, |
| not partitions on external flash. |