zynqmp/ultra96: Generate smmu node in header

Also make device trees more consistent between zynqmp
and ultra96.

Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com>
This commit is contained in:
Alex Pavey
2020-10-29 13:48:04 -04:00
committed by Gerwin Klein
parent c4f947994f
commit 2935150c35
2 changed files with 13 additions and 12 deletions

View File

@@ -33,6 +33,7 @@
seL4,kernel-devices =
"serial0",
&{/amba_apu@0/interrupt-controller@f9010000},
&{/timer};
&{/timer},
&{/amba/smmu@fd800000};
};
};

View File

@@ -337,17 +337,6 @@
};
};
smmu@fd800000 {
compatible = "arm,mmu-500";
reg = <0x0 0xfd800000 0x0 0x20000>;
#iommu-cells = <0x1>;
status = "disabled";
#global-interrupts = <0x1>;
interrupt-parent = <0x4>;
interrupts = <0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4>;
phandle = <0xd>;
};
amba {
compatible = "simple-bus";
u-boot,dm-pre-reloc;
@@ -355,6 +344,17 @@
#size-cells = <0x2>;
ranges;
smmu@fd800000 {
compatible = "arm,mmu-500";
reg = <0x0 0xfd800000 0x0 0x20000>;
#iommu-cells = <0x1>;
status = "disabled";
#global-interrupts = <0x1>;
interrupt-parent = <0x4>;
interrupts = <0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4>;
phandle = <0xd>;
};
can@ff060000 {
compatible = "xlnx,zynq-can-1.0";
status = "disabled";