Skip to content

Commit ee940cb

Browse files
kylebonnicikartben
authored andcommitted
dts: arm: nordic: nrf5340: cpuapp: peripheral: add missing reg
Add missing reg property to nrf5340_cpuapp.dts peripheral node. Signed-off-by: Kyle Micallef Bonnici <kylebonnici@hotmail.com>
1 parent 0d74f62 commit ee940cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dts/arm/nordic/nrf5340_cpuapp.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
};
5858

5959
peripheral@50000000 {
60+
reg = <0x50000000 0x10000000>;
6061
#address-cells = <1>;
6162
#size-cells = <1>;
6263
ranges = <0x0 0x50000000 0x10000000>;

dts/arm/nordic/nrf5340_cpuappns.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
};
4141

4242
peripheral@40000000 {
43+
reg = <0x40000000 0x10000000>;
4344
#address-cells = <1>;
4445
#size-cells = <1>;
4546
ranges = <0x0 0x40000000 0x10000000>;

0 commit comments

Comments
 (0)