Commit ff92e361 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Add SMMU support



Add SMMU DT node to DTSI.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3a8691f5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -331,6 +331,18 @@
			clocks = <&misc_clk>, <&misc_clk>;
		};

		smmu: smmu@fd800000 {
			compatible = "arm,mmu-500";
			reg = <0x0 0xfd800000 0x20000>;
			#global-interrupts = <1>;
			interrupt-parent = <&gic>;
			interrupts = <0 157 4>,
				<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>,
				<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>,
				<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>,
				<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>;
		};

		watchdog0: watchdog@fd4d0000 {
			compatible = "cdns,wdt-r1p2";
			status = "disabled";