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,6 +337,13 @@
};
};
amba {
compatible = "simple-bus";
u-boot,dm-pre-reloc;
#address-cells = <0x2>;
#size-cells = <0x2>;
ranges;
smmu@fd800000 {
compatible = "arm,mmu-500";
reg = <0x0 0xfd800000 0x0 0x20000>;
@@ -348,13 +355,6 @@
phandle = <0xd>;
};
amba {
compatible = "simple-bus";
u-boot,dm-pre-reloc;
#address-cells = <0x2>;
#size-cells = <0x2>;
ranges;
can@ff060000 {
compatible = "xlnx,zynq-can-1.0";
status = "disabled";