Commit 97e37d44 authored by Fabien Parent's avatar Fabien Parent Committed by Matthias Brugger
Browse files

arm64: dts: mediatek: mt8167: add mmsys node

parent 763e13f2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -125,5 +125,11 @@
			#interrupt-cells = <2>;
			interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
		};

		mmsys: mmsys@14000000 {
			compatible = "mediatek,mt8167-mmsys", "syscon";
			reg = <0 0x14000000 0 0x1000>;
			#clock-cells = <1>;
		};
	};
};