Skip to content

Commit e6c2a82

Browse files
nordicjmjhedberg
authored andcommitted
dts: vendor: nordic: Add missing reg parameters
Adds missing reg parameters to DTS nodes Signed-off-by: Jamie McCrae <[email protected]>
1 parent 767c21a commit e6c2a82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dts/vendor/nordic/nrf54l_05_10_15.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,13 @@
103103

104104
#ifdef USE_NON_SECURE_ADDRESS_MAP
105105
global_peripherals: peripheral@40000000 {
106+
reg = <0x40000000 0x10000000>;
106107
#address-cells = <1>;
107108
#size-cells = <1>;
108109
ranges = <0x0 0x40000000 0x10000000>;
109110
#else
110-
111111
global_peripherals: peripheral@50000000 {
112+
reg = <0x50000000 0x10000000>;
112113
#address-cells = <1>;
113114
#size-cells = <1>;
114115
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)