blob: eadc2563064b4ec3c24cb94b1f3e32faad8abc69 [file] [log] [blame]
Michal Simeka502a872021-05-10 16:02:15 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * dts file for KV260 revA Carrier Card
4 *
Michal Simek8daa7862023-09-22 12:35:41 +02005 * (C) Copyright 2020 - 2022, Xilinx, Inc.
6 * (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc.
Michal Simeka502a872021-05-10 16:02:15 +02007 *
Michal Simek174d72842023-07-10 14:35:49 +02008 * Michal Simek <michal.simek@amd.com>
Michal Simeka502a872021-05-10 16:02:15 +02009 */
10
Michal Simek464f6552021-08-06 11:12:29 +020011#include <dt-bindings/gpio/gpio.h>
12#include <dt-bindings/net/ti-dp83867.h>
13#include <dt-bindings/phy/phy.h>
14#include <dt-bindings/pinctrl/pinctrl-zynqmp.h>
Michal Simeka502a872021-05-10 16:02:15 +020015
16/dts-v1/;
17/plugin/;
18
Michal Simekb6d8d4b2021-06-10 17:59:46 +020019&{/} {
Michal Simekefa1dde2023-07-10 14:37:34 +020020 compatible = "xlnx,zynqmp-sk-kv260-rev2",
21 "xlnx,zynqmp-sk-kv260-rev1",
Michal Simek3dbd5312021-06-10 18:52:14 +020022 "xlnx,zynqmp-sk-kv260-revB",
Michal Simeka502a872021-05-10 16:02:15 +020023 "xlnx,zynqmp-sk-kv260", "xlnx,zynqmp";
Michal Simek8489b6d2023-01-18 13:04:14 +010024 model = "ZynqMP KV260 revB";
Michal Simekb6d8d4b2021-06-10 17:59:46 +020025};
Michal Simeka502a872021-05-10 16:02:15 +020026
Michal Simekb6d8d4b2021-06-10 17:59:46 +020027&i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */
28 #address-cells = <1>;
29 #size-cells = <0>;
30 pinctrl-names = "default", "gpio";
31 pinctrl-0 = <&pinctrl_i2c1_default>;
32 pinctrl-1 = <&pinctrl_i2c1_gpio>;
Manikanta Guntupalli28dc3562023-07-10 14:37:28 +020033 scl-gpios = <&gpio 24 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
34 sda-gpios = <&gpio 25 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
Michal Simeka502a872021-05-10 16:02:15 +020035
Michal Simekb6d8d4b2021-06-10 17:59:46 +020036 u14: ina260@40 { /* u14 */
37 compatible = "ti,ina260";
38 #io-channel-cells = <1>;
39 label = "ina260-u14";
40 reg = <0x40>;
41 };
Michal Simekc36dc242022-02-23 16:17:37 +010042 /* u43 - 0x2d - USB hub */
Michal Simekb6d8d4b2021-06-10 17:59:46 +020043 /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */
44};
Michal Simeka502a872021-05-10 16:02:15 +020045
Michal Simekb6d8d4b2021-06-10 17:59:46 +020046&amba {
47 ina260-u14 {
48 compatible = "iio-hwmon";
49 io-channels = <&u14 0>, <&u14 1>, <&u14 2>;
Michal Simeka502a872021-05-10 16:02:15 +020050 };
51
Michal Simekb6d8d4b2021-06-10 17:59:46 +020052 si5332_0: si5332_0 { /* u17 */
53 compatible = "fixed-clock";
54 #clock-cells = <0>;
55 clock-frequency = <125000000>;
Michal Simeka502a872021-05-10 16:02:15 +020056 };
57
Michal Simekb6d8d4b2021-06-10 17:59:46 +020058 si5332_1: si5332_1 { /* u17 */
59 compatible = "fixed-clock";
60 #clock-cells = <0>;
61 clock-frequency = <25000000>;
62 };
63
64 si5332_2: si5332_2 { /* u17 */
65 compatible = "fixed-clock";
66 #clock-cells = <0>;
67 clock-frequency = <48000000>;
68 };
69
70 si5332_3: si5332_3 { /* u17 */
71 compatible = "fixed-clock";
72 #clock-cells = <0>;
73 clock-frequency = <24000000>;
74 };
75
76 si5332_4: si5332_4 { /* u17 */
77 compatible = "fixed-clock";
78 #clock-cells = <0>;
79 clock-frequency = <26000000>;
80 };
81
82 si5332_5: si5332_5 { /* u17 */
83 compatible = "fixed-clock";
84 #clock-cells = <0>;
85 clock-frequency = <27000000>;
86 };
87};
88
Michal Simeka502a872021-05-10 16:02:15 +020089/* DP/USB 3.0 */
Michal Simekb6d8d4b2021-06-10 17:59:46 +020090&psgtr {
91 status = "okay";
92 /* pcie, usb3, sata */
93 clocks = <&si5332_5>, <&si5332_4>, <&si5332_0>;
94 clock-names = "ref0", "ref1", "ref2";
95};
96
97&zynqmp_dpsub {
Michal Simek8b82a3a2022-02-23 16:17:41 +010098 status = "okay";
Michal Simekb6d8d4b2021-06-10 17:59:46 +020099 phy-names = "dp-phy0", "dp-phy1";
100 phys = <&psgtr 1 PHY_TYPE_DP 0 0>, <&psgtr 0 PHY_TYPE_DP 1 0>;
Michal Simek59e1bdd2022-02-23 16:17:38 +0100101 assigned-clock-rates = <27000000>, <25000000>, <300000000>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200102};
103
104&zynqmp_dpdma {
105 status = "okay";
Michal Simek59e1bdd2022-02-23 16:17:38 +0100106 assigned-clock-rates = <600000000>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200107};
108
109&usb0 {
110 status = "okay";
111 pinctrl-names = "default";
112 pinctrl-0 = <&pinctrl_usb0_default>;
Manish Narani15ca9eb2021-07-14 06:17:19 -0600113 phy-names = "usb3-phy";
114 phys = <&psgtr 2 PHY_TYPE_USB3 0 1>;
Michal Simeka3efa532022-02-23 16:17:39 +0100115 assigned-clock-rates = <250000000>, <20000000>;
Michal Simekc36dc242022-02-23 16:17:37 +0100116
117 usb5744: usb-hub { /* u43 */
118 status = "okay";
119 compatible = "microchip,usb5744";
120 i2c-bus = <&i2c1>;
Michal Simek2f6e1dd2022-02-23 16:17:42 +0100121 reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
Michal Simekc36dc242022-02-23 16:17:37 +0100122 };
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200123};
124
125&dwc3_0 {
126 status = "okay";
127 dr_mode = "host";
128 snps,usb3_lpm_capable;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200129 maximum-speed = "super-speed";
130};
131
132&sdhci1 { /* on CC with tuned parameters */
133 status = "okay";
134 pinctrl-names = "default";
135 pinctrl-0 = <&pinctrl_sdhci1_default>;
136 /*
137 * SD 3.0 requires level shifter and this property
138 * should be removed if the board has level shifter and
139 * need to work in UHS mode
140 */
141 no-1-8-v;
142 disable-wp;
143 xlnx,mio-bank = <1>;
144 clk-phase-sd-hs = <126>, <60>;
145 clk-phase-uhs-sdr25 = <120>, <60>;
146 clk-phase-uhs-ddr50 = <126>, <48>;
Michal Simeka3efa532022-02-23 16:17:39 +0100147 assigned-clock-rates = <187498123>;
Michal Simek1b273a92023-09-22 12:35:34 +0200148 bus-width = <4>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200149};
150
Michal Simekdd0ebfe2023-02-20 09:09:04 +0100151&gem3 {
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200152 status = "okay";
153 pinctrl-names = "default";
154 pinctrl-0 = <&pinctrl_gem3_default>;
155 phy-handle = <&phy0>;
156 phy-mode = "rgmii-id";
Harini Katakam6a251f22023-07-10 14:37:33 +0200157 assigned-clock-rates = <250000000>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200158
159 mdio: mdio {
160 #address-cells = <1>;
161 #size-cells = <0>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200162
163 phy0: ethernet-phy@1 {
164 #phy-cells = <1>;
165 reg = <1>;
Michal Simekff794482022-02-23 16:17:40 +0100166 compatible = "ethernet-phy-id2000.a231";
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200167 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
168 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
169 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
170 ti,dp83867-rxctrl-strap-quirk;
Michal Simekff794482022-02-23 16:17:40 +0100171 reset-assert-us = <100>;
172 reset-deassert-us = <280>;
173 reset-gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200174 };
175 };
176};
177
Michal Simekdd0ebfe2023-02-20 09:09:04 +0100178&pinctrl0 {
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200179 status = "okay";
180
181 pinctrl_uart1_default: uart1-default {
182 conf {
183 groups = "uart1_9_grp";
184 slew-rate = <SLEW_RATE_SLOW>;
185 power-source = <IO_STANDARD_LVCMOS18>;
186 drive-strength = <12>;
187 };
188
189 conf-rx {
190 pins = "MIO37";
191 bias-high-impedance;
192 };
193
194 conf-tx {
195 pins = "MIO36";
196 bias-disable;
Neal Frager771635f2023-08-31 16:27:53 +0200197 output-enable;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200198 };
199
200 mux {
201 groups = "uart1_9_grp";
202 function = "uart1";
Michal Simeka502a872021-05-10 16:02:15 +0200203 };
204 };
205
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200206 pinctrl_i2c1_default: i2c1-default {
207 conf {
208 groups = "i2c1_6_grp";
209 bias-pull-up;
210 slew-rate = <SLEW_RATE_SLOW>;
211 power-source = <IO_STANDARD_LVCMOS18>;
212 };
213
214 mux {
215 groups = "i2c1_6_grp";
216 function = "i2c1";
Michal Simeka502a872021-05-10 16:02:15 +0200217 };
218 };
219
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200220 pinctrl_i2c1_gpio: i2c1-gpio {
221 conf {
222 groups = "gpio0_24_grp", "gpio0_25_grp";
223 slew-rate = <SLEW_RATE_SLOW>;
224 power-source = <IO_STANDARD_LVCMOS18>;
225 };
226
227 mux {
228 groups = "gpio0_24_grp", "gpio0_25_grp";
229 function = "gpio0";
Michal Simeka502a872021-05-10 16:02:15 +0200230 };
231 };
232
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200233 pinctrl_gem3_default: gem3-default {
234 conf {
235 groups = "ethernet3_0_grp";
236 slew-rate = <SLEW_RATE_SLOW>;
237 power-source = <IO_STANDARD_LVCMOS18>;
238 };
239
240 conf-rx {
241 pins = "MIO70", "MIO72", "MIO74";
242 bias-high-impedance;
243 low-power-disable;
244 };
245
246 conf-bootstrap {
247 pins = "MIO71", "MIO73", "MIO75";
248 bias-disable;
Neal Frager771635f2023-08-31 16:27:53 +0200249 output-enable;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200250 low-power-disable;
251 };
252
253 conf-tx {
254 pins = "MIO64", "MIO65", "MIO66",
255 "MIO67", "MIO68", "MIO69";
256 bias-disable;
Neal Frager771635f2023-08-31 16:27:53 +0200257 output-enable;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200258 low-power-enable;
259 };
260
261 conf-mdio {
262 groups = "mdio3_0_grp";
263 slew-rate = <SLEW_RATE_SLOW>;
264 power-source = <IO_STANDARD_LVCMOS18>;
265 bias-disable;
Neal Frager771635f2023-08-31 16:27:53 +0200266 output-enable;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200267 };
268
269 mux-mdio {
270 function = "mdio3";
271 groups = "mdio3_0_grp";
272 };
273
274 mux {
275 function = "ethernet3";
276 groups = "ethernet3_0_grp";
Michal Simeka502a872021-05-10 16:02:15 +0200277 };
278 };
279
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200280 pinctrl_usb0_default: usb0-default {
281 conf {
282 groups = "usb0_0_grp";
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200283 power-source = <IO_STANDARD_LVCMOS18>;
284 };
285
286 conf-rx {
287 pins = "MIO52", "MIO53", "MIO55";
288 bias-high-impedance;
Ashok Reddy Somab8745e72022-06-15 12:16:13 +0200289 drive-strength = <12>;
290 slew-rate = <SLEW_RATE_FAST>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200291 };
292
293 conf-tx {
294 pins = "MIO54", "MIO56", "MIO57", "MIO58", "MIO59",
295 "MIO60", "MIO61", "MIO62", "MIO63";
296 bias-disable;
Neal Frager771635f2023-08-31 16:27:53 +0200297 output-enable;
Ashok Reddy Somab8745e72022-06-15 12:16:13 +0200298 drive-strength = <4>;
299 slew-rate = <SLEW_RATE_SLOW>;
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200300 };
301
302 mux {
303 groups = "usb0_0_grp";
304 function = "usb0";
Michal Simeka502a872021-05-10 16:02:15 +0200305 };
306 };
307
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200308 pinctrl_sdhci1_default: sdhci1-default {
309 conf {
310 groups = "sdio1_0_grp";
311 slew-rate = <SLEW_RATE_SLOW>;
312 power-source = <IO_STANDARD_LVCMOS18>;
313 bias-disable;
314 };
315
316 conf-cd {
317 groups = "sdio1_cd_0_grp";
318 bias-high-impedance;
319 bias-pull-up;
320 slew-rate = <SLEW_RATE_SLOW>;
321 power-source = <IO_STANDARD_LVCMOS18>;
322 };
323
324 mux-cd {
325 groups = "sdio1_cd_0_grp";
326 function = "sdio1_cd";
327 };
328
329 mux {
330 groups = "sdio1_0_grp";
331 function = "sdio1";
Michal Simeka502a872021-05-10 16:02:15 +0200332 };
333 };
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200334};
Michal Simeka502a872021-05-10 16:02:15 +0200335
Michal Simekb6d8d4b2021-06-10 17:59:46 +0200336&uart1 {
337 status = "okay";
338 pinctrl-names = "default";
339 pinctrl-0 = <&pinctrl_uart1_default>;
Michal Simeka502a872021-05-10 16:02:15 +0200340};