[meta-xilinx] [PATCH 04/12] qemuzynq: Remove older device-trees
Nathan Rossi
nathan at nathanrossi.com
Wed Feb 24 01:30:57 PST 2016
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
conf/machine/boards/qemu/qemuzynq-base.dtsi | 70 -----------------------------
conf/machine/boards/qemu/qemuzynq.dts | 5 ---
2 files changed, 75 deletions(-)
delete mode 100644 conf/machine/boards/qemu/qemuzynq-base.dtsi
delete mode 100644 conf/machine/boards/qemu/qemuzynq.dts
diff --git a/conf/machine/boards/qemu/qemuzynq-base.dtsi b/conf/machine/boards/qemu/qemuzynq-base.dtsi
deleted file mode 100644
index abb8bf5..0000000
--- a/conf/machine/boards/qemu/qemuzynq-base.dtsi
+++ /dev/null
@@ -1,70 +0,0 @@
-/ {
- model = "xilinx-zynq-a9";
- chosen {
- bootargs = "console=ttyPS0,115200";
- linux,stdout-path = "/amba at 0/serial at e0001000";
- } ;
- ps7_ddr_0: memory at 0 {
- device_type = "memory";
- reg = <0x0 0x40000000>;
- } ;
- ps7_axi_interconnect_0: amba at 0 {
- /* Setup a fixed 25 MHz clock (100Mbps) to trick the ethernet driver */
- fixednetclk: clock {
- #clock-cells = <0>;
- compatible = "fixed-clock";
- clock-frequency = <25000000>;
- } ;
- ps7_ethernet_0: ps7-ethernet at e000b000 {
- clocks = <&clkc 30>, <&clkc 30>, <&fixednetclk>, <&fixednetclk>, <&clkc 30>;
- phy-handle = <&phy0>;
- phy-mode = "gmii";
- phy0: phy at 23 {
- device_type = "ethernet-phy";
- reg = <23>;
- } ;
- } ;
- ps7_qspi_0: ps7-qspi at e000d000 {
- is-dual = <1>;
- primary_flash: ps7-qspi at 0 {
- #address-cells = <1>;
- #size-cells = <1>;
- compatible = "st,m25p80";
- reg = <0x0>;
- spi-max-frequency = <50000000>;
- partition at 0x00000000 {
- label = "boot";
- reg = <0x00000000 0x00500000>;
- };
- partition at 0x00500000 {
- label = "bootenv";
- reg = <0x00500000 0x00020000>;
- };
- partition at 0x00520000 {
- label = "config";
- reg = <0x00520000 0x00020000>;
- };
- partition at 0x00540000 {
- label = "image";
- reg = <0x00540000 0x00a80000>;
- };
- partition at 0x00fc0000 {
- label = "spare";
- reg = <0x00fc0000 0x00000000>;
- };
- } ;
- } ;
-
- /* Disabled Devices */
- ps7_gpio_0: ps7-gpio at e000a000 { compatible = "invalid"; };
- ps7_uart_0: serial at e0000000 { compatible = "invalid"; };
- ps7_ethernet_1: ps7-ethernet at e000c000 { compatible = "invalid"; };
- ps7_i2c_0: ps7-i2c at e0004000 { compatible = "invalid"; };
- ps7_i2c_1: ps7-i2c at e0005000 { compatible = "invalid"; };
- ps7_wdt_0: ps7-wdt at f8005000 { compatible = "invalid"; };
- ps7_can_0: ps7-can at e0008000 { compatible = "invalid"; };
- ps7_can_1: ps7-can at e0009000 { compatible = "invalid"; };
- /* Not Implemented in QEMU */
- ps7_xadc: ps7-xadc at f8007100 { compatible = "invalid"; } ;
- } ;
-} ;
diff --git a/conf/machine/boards/qemu/qemuzynq.dts b/conf/machine/boards/qemu/qemuzynq.dts
deleted file mode 100644
index cf74d49..0000000
--- a/conf/machine/boards/qemu/qemuzynq.dts
+++ /dev/null
@@ -1,5 +0,0 @@
-/dts-v1/;
-/include/ "zynq7-base.dtsi"
-/include/ "qemuzynq-base.dtsi"
-/ {
-} ;
--
2.7.0
More information about the meta-xilinx
mailing list