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,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";
|
||||
|
||||
Reference in New Issue
Block a user