Lines Matching +full:rx +full:- +full:partitions
2 # SPDX-License-Identifier: Apache-2.0
5 Nordic Owned Partitions
7 Memory partition table with permission attributes common to its partitions.
11 listed partitions belong.
15 spanning the contained partitions will be recorded in the UICR. These regions
16 are allowed to contain gaps between the partitions, but this is discouraged.
25 rx-partitions {
26 compatible = "nordic,owned-partitions";
28 #address-cells = <1>;
29 #size-cells = <1>;
32 label = "image-0";
37 rw-partitions {
38 compatible = "nordic,owned-partitions";
40 #address-cells = <1>;
41 #size-cells = <1>;
44 label = "image-1";
56 - 0x0E0C0000--0x0E100000, with read & execute permissions, containing the
57 partition labeled "image-0".
58 - 0x0E100000--0x0E156000, with read & write permissions, containing the
59 partitions labeled "image-1" and "storage".
61 compatible: "nordic,owned-partitions"
64 - name: nordic,owned-memory.yaml
65 property-blocklist:
66 - reg
69 "#address-cells":
72 "#size-cells":
75 child-binding:
77 Partitions in the table are defined as subnodes. Each partition must have a
81 - name: base.yaml
82 property-blocklist:
83 - compatible