diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-02-24 00:02:00 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-06 20:04:03 +1000 |
commit | cf98526e4f837576a18e889bf9cc91e985289ebc (patch) | |
tree | fd60fa9f2eb129d05a2c522ff6381d641259f84f | |
parent | 1787653f62af023587a18c0a4da8c9472c2c99ed (diff) | |
download | meta-xilinx-cf98526e4f837576a18e889bf9cc91e985289ebc.tar.gz |
qemuzynq: Remove older device-trees
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/boards/qemu/qemuzynq-base.dtsi | 70 | ||||
-rw-r--r-- | conf/machine/boards/qemu/qemuzynq.dts | 5 |
2 files changed, 0 insertions, 75 deletions
diff --git a/conf/machine/boards/qemu/qemuzynq-base.dtsi b/conf/machine/boards/qemu/qemuzynq-base.dtsi deleted file mode 100644 index abb8bf51..00000000 --- a/conf/machine/boards/qemu/qemuzynq-base.dtsi +++ /dev/null | |||
@@ -1,70 +0,0 @@ | |||
1 | / { | ||
2 | model = "xilinx-zynq-a9"; | ||
3 | chosen { | ||
4 | bootargs = "console=ttyPS0,115200"; | ||
5 | linux,stdout-path = "/amba@0/serial@e0001000"; | ||
6 | } ; | ||
7 | ps7_ddr_0: memory@0 { | ||
8 | device_type = "memory"; | ||
9 | reg = <0x0 0x40000000>; | ||
10 | } ; | ||
11 | ps7_axi_interconnect_0: amba@0 { | ||
12 | /* Setup a fixed 25 MHz clock (100Mbps) to trick the ethernet driver */ | ||
13 | fixednetclk: clock { | ||
14 | #clock-cells = <0>; | ||
15 | compatible = "fixed-clock"; | ||
16 | clock-frequency = <25000000>; | ||
17 | } ; | ||
18 | ps7_ethernet_0: ps7-ethernet@e000b000 { | ||
19 | clocks = <&clkc 30>, <&clkc 30>, <&fixednetclk>, <&fixednetclk>, <&clkc 30>; | ||
20 | phy-handle = <&phy0>; | ||
21 | phy-mode = "gmii"; | ||
22 | phy0: phy@23 { | ||
23 | device_type = "ethernet-phy"; | ||
24 | reg = <23>; | ||
25 | } ; | ||
26 | } ; | ||
27 | ps7_qspi_0: ps7-qspi@e000d000 { | ||
28 | is-dual = <1>; | ||
29 | primary_flash: ps7-qspi@0 { | ||
30 | #address-cells = <1>; | ||
31 | #size-cells = <1>; | ||
32 | compatible = "st,m25p80"; | ||
33 | reg = <0x0>; | ||
34 | spi-max-frequency = <50000000>; | ||
35 | partition@0x00000000 { | ||
36 | label = "boot"; | ||
37 | reg = <0x00000000 0x00500000>; | ||
38 | }; | ||
39 | partition@0x00500000 { | ||
40 | label = "bootenv"; | ||
41 | reg = <0x00500000 0x00020000>; | ||
42 | }; | ||
43 | partition@0x00520000 { | ||
44 | label = "config"; | ||
45 | reg = <0x00520000 0x00020000>; | ||
46 | }; | ||
47 | partition@0x00540000 { | ||
48 | label = "image"; | ||
49 | reg = <0x00540000 0x00a80000>; | ||
50 | }; | ||
51 | partition@0x00fc0000 { | ||
52 | label = "spare"; | ||
53 | reg = <0x00fc0000 0x00000000>; | ||
54 | }; | ||
55 | } ; | ||
56 | } ; | ||
57 | |||
58 | /* Disabled Devices */ | ||
59 | ps7_gpio_0: ps7-gpio@e000a000 { compatible = "invalid"; }; | ||
60 | ps7_uart_0: serial@e0000000 { compatible = "invalid"; }; | ||
61 | ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; }; | ||
62 | ps7_i2c_0: ps7-i2c@e0004000 { compatible = "invalid"; }; | ||
63 | ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; }; | ||
64 | ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; }; | ||
65 | ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; }; | ||
66 | ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; }; | ||
67 | /* Not Implemented in QEMU */ | ||
68 | ps7_xadc: ps7-xadc@f8007100 { compatible = "invalid"; } ; | ||
69 | } ; | ||
70 | } ; | ||
diff --git a/conf/machine/boards/qemu/qemuzynq.dts b/conf/machine/boards/qemu/qemuzynq.dts deleted file mode 100644 index cf74d499..00000000 --- a/conf/machine/boards/qemu/qemuzynq.dts +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | /dts-v1/; | ||
2 | /include/ "zynq7-base.dtsi" | ||
3 | /include/ "qemuzynq-base.dtsi" | ||
4 | / { | ||
5 | } ; | ||