Skip to content

Commit 0d3f1f5

Browse files
committed
squash: add syscon DT node
1 parent bb731d6 commit 0d3f1f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/bcm2709.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<2>; // HYP_PPI
4444
always-on;
4545
};
46+
47+
syscon@40000000 {
48+
compatible = "brcm,bcm2836-arm-local", "syscon";
49+
reg = <0x40000000 0x100>;
50+
};
4651
};
4752

4853
cpus: cpus {

0 commit comments

Comments
 (0)