Skip to content

Commit 93546b4

Browse files
committed
[nrf fromlist] dts: vendor: nordic: Add missing reg parameters
Adds missing reg parameters to DTS nodes Upstream PR #: 96698 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6aa26ee commit 93546b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dts/vendor/nordic/nrf54l_05_10_15.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@
101101

102102
#ifdef USE_NON_SECURE_ADDRESS_MAP
103103
global_peripherals: peripheral@40000000 {
104+
reg = <0x40000000 0x10000000>;
104105
#address-cells = <1>;
105106
#size-cells = <1>;
106107
ranges = <0x0 0x40000000 0x10000000>;
107108
#else
108109
global_peripherals: peripheral@50000000 {
110+
reg = <0x50000000 0x10000000>;
109111
#address-cells = <1>;
110112
#size-cells = <1>;
111113
ranges = <0x0 0x50000000 0x10000000>;

dts/vendor/nordic/nrf54lm20a.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
};
119119

120120
global_peripherals: peripheral@50000000 {
121+
reg = <0x50000000 0x10000000>;
121122
ranges = <0x0 0x50000000 0x10000000>;
122123
#address-cells = <1>;
123124
#size-cells = <1>;

0 commit comments

Comments
 (0)