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 767c21a commit e6c2a82Copy full SHA for e6c2a82
dts/vendor/nordic/nrf54l_05_10_15.dtsi
@@ -103,12 +103,13 @@
103
104
#ifdef USE_NON_SECURE_ADDRESS_MAP
105
global_peripherals: peripheral@40000000 {
106
+ reg = <0x40000000 0x10000000>;
107
#address-cells = <1>;
108
#size-cells = <1>;
109
ranges = <0x0 0x40000000 0x10000000>;
110
#else
-
111
global_peripherals: peripheral@50000000 {
112
+ reg = <0x50000000 0x10000000>;
113
114
115
ranges = <0x0 0x50000000 0x10000000>;
dts/vendor/nordic/nrf54lm20a.dtsi
@@ -118,6 +118,7 @@
118
};
119
120
121
122
123
124
0 commit comments