Commit ff92e361 authored by Michal Simek's avatar Michal Simek

ARM64: zynqmp: Add SMMU support

Add SMMU DT node to DTSI.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3a8691f5
......@@ -331,6 +331,18 @@ sdhci1: sdhci@ff170000 {
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment