File tree 3 files changed +33
-0
lines changed
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 21
21
zephyr,bt-mon-uart = &uart0;
22
22
zephyr,bt-c2h-uart = &uart0;
23
23
zephyr,ieee802154 = &ieee802154;
24
+ zephyr,boot-mode = &boot_mode0;
24
25
};
25
26
26
27
leds {
@@ -276,3 +277,13 @@ zephyr_udc0: &usbd {
276
277
compatible = "nordic,nrf-usbd";
277
278
status = "okay";
278
279
};
280
+
281
+ &gpregret1 {
282
+ status = "okay";
283
+
284
+ boot_mode0: boot_mode@0 {
285
+ compatible = "zephyr,retention";
286
+ status = "okay";
287
+ reg = <0x0 0x1>;
288
+ };
289
+ };
Original file line number Diff line number Diff line change 18
18
zephyr,code-partition = &slot0_partition;
19
19
zephyr,sram-secure-partition = &sram0_s;
20
20
zephyr,sram-non-secure-partition = &sram0_ns;
21
+ zephyr,boot-mode = &boot_mode0;
22
+ };
23
+ };
24
+
25
+ &gpregret1 {
26
+ status = "okay";
27
+
28
+ boot_mode0: boot_mode@0 {
29
+ compatible = "zephyr,retention";
30
+ status = "okay";
31
+ reg = <0x0 0x1>;
21
32
};
22
33
};
Original file line number Diff line number Diff line change 18
18
zephyr,flash-controller = &rram_controller;
19
19
zephyr,flash = &cpuapp_rram;
20
20
zephyr,ieee802154 = &ieee802154;
21
+ zephyr,boot-mode = &boot_mode0;
21
22
};
22
23
};
23
24
91
92
status = "okay";
92
93
};
93
94
95
+ &gpregret1 {
96
+ status = "okay";
97
+
98
+ boot_mode0: boot_mode@0 {
99
+ compatible = "zephyr,retention";
100
+ status = "okay";
101
+ reg = <0x0 0x1>;
102
+ };
103
+ };
104
+
94
105
&spi00 {
95
106
status = "okay";
96
107
cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
You can’t perform that action at this time.
0 commit comments