Added qemu toolchain and created zynq ps targets
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
28
examples/zynq7000/SW/devicetree/pcw.dtsi
Normal file
28
examples/zynq7000/SW/devicetree/pcw.dtsi
Normal file
@ -0,0 +1,28 @@
|
||||
/*
|
||||
* CAUTION: This file is automatically generated by Xilinx.
|
||||
* Version: XSCT 2020.2
|
||||
* Today is: Wed Oct 13 14:26:41 2021
|
||||
*/
|
||||
|
||||
|
||||
/ {
|
||||
cpus {
|
||||
cpu@0 {
|
||||
operating-points = <666666 1000000 333333 1000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&intc {
|
||||
num_cpus = <2>;
|
||||
num_interrupts = <96>;
|
||||
};
|
||||
&uart1 {
|
||||
cts-override ;
|
||||
device_type = "serial";
|
||||
port-number = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
&clkc {
|
||||
fclk-enable = <0x1>;
|
||||
ps-clk-frequency = <33333333>;
|
||||
};
|
Reference in New Issue
Block a user