[PATCH 4/6] arm64: dts: mt8195: Add APU nodes
Flora Fu
flora.fu at mediatek.com
Fri Dec 10 09:37:41 PST 2021
Add APU nodes to MT8195.
Signed-off-by: Flora Fu <flora.fu at mediatek.com>
---
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi
index 4980b8329b54..828ac8a6b95f 100644
--- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi
@@ -1360,6 +1360,21 @@
#clock-cells = <1>;
};
+ apu_conn: syscon at 19020000 {
+ compatible = "mediatek,mt8195-apu-conn", "syscon";
+ reg = <0 0x19020000 0 0x1000>;
+ };
+
+ apu_conn1: syscon at 19024000 {
+ compatible = "mediatek,mt8195-apu-conn1", "syscon";
+ reg = <0 0x19024000 0 0x1000>;
+ };
+
+ apu_vcore: syscon at 19029000 {
+ compatible = "mediatek,mt8195-apu-vcore", "syscon";
+ reg = <0 0x19029000 0 0x1000>;
+ };
+
apusys_pll: clock-controller at 190f3000 {
compatible = "mediatek,mt8195-apusys_pll";
reg = <0 0x190f3000 0 0x1000>;
--
2.18.0
More information about the linux-arm-kernel
mailing list