File tree Expand file tree Collapse file tree 4 files changed +27
-35
lines changed Expand file tree Collapse file tree 4 files changed +27
-35
lines changed Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- /delete-node/ &storage_partition;
8-
97&flash0 {
10- partitions {
11- /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
12- * (nvs.h: uint16_t sector_size)
13- */
14- storage_partition: partition@100000 {
15- label = "storage";
16- reg = <0x000100000 DT_SIZE_K(48)>;
17- };
18- };
8+ partitions {
9+ /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
10+ * (nvs.h: uint16_t sector_size)
11+ */
12+ storage_partition: partition@100000 {
13+ label = "storage";
14+ reg = <0x000100000 DT_SIZE_K(48)>;
15+ };
16+ };
1917};
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- /delete-node/ &storage_partition;
8-
97&flash0 {
10- partitions {
11- /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
12- * (nvs.h: uint16_t sector_size)
13- */
14- storage_partition: partition@100000 {
15- label = "storage";
16- reg = <0x000100000 DT_SIZE_K(48)>;
17- };
18- };
8+ partitions {
9+ /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
10+ * (nvs.h: uint16_t sector_size)
11+ */
12+ storage_partition: partition@100000 {
13+ label = "storage";
14+ reg = <0x000100000 DT_SIZE_K(48)>;
15+ };
16+ };
1917};
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- /delete-node/ &storage_partition;
8-
97&flash0 {
10- partitions {
11- /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
12- * (nvs.h: uint16_t sector_size)
13- */
14- storage_partition: partition@100000 {
15- label = "storage";
16- reg = <0x000100000 DT_SIZE_K(48)>;
17- };
18- };
8+ partitions {
9+ /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
10+ * (nvs.h: uint16_t sector_size)
11+ */
12+ storage_partition: partition@100000 {
13+ label = "storage";
14+ reg = <0x000100000 DT_SIZE_K(48)>;
15+ };
16+ };
1917};
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- /delete-node/ &storage_partition;
8-
97&flash0 {
108 partitions {
119 /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
You can’t perform that action at this time.
0 commit comments