Commit 8bb656d9 authored by John Crispin's avatar John Crispin Committed by Matthias Brugger
Browse files

arm: dts: mt7623: add subsystem clock controller device nodes



Add MT7623 subsystem clock controllers for hifsys and ethsys.

Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarSean Wang <sean.wang@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent fbf6ad10
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -190,4 +190,20 @@
		clock-names = "baud", "bus";
		status = "disabled";
	};

	hifsys: syscon@1a000000 {
		compatible = "mediatek,mt7623-hifsys",
			     "mediatek,mt2701-hifsys",
			     "syscon";
		reg = <0 0x1a000000 0 0x1000>;
		#clock-cells = <1>;
	};

	ethsys: syscon@1b000000 {
		compatible = "mediatek,mt7623-ethsys",
			     "mediatek,mt2701-ethsys",
			     "syscon";
		reg = <0 0x1b000000 0 0x1000>;
		#clock-cells = <1>;
	};
};