summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/realtek
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2019-11-25 07:40:34 +0100
committerAndreas Färber <afaerber@suse.de>2020-04-12 23:59:28 +0200
commit6de1aced8bd6e2f8b75da7533299a281fbb1783c (patch)
tree77366dd5e4143051a1329b3938d7482937b9c80d /arch/arm64/boot/dts/realtek
parentfcf8628246522b8bc23f5669016d25402091593c (diff)
arm64: dts: realtek: rtd129x: Add SB2 and SCPU Wrapper syscon nodes
Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD129x DT. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/boot/dts/realtek')
-rw-r--r--arch/arm64/boot/dts/realtek/rtd129x.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 34dc09790d0b..39aefe66a794 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -81,6 +81,15 @@
ranges = <0x0 0x7000 0x1000>;
};
+ sb2: syscon@1a000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x1a000 0x1000>;
+ reg-io-width = <4>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x1a000 0x1000>;
+ };
+
misc: syscon@1b000 {
compatible = "syscon", "simple-mfd";
reg = <0x1b000 0x1000>;
@@ -89,6 +98,15 @@
#size-cells = <1>;
ranges = <0x0 0x1b000 0x1000>;
};
+
+ scpu_wrapper: syscon@1d000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x1d000 0x2000>;
+ reg-io-width = <4>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x1d000 0x2000>;
+ };
};
gic: interrupt-controller@ff011000 {