[PATCH v3 2/2] riscv: dts: sophgo: cv18xx: add top misc system controller
Inochi Amaoto
inochiama at outlook.com
Tue Feb 13 22:33:15 PST 2024
Add top misc system controller dt node for CV18XX/SG200x.
Signed-off-by: Inochi Amaoto <inochiama at outlook.com>
---
arch/riscv/boot/dts/sophgo/cv18xx.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/riscv/boot/dts/sophgo/cv18xx.dtsi b/arch/riscv/boot/dts/sophgo/cv18xx.dtsi
index 2d6f4a4b1e58..908d858a63ab 100644
--- a/arch/riscv/boot/dts/sophgo/cv18xx.dtsi
+++ b/arch/riscv/boot/dts/sophgo/cv18xx.dtsi
@@ -53,6 +53,12 @@ soc {
dma-noncoherent;
ranges;
+ topctrl: syscon at 3000000 {
+ compatible = "sophgo,cv1800-top-syscon",
+ "syscon", "simple-mfd";
+ reg = <0x03000000 0x1000>;
+ };
+
gpio0: gpio at 3020000 {
compatible = "snps,dw-apb-gpio";
reg = <0x3020000 0x1000>;
--
2.43.1
More information about the linux-riscv
mailing list