Added qemu toolchain and created zynq ps targets
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
35
examples/zynq7000/SW/devicetree/pl.dtsi
Normal file
35
examples/zynq7000/SW/devicetree/pl.dtsi
Normal file
@ -0,0 +1,35 @@
|
||||
/*
|
||||
* CAUTION: This file is automatically generated by Xilinx.
|
||||
* Version: XSCT 2020.2
|
||||
* Today is: Wed Oct 13 14:26:41 2021
|
||||
*/
|
||||
|
||||
|
||||
/ {
|
||||
amba_pl: amba_pl {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
ranges ;
|
||||
axi_gpio_0: gpio@41200000 {
|
||||
#gpio-cells = <3>;
|
||||
clock-names = "s_axi_aclk";
|
||||
clocks = <&clkc 15>;
|
||||
compatible = "xlnx,axi-gpio-2.0", "xlnx,xps-gpio-1.00.a";
|
||||
gpio-controller ;
|
||||
reg = <0x41200000 0x10000>;
|
||||
xlnx,all-inputs = <0x0>;
|
||||
xlnx,all-inputs-2 = <0x0>;
|
||||
xlnx,all-outputs = <0x0>;
|
||||
xlnx,all-outputs-2 = <0x0>;
|
||||
xlnx,dout-default = <0x00000000>;
|
||||
xlnx,dout-default-2 = <0x00000000>;
|
||||
xlnx,gpio-width = <0x20>;
|
||||
xlnx,gpio2-width = <0x20>;
|
||||
xlnx,interrupt-present = <0x0>;
|
||||
xlnx,is-dual = <0x0>;
|
||||
xlnx,tri-default = <0xFFFFFFFF>;
|
||||
xlnx,tri-default-2 = <0xFFFFFFFF>;
|
||||
};
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user