forked from Imagelibrary/seL4
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:
@@ -33,6 +33,7 @@
|
||||
seL4,kernel-devices =
|
||||
"serial0",
|
||||
&{/amba_apu@0/interrupt-controller@f9010000},
|
||||
&{/timer};
|
||||
&{/timer},
|
||||
&{/amba/smmu@fd800000};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user