File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 10
10
#include "arduino_r3_connector.dtsi"
11
11
#include <zephyr/dt-bindings/input/input-event-codes.h>
12
12
13
+
14
+ &sram0 {
15
+ reg = <0x20000000 (DT_SIZE_K(192) - 4)>;
16
+ };
17
+
13
18
/ {
14
19
model = "STMicroelectronics STM32WB55RG-NUCLEO board";
15
20
compatible = "st,stm32wb55rg-nucleo";
16
21
17
22
chosen {
18
23
zephyr,console = &usart1;
24
+ zephyr,boot-mode = &boot_mode;
19
25
zephyr,shell-uart = &usart1;
20
26
zephyr,bt-mon-uart = &lpuart1;
21
27
zephyr,bt-c2h-uart = &lpuart1;
24
30
zephyr,code-partition = &slot0_partition;
25
31
};
26
32
33
+ sram_ret@2002fffc {
34
+ compatible = "zephyr,memory-region", "mmio-sram";
35
+ reg = <0x2002fffc 0x4>;
36
+ zephyr,memory-region = "RetainedMem";
37
+ status = "okay";
38
+
39
+ retainedmem {
40
+ compatible = "zephyr,retained-ram";
41
+ status = "okay";
42
+ #address-cells = <1>;
43
+ #size-cells = <1>;
44
+
45
+ boot_mode: retention@0 {
46
+ compatible = "zephyr,retention";
47
+ status = "okay";
48
+ reg = <0x0 0x1>;
49
+ };
50
+ };
51
+ };
52
+
53
+
27
54
leds: leds {
28
55
compatible = "gpio-leds";
29
56
You can’t perform that action at this time.
0 commit comments