arm64: zynqmp: Use SPDX license with dc4
[oweals/u-boot.git] / arch / arm / dts / zynqmp-zc1751-xm018-dc4.dts
1 /*
2  * dts file for Xilinx ZynqMP zc1751-xm018-dc4
3  *
4  * (C) Copyright 2015 - 2016, Xilinx, Inc.
5  *
6  * Michal Simek <michal.simek@xilinx.com>
7  *
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 /dts-v1/;
12
13 #include "zynqmp.dtsi"
14 #include "zynqmp-clk.dtsi"
15
16 / {
17         model = "ZynqMP zc1751-xm018-dc4";
18         compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
19
20         aliases {
21                 can0 = &can0;
22                 can1 = &can1;
23                 ethernet0 = &gem0;
24                 ethernet1 = &gem1;
25                 ethernet2 = &gem2;
26                 ethernet3 = &gem3;
27                 gpio0 = &gpio;
28                 i2c0 = &i2c0;
29                 i2c1 = &i2c1;
30                 rtc0 = &rtc;
31                 serial0 = &uart0;
32                 serial1 = &uart1;
33                 spi0 = &qspi;
34         };
35
36         chosen {
37                 bootargs = "earlycon";
38                 stdout-path = "serial0:115200n8";
39         };
40
41         memory@0 {
42                 device_type = "memory";
43                 reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
44         };
45 };
46
47 &can0 {
48         status = "okay";
49 };
50
51 &can1 {
52         status = "okay";
53 };
54
55 /* fpd_dma clk 667MHz, lpd_dma 500MHz */
56 &fpd_dma_chan1 {
57         status = "okay";
58         xlnx,include-sg; /* for testing purpose */
59         xlnx,overfetch; /* for testing purpose */
60         xlnx,ratectrl = <0>; /* for testing purpose */
61         xlnx,src-issue = <31>;
62 };
63
64 &fpd_dma_chan2 {
65         status = "okay";
66         xlnx,ratectrl = <100>; /* for testing purpose */
67         xlnx,src-issue = <4>; /* for testing purpose */
68 };
69
70 &fpd_dma_chan3 {
71         status = "okay";
72 };
73
74 &fpd_dma_chan4 {
75         status = "okay";
76         xlnx,include-sg; /* for testing purpose */
77 };
78
79 &fpd_dma_chan5 {
80         status = "okay";
81 };
82
83 &fpd_dma_chan6 {
84         status = "okay";
85         xlnx,include-sg; /* for testing purpose */
86 };
87
88 &fpd_dma_chan7 {
89         status = "okay";
90 };
91
92 &fpd_dma_chan8 {
93         status = "okay";
94         xlnx,include-sg; /* for testing purpose */
95 };
96
97 &lpd_dma_chan1 {
98         status = "okay";
99 };
100
101 &lpd_dma_chan2 {
102         status = "okay";
103 };
104
105 &lpd_dma_chan3 {
106         status = "okay";
107 };
108
109 &lpd_dma_chan4 {
110         status = "okay";
111 };
112
113 &lpd_dma_chan5 {
114         status = "okay";
115 };
116
117 &lpd_dma_chan6 {
118         status = "okay";
119 };
120
121 &lpd_dma_chan7 {
122         status = "okay";
123 };
124
125 &lpd_dma_chan8 {
126         status = "okay";
127 };
128
129 &xlnx_dp {
130         status = "okay";
131 };
132
133 &xlnx_dpdma {
134         status = "okay";
135 };
136
137 &gem0 {
138         status = "okay";
139         local-mac-address = [00 0a 35 00 02 90];
140         phy-mode = "rgmii-id";
141         phy-handle = <&ethernet_phy0>;
142         ethernet_phy0: ethernet-phy@0 { /* Marvell 88e1512 */
143                 reg = <0>;
144         };
145         ethernet_phy7: ethernet-phy@7 { /* Vitesse VSC8211 */
146                 reg = <7>;
147         };
148         ethernet_phy3: ethernet-phy@3 { /* Realtek RTL8211DN */
149                 reg = <3>;
150         };
151         ethernet_phy8: ethernet-phy@8 { /* Vitesse VSC8211 */
152                 reg = <8>;
153         };
154 };
155
156 &gem1 {
157         status = "okay";
158         local-mac-address = [00 0a 35 00 02 91];
159         phy-mode = "rgmii-id";
160         phy-handle = <&ethernet_phy7>;
161 };
162
163 &gem2 {
164         status = "okay";
165         local-mac-address = [00 0a 35 00 02 92];
166         phy-mode = "rgmii-id";
167         phy-handle = <&ethernet_phy3>;
168 };
169
170 &gem3 {
171         status = "okay";
172         local-mac-address = [00 0a 35 00 02 93];
173         phy-mode = "rgmii-id";
174         phy-handle = <&ethernet_phy8>;
175 };
176
177 &gpio {
178         status = "okay";
179 };
180
181 &gpu {
182         status = "okay";
183 };
184
185 &i2c0 {
186         clock-frequency = <400000>;
187         status = "okay";
188 };
189
190 &i2c1 {
191         clock-frequency = <400000>;
192         status = "okay";
193 };
194
195 &rtc {
196         status = "okay";
197 };
198
199 &uart0 {
200         status = "okay";
201 };
202
203 &uart1 {
204         status = "okay";
205 };
206
207 &watchdog0 {
208         status = "okay";
209 };