Skip to content

Commit d62d6b0

Browse files
nordicjmeivindj-nordic
authored andcommitted
boards: nordic: bm_nrf54l15dk: Fix SRAM nodes
Fixes these nodes to abide with style and linux SRAM layout styling Signed-off-by: Jamie McCrae <[email protected]>
1 parent 409fabc commit d62d6b0

12 files changed

+132
-192
lines changed

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l05_cpuapp_s115_softdevice.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,18 @@
5959
&cpuapp_sram {
6060
status = "okay";
6161

62-
partitions {
63-
#address-cells = <1>;
64-
#size-cells = <1>;
65-
66-
softdevice_static_ram: partition@20000080 {
67-
label = "softdevice_static_ram";
68-
reg = <0x20000080 0x1380>;
69-
};
62+
softdevice_static_ram: sram@0 {
63+
label = "softdevice_static_ram";
64+
reg = <0x0 0x1380>;
65+
};
7066

71-
softdevice_dynamic_ram: partition@20001400 {
72-
label = "softdevice_dynamic_ram";
73-
reg = <0x20001400 DT_SIZE_K(12)>;
74-
};
67+
softdevice_dynamic_ram: sram@1380 {
68+
label = "softdevice_dynamic_ram";
69+
reg = <0x1380 DT_SIZE_K(12)>;
70+
};
7571

76-
app_ram: partition@20004400 {
77-
label = "app_ram";
78-
reg = <0x20004400 DT_SIZE_K(78)>;
79-
};
72+
app_ram: sram@4380 {
73+
label = "app_ram";
74+
reg = <0x4380 DT_SIZE_K(78)>;
8075
};
8176
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l05_cpuapp_s115_softdevice_mcuboot.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,18 @@
9797
&cpuapp_sram {
9898
status = "okay";
9999

100-
partitions {
101-
#address-cells = <1>;
102-
#size-cells = <1>;
103-
104-
softdevice_static_ram: partition@20000080 {
105-
label = "softdevice_static_ram";
106-
reg = <0x20000080 0x1380>;
107-
};
100+
softdevice_static_ram: sram@0 {
101+
label = "softdevice_static_ram";
102+
reg = <0x0 0x1380>;
103+
};
108104

109-
softdevice_dynamic_ram: partition@20001400 {
110-
label = "softdevice_dynamic_ram";
111-
reg = <0x20001400 DT_SIZE_K(12)>;
112-
};
105+
softdevice_dynamic_ram: sram@1380 {
106+
label = "softdevice_dynamic_ram";
107+
reg = <0x1380 DT_SIZE_K(12)>;
108+
};
113109

114-
app_ram: partition@20004400 {
115-
label = "app_ram";
116-
reg = <0x20004400 DT_SIZE_K(78)>;
117-
};
110+
app_ram: sram@4380 {
111+
label = "app_ram";
112+
reg = <0x4380 DT_SIZE_K(78)>;
118113
};
119114
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l05_cpuapp_s145_softdevice.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,18 @@
5959
&cpuapp_sram {
6060
status = "okay";
6161

62-
partitions {
63-
#address-cells = <1>;
64-
#size-cells = <1>;
65-
66-
softdevice_static_ram: partition@20000080 {
67-
label = "softdevice_static_ram";
68-
reg = <0x20000080 0x1780>;
69-
};
62+
softdevice_static_ram: sram@0 {
63+
label = "softdevice_static_ram";
64+
reg = <0x0 0x1780>;
65+
};
7066

71-
softdevice_dynamic_ram: partition@20001800 {
72-
label = "softdevice_dynamic_ram";
73-
reg = <0x20001800 DT_SIZE_K(12)>;
74-
};
67+
softdevice_dynamic_ram: sram@1780 {
68+
label = "softdevice_dynamic_ram";
69+
reg = <0x1780 DT_SIZE_K(12)>;
70+
};
7571

76-
app_ram: partition@20004800 {
77-
label = "app_ram";
78-
reg = <0x20004800 DT_SIZE_K(77)>;
79-
};
72+
app_ram: sram@4780 {
73+
label = "app_ram";
74+
reg = <0x4780 DT_SIZE_K(77)>;
8075
};
8176
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l05_cpuapp_s145_softdevice_mcuboot.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,18 @@
9999
&cpuapp_sram {
100100
status = "okay";
101101

102-
partitions {
103-
#address-cells = <1>;
104-
#size-cells = <1>;
105-
106-
softdevice_static_ram: partition@20000080 {
107-
label = "softdevice_static_ram";
108-
reg = <0x20000080 0x1780>;
109-
};
102+
softdevice_static_ram: sram@0 {
103+
label = "softdevice_static_ram";
104+
reg = <0x0 0x1780>;
105+
};
110106

111-
softdevice_dynamic_ram: partition@20001800 {
112-
label = "softdevice_dynamic_ram";
113-
reg = <0x20001800 DT_SIZE_K(12)>;
114-
};
107+
softdevice_dynamic_ram: sram@1780 {
108+
label = "softdevice_dynamic_ram";
109+
reg = <0x1780 DT_SIZE_K(12)>;
110+
};
115111

116-
app_ram: partition@20004800 {
117-
label = "app_ram";
118-
reg = <0x20004800 DT_SIZE_K(77)>;
119-
};
112+
app_ram: sram@4780 {
113+
label = "app_ram";
114+
reg = <0x4780 DT_SIZE_K(77)>;
120115
};
121116
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l10_cpuapp_s115_softdevice.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,18 @@
5959
&cpuapp_sram {
6060
status = "okay";
6161

62-
partitions {
63-
#address-cells = <1>;
64-
#size-cells = <1>;
65-
66-
softdevice_static_ram: partition@20000080 {
67-
label = "softdevice_static_ram";
68-
reg = <0x20000080 0x1380>;
69-
};
62+
softdevice_static_ram: sram@0 {
63+
label = "softdevice_static_ram";
64+
reg = <0x0 0x1380>;
65+
};
7066

71-
softdevice_dynamic_ram: partition@20001400 {
72-
label = "softdevice_dynamic_ram";
73-
reg = <0x20001400 DT_SIZE_K(12)>;
74-
};
67+
softdevice_dynamic_ram: sram@1380 {
68+
label = "softdevice_dynamic_ram";
69+
reg = <0x1380 DT_SIZE_K(12)>;
70+
};
7571

76-
app_ram: partition@20004400 {
77-
label = "app_ram";
78-
reg = <0x20004400 DT_SIZE_K(174)>;
79-
};
72+
app_ram: sram@4380 {
73+
label = "app_ram";
74+
reg = <0x4380 DT_SIZE_K(174)>;
8075
};
8176
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l10_cpuapp_s115_softdevice_mcuboot.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,18 @@
9797
&cpuapp_sram {
9898
status = "okay";
9999

100-
partitions {
101-
#address-cells = <1>;
102-
#size-cells = <1>;
103-
104-
softdevice_static_ram: partition@20000080 {
105-
label = "softdevice_static_ram";
106-
reg = <0x20000080 0x1380>;
107-
};
100+
softdevice_static_ram: sram@0 {
101+
label = "softdevice_static_ram";
102+
reg = <0x0 0x1380>;
103+
};
108104

109-
softdevice_dynamic_ram: partition@20001400 {
110-
label = "softdevice_dynamic_ram";
111-
reg = <0x20001400 DT_SIZE_K(12)>;
112-
};
105+
softdevice_dynamic_ram: sram@1380 {
106+
label = "softdevice_dynamic_ram";
107+
reg = <0x1380 DT_SIZE_K(12)>;
108+
};
113109

114-
app_ram: partition@20004400 {
115-
label = "app_ram";
116-
reg = <0x20004400 DT_SIZE_K(174)>;
117-
};
110+
app_ram: sram@4380 {
111+
label = "app_ram";
112+
reg = <0x4380 DT_SIZE_K(174)>;
118113
};
119114
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l10_cpuapp_s145_softdevice.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,18 @@
5959
&cpuapp_sram {
6060
status = "okay";
6161

62-
partitions {
63-
#address-cells = <1>;
64-
#size-cells = <1>;
65-
66-
softdevice_static_ram: partition@20000080 {
67-
label = "softdevice_static_ram";
68-
reg = <0x20000080 0x1780>;
69-
};
62+
softdevice_static_ram: sram@0 {
63+
label = "softdevice_static_ram";
64+
reg = <0x0 0x1780>;
65+
};
7066

71-
softdevice_dynamic_ram: partition@20001800 {
72-
label = "softdevice_dynamic_ram";
73-
reg = <0x20001800 DT_SIZE_K(12)>;
74-
};
67+
softdevice_dynamic_ram: sram@1780 {
68+
label = "softdevice_dynamic_ram";
69+
reg = <0x1780 DT_SIZE_K(12)>;
70+
};
7571

76-
app_ram: partition@20004800 {
77-
label = "app_ram";
78-
reg = <0x20004800 DT_SIZE_K(173)>;
79-
};
72+
app_ram: sram@4780 {
73+
label = "app_ram";
74+
reg = <0x4780 DT_SIZE_K(173)>;
8075
};
8176
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l10_cpuapp_s145_softdevice_mcuboot.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,18 @@
9999
&cpuapp_sram {
100100
status = "okay";
101101

102-
partitions {
103-
#address-cells = <1>;
104-
#size-cells = <1>;
105-
106-
softdevice_static_ram: partition@20000080 {
107-
label = "softdevice_static_ram";
108-
reg = <0x20000080 0x1780>;
109-
};
102+
softdevice_static_ram: sram@0 {
103+
label = "softdevice_static_ram";
104+
reg = <0x0 0x1780>;
105+
};
110106

111-
softdevice_dynamic_ram: partition@20001800 {
112-
label = "softdevice_dynamic_ram";
113-
reg = <0x20001800 DT_SIZE_K(12)>;
114-
};
107+
softdevice_dynamic_ram: sram@1780 {
108+
label = "softdevice_dynamic_ram";
109+
reg = <0x1780 DT_SIZE_K(12)>;
110+
};
115111

116-
app_ram: partition@20004800 {
117-
label = "app_ram";
118-
reg = <0x20004800 DT_SIZE_K(173)>;
119-
};
112+
app_ram: sram@4780 {
113+
label = "app_ram";
114+
reg = <0x4780 DT_SIZE_K(173)>;
120115
};
121116
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l15_cpuapp_s115_softdevice.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,18 @@
5959
&cpuapp_sram {
6060
status = "okay";
6161

62-
partitions {
63-
#address-cells = <1>;
64-
#size-cells = <1>;
65-
66-
softdevice_static_ram: partition@20000080 {
67-
label = "softdevice_static_ram";
68-
reg = <0x20000080 0x1380>;
69-
};
62+
softdevice_static_ram: sram@0 {
63+
label = "softdevice_static_ram";
64+
reg = <0x0 0x1380>;
65+
};
7066

71-
softdevice_dynamic_ram: partition@20001400 {
72-
label = "softdevice_dynamic_ram";
73-
reg = <0x20001400 DT_SIZE_K(12)>;
74-
};
67+
softdevice_dynamic_ram: sram@1380 {
68+
label = "softdevice_dynamic_ram";
69+
reg = <0x1380 DT_SIZE_K(12)>;
70+
};
7571

76-
app_ram: partition@20004400 {
77-
label = "app_ram";
78-
reg = <0x20004400 DT_SIZE_K(238)>;
79-
};
72+
app_ram: sram@4380 {
73+
label = "app_ram";
74+
reg = <0x4380 DT_SIZE_K(238)>;
8075
};
8176
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l15_cpuapp_s115_softdevice_mcuboot.dts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,18 @@
9797
&cpuapp_sram {
9898
status = "okay";
9999

100-
partitions {
101-
#address-cells = <1>;
102-
#size-cells = <1>;
103-
104-
softdevice_static_ram: partition@20000080 {
105-
label = "softdevice_static_ram";
106-
reg = <0x20000080 0x1380>;
107-
};
100+
softdevice_static_ram: sram@0 {
101+
label = "softdevice_static_ram";
102+
reg = <0x0 0x1380>;
103+
};
108104

109-
softdevice_dynamic_ram: partition@20001400 {
110-
label = "softdevice_dynamic_ram";
111-
reg = <0x20001400 DT_SIZE_K(12)>;
112-
};
105+
softdevice_dynamic_ram: sram@1380 {
106+
label = "softdevice_dynamic_ram";
107+
reg = <0x1380 DT_SIZE_K(12)>;
108+
};
113109

114-
app_ram: partition@20004400 {
115-
label = "app_ram";
116-
reg = <0x20004400 DT_SIZE_K(238)>;
117-
};
110+
app_ram: sram@4380 {
111+
label = "app_ram";
112+
reg = <0x4380 DT_SIZE_K(238)>;
118113
};
119114
};

0 commit comments

Comments
 (0)