Skip to content

Commit 88e985a

Browse files
gmarullkartben
authored andcommitted
dts: nordic: nrf54h20: add missing reg entries
Some nodes in nRF54H20 DT files did not have a `reg` entry matching the node address. While not used in practice, this aligns with the DT spec. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent abb1266 commit 88e985a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
cpuapp_peripherals: peripheral@52000000 {
267267
#address-cells = <1>;
268268
#size-cells = <1>;
269+
reg = <0x52000000 0x1000000>;
269270
ranges = <0x0 0x52000000 0x1000000>;
270271

271272
cpuapp_hsfll: clock@d000 {
@@ -475,6 +476,7 @@
475476
tdd_peripherals: peripheral@bf000000 {
476477
#address-cells = <1>;
477478
#size-cells = <1>;
479+
reg = <0xbf000000 0x1000000>;
478480
ranges = <0x0 0xbf000000 0x1000000>;
479481

480482
tbm: tbm@3000 {
@@ -494,6 +496,7 @@
494496
global_peripherals: peripheral@5f000000 {
495497
#address-cells = <1>;
496498
#size-cells = <1>;
499+
reg = <0x5f000000 0x1000000>;
497500
ranges = <0x0 0x5f000000 0x1000000>;
498501

499502
usbhs: usbhs@86000 {

0 commit comments

Comments
 (0)