We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa26ee commit 93546b4Copy full SHA for 93546b4
dts/vendor/nordic/nrf54l_05_10_15.dtsi
@@ -101,11 +101,13 @@
101
102
#ifdef USE_NON_SECURE_ADDRESS_MAP
103
global_peripherals: peripheral@40000000 {
104
+ reg = <0x40000000 0x10000000>;
105
#address-cells = <1>;
106
#size-cells = <1>;
107
ranges = <0x0 0x40000000 0x10000000>;
108
#else
109
global_peripherals: peripheral@50000000 {
110
+ reg = <0x50000000 0x10000000>;
111
112
113
ranges = <0x0 0x50000000 0x10000000>;
dts/vendor/nordic/nrf54lm20a.dtsi
@@ -118,6 +118,7 @@
118
};
119
120
121
122
123
124
0 commit comments