summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/zc702
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/boards/zc702')
-rw-r--r--conf/machine/boards/zc702/zc702-zynq7-board.dtsi144
-rw-r--r--conf/machine/boards/zc702/zc702-zynq7-yocto.dts6
-rw-r--r--conf/machine/boards/zc702/zc702-zynq7.dts5
3 files changed, 155 insertions, 0 deletions
diff --git a/conf/machine/boards/zc702/zc702-zynq7-board.dtsi b/conf/machine/boards/zc702/zc702-zynq7-board.dtsi
new file mode 100644
index 00000000..14ab2819
--- /dev/null
+++ b/conf/machine/boards/zc702/zc702-zynq7-board.dtsi
@@ -0,0 +1,144 @@
1/*
2 * ZC702 DTS file header for generic boot.
3 */
4
5/ {
6 model = "Xilinx ZC702";
7 chosen {
8 bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/ram rw";
9 linux,stdout-path = "/amba@0/serial@e0001000";
10 } ;
11 ps7_ddr_0: memory@0 {
12 device_type = "memory";
13 reg = <0x0 0x40000000>;
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@7 {
21 compatible = "marvell,88e1116r";
22 device_type = "ethernet-phy";
23 reg = <7>;
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_i2c_0: ps7-i2c@e0004000 {
57 /* I2C Switch */
58 i2cswitch@74 {
59 compatible = "nxp,pca9548";
60 #address-cells = <1>;
61 #size-cells = <0>;
62 reg = <0x74>;
63
64 i2c@0 {
65 #address-cells = <1>;
66 #size-cells = <0>;
67 reg = <0>;
68 osc@5d {
69 compatible = "si570";
70 reg = <0x5d>;
71 factory-fout = <156250000>;
72 initial-fout = <148500000>;
73 };
74 };
75
76 i2c@2 {
77 #address-cells = <1>;
78 #size-cells = <0>;
79 reg = <2>;
80 eeprom@54 {
81 compatible = "at,24c08";
82 reg = <0x54>;
83 };
84 };
85
86 i2c@3 {
87 #address-cells = <1>;
88 #size-cells = <0>;
89 reg = <3>;
90 gpio@21 {
91 compatible = "ti,tca6416";
92 reg = <0x21>;
93 gpio-controller;
94 #gpio-cells = <2>;
95 };
96 };
97
98 i2c@4 {
99 #address-cells = <1>;
100 #size-cells = <0>;
101 reg = <4>;
102 rtc@54 {
103 compatible = "nxp,pcf8563";
104 reg = <0x51>;
105 };
106 };
107
108 i2c@7 {
109 #address-cells = <1>;
110 #size-cells = <0>;
111 reg = <7>;
112 hwmon@52 {
113 compatible = "pmbus,ucd9248";
114 reg = <52>;
115 };
116 hwmon@53 {
117 compatible = "pmbus,ucd9248";
118 reg = <53>;
119 };
120 hwmon@54 {
121 compatible = "pmbus,ucd9248";
122 reg = <54>;
123 };
124 };
125 };
126 };
127 ps7_gpio_0: ps7-gpio@e000a000 {
128 gpio-mask-high = <0x0>;
129 gpio-mask-low = <0x5600>;
130 } ;
131 ps7_usb_0: ps7-usb@e0002000 {
132 usb-reset = <&ps7_gpio_0 7 0>; /* MIO USB PHY Reset */
133 } ;
134
135 /* Disabled Devices */
136 ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; };
137 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
138 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
139 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
140 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
141 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
142 ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
143 } ;
144} ;
diff --git a/conf/machine/boards/zc702/zc702-zynq7-yocto.dts b/conf/machine/boards/zc702/zc702-zynq7-yocto.dts
new file mode 100644
index 00000000..9a74ad52
--- /dev/null
+++ b/conf/machine/boards/zc702/zc702-zynq7-yocto.dts
@@ -0,0 +1,6 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zynq7-mainline-gem.dtsi"
4/include/ "zc702-zynq7-board.dtsi"
5/ {
6} ; \ No newline at end of file
diff --git a/conf/machine/boards/zc702/zc702-zynq7.dts b/conf/machine/boards/zc702/zc702-zynq7.dts
new file mode 100644
index 00000000..8c5f197a
--- /dev/null
+++ b/conf/machine/boards/zc702/zc702-zynq7.dts
@@ -0,0 +1,5 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zc702-zynq7-board.dtsi"
4/ {
5} ; \ No newline at end of file