diff options
Diffstat (limited to 'arch/arm64/boot/dts/xilinx/zynqmp.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index 7ff829c1d4bf..742fde6eca6b 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi | |||
@@ -331,6 +331,18 @@ | |||
331 | clocks = <&misc_clk>, <&misc_clk>; | 331 | clocks = <&misc_clk>, <&misc_clk>; |
332 | }; | 332 | }; |
333 | 333 | ||
334 | smmu: smmu@fd800000 { | ||
335 | compatible = "arm,mmu-500"; | ||
336 | reg = <0x0 0xfd800000 0x20000>; | ||
337 | #global-interrupts = <1>; | ||
338 | interrupt-parent = <&gic>; | ||
339 | interrupts = <0 157 4>, | ||
340 | <0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>, | ||
341 | <0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>, | ||
342 | <0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>, | ||
343 | <0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>; | ||
344 | }; | ||
345 | |||
334 | watchdog0: watchdog@fd4d0000 { | 346 | watchdog0: watchdog@fd4d0000 { |
335 | compatible = "cdns,wdt-r1p2"; | 347 | compatible = "cdns,wdt-r1p2"; |
336 | status = "disabled"; | 348 | status = "disabled"; |