[PATCH 2/5] arm: dts: mediatek: add pciesys support for MT7622 SoC
Chuanjia Liu
Chuanjia.Liu at mediatek.com
Mon Aug 10 10:17:09 CEST 2020
This patch adds pciesys support in dts for MediaTek MT7622 SoC.
Signed-off-by: Henry Yen <henry.yen at mediatek.com>
Signed-off-by: Chuanjia Liu <Chuanjia.Liu at mediatek.com>
---
arch/arm/dts/mt7622.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi
index f9ce0c6c3e..f6919bb706 100644
--- a/arch/arm/dts/mt7622.dtsi
+++ b/arch/arm/dts/mt7622.dtsi
@@ -186,6 +186,13 @@
status = "disabled";
};
+ pciesys: pciesys at 1a100800 {
+ compatible = "mediatek,mt7622-pciesys", "syscon";
+ reg = <0x1a100800 0x1000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ };
+
ethsys: syscon at 1b000000 {
compatible = "mediatek,mt7622-ethsys", "syscon";
reg = <0x1b000000 0x1000>;
--
2.18.0
More information about the U-Boot
mailing list