summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/zedboard
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-02-24 16:42:21 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-03-06 20:04:03 +1000
commitd82cef3dca9749f385a16f506ca285f963584e3c (patch)
treea0f17e63c018a9d54b3f8bf09b6e6b6e78aa31d1 /conf/machine/boards/zedboard
parent2c8e7f07d367397dc1d4aaa635801b11c3c0f5ce (diff)
downloadmeta-xilinx-d82cef3dca9749f385a16f506ca285f963584e3c.tar.gz
zedboard-zynq7: Switch over to in kernel device tree
* Switch to the device tree that is available in the kernel source tree * Remove the in layer device tree and configuration for the in layer device tree * Setup IMAGE_BOOT_FILES with the correct target device tree from the kernel source/recipe * Setup U-Boot uEnv.txt to use the correct target device tree Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/boards/zedboard')
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi79
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7.dts5
2 files changed, 0 insertions, 84 deletions
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
deleted file mode 100644
index 2ccfe1cc..00000000
--- a/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
+++ /dev/null
@@ -1,79 +0,0 @@
1/*
2 * ZedBoard DTS file header for generic boot.
3 */
4
5/ {
6 model = "ZedBoard";
7 chosen {
8 bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/ram rw";
9 linux,stdout-path = "/axi@0/serial@e0001000";
10 } ;
11 ps7_ddr_0: memory@0 {
12 device_type = "memory";
13 reg = <0x0 0x20000000>;
14 } ;
15 ps7_axi_interconnect_0: amba@0 {
16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 phy-handle = <&phy0>;
18 phy-mode = "rgmii-id";
19 phy0: phy@0 {
20 compatible = "marvell,88e1518", "marvell,88e1510";
21 device_type = "ethernet-phy";
22 reg = <0>;
23 marvell,reg-init = <3 16 0xff00 0x1e 3 17 0xfff0 0x0a>;
24 } ;
25 } ;
26 ps7_usb_0: ps7-usb@e0002000 {
27 xlnx,phy-reset-gpio = <&ps7_gpio_0 85 0>;
28 usb-phy = <&usb0_phy>;
29 } ;
30 ps7_qspi_0: ps7-qspi@e000d000 {
31 flash@0 {
32 compatible = "spansion,s25fl256s0", "jedec,spi-nor";
33 reg = <0x0>;
34 spi-tx-bus-width = <1>;
35 spi-rx-bus-width = <4>;
36 spi-max-frequency = <50000000>;
37 #address-cells = <1>;
38 #size-cells = <1>;
39 partition@qspi-fsbl-uboot {
40 label = "qspi-fsbl-uboot";
41 reg = <0x0 0x100000>;
42 };
43 partition@qspi-linux {
44 label = "qspi-linux";
45 reg = <0x100000 0x500000>;
46 };
47 partition@qspi-device-tree {
48 label = "qspi-device-tree";
49 reg = <0x600000 0x20000>;
50 };
51 partition@qspi-rootfs {
52 label = "qspi-rootfs";
53 reg = <0x620000 0x5E0000>;
54 };
55 partition@qspi-bitstream {
56 label = "qspi-bitstream";
57 reg = <0xC00000 0x400000>;
58 };
59 };
60 } ;
61
62 /* Disabled Devices */
63 ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; };
64 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
65 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
66 ps7_i2c_0: ps7-i2c@e0004000 { compatible = "invalid"; };
67 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
68 ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; };
69 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
70 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
71 ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
72 } ;
73
74 usb0_phy: usb-phy {
75 #phy-cells = <0>;
76 compatible = "usb-nop-xceiv";
77 reset-gpios = <&ps7_gpio_0 85 1>; /* MIO 85, GPIO_ACTIVE_LOW */
78 } ;
79} ;
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7.dts b/conf/machine/boards/zedboard/zedboard-zynq7.dts
deleted file mode 100644
index e16e15ba..00000000
--- a/conf/machine/boards/zedboard/zedboard-zynq7.dts
+++ /dev/null
@@ -1,5 +0,0 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zedboard-zynq7-board.dtsi"
4/ {
5} ; \ No newline at end of file