summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/zedboard
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:29:42 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:29:42 +0200
commit99ac0639fff61cbdcfe58668eb9b0083d624504f (patch)
treef9142a48899bace9dda4f48c80e9a6f4b123c504 /conf/machine/boards/zedboard
downloadmeta-xilinx-99ac0639fff61cbdcfe58668eb9b0083d624504f.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/machine/boards/zedboard')
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi72
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts6
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7.dts5
3 files changed, 83 insertions, 0 deletions
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
new file mode 100644
index 00000000..f839c76e
--- /dev/null
+++ b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
@@ -0,0 +1,72 @@
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 mdio {
20 phy0: phy@0 {
21 compatible = "marvell,88e1518";
22 device_type = "ethernet-phy";
23 reg = <0>;
24 } ;
25 } ;
26 } ;
27 ps7_qspi_0: ps7-qspi@e000d000 {
28 flash@0 {
29 compatible = "n25q128";
30 reg = <0x0>;
31 spi-max-frequency = <50000000>;
32 #address-cells = <1>;
33 #size-cells = <1>;
34 partition@qspi-fsbl-uboot {
35 label = "qspi-fsbl-uboot";
36 reg = <0x0 0x100000>;
37 };
38 partition@qspi-linux {
39 label = "qspi-linux";
40 reg = <0x100000 0x500000>;
41 };
42 partition@qspi-device-tree {
43 label = "qspi-device-tree";
44 reg = <0x600000 0x20000>;
45 };
46 partition@qspi-rootfs {
47 label = "qspi-rootfs";
48 reg = <0x620000 0x5E0000>;
49 };
50 partition@qspi-bitstream {
51 label = "qspi-bitstream";
52 reg = <0xC00000 0x400000>;
53 };
54 };
55 } ;
56 ps7_gpio_0: ps7-gpio@e000a000 {
57 gpio-mask-high = <0xc0000>;
58 gpio-mask-low = <0xfe81>;
59 } ;
60
61 /* Disabled Devices */
62 ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; };
63 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
64 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
65 ps7_i2c_0: ps7-i2c@e0004000 { compatible = "invalid"; };
66 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
67 ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; };
68 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
69 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
70 ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
71 } ;
72} ;
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts b/conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts
new file mode 100644
index 00000000..b347c23b
--- /dev/null
+++ b/conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts
@@ -0,0 +1,6 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zynq7-mainline-gem.dtsi"
4/include/ "zedboard-zynq7-board.dtsi"
5/ {
6} ; \ No newline at end of file
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7.dts b/conf/machine/boards/zedboard/zedboard-zynq7.dts
new file mode 100644
index 00000000..e16e15ba
--- /dev/null
+++ b/conf/machine/boards/zedboard/zedboard-zynq7.dts
@@ -0,0 +1,5 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zedboard-zynq7-board.dtsi"
4/ {
5} ; \ No newline at end of file