Michal Simek | 090a2d7 | 2018-03-27 10:36:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 2 | /* |
| 3 | * dts file for Xilinx ZynqMP zc1751-xm015-dc1 |
| 4 | * |
Michal Simek | 3f283ea | 2023-09-22 12:35:41 +0200 | [diff] [blame] | 5 | * (C) Copyright 2015 - 2022, Xilinx, Inc. |
| 6 | * (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc. |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 7 | * |
Michal Simek | a8c9436 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 8 | * Michal Simek <michal.simek@amd.com> |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | /dts-v1/; |
| 12 | |
| 13 | #include "zynqmp.dtsi" |
Michal Simek | a6604b6 | 2017-12-08 14:50:42 +0100 | [diff] [blame] | 14 | #include "zynqmp-clk-ccf.dtsi" |
Michal Simek | fe8cb0c | 2021-05-10 14:55:34 +0200 | [diff] [blame] | 15 | #include <dt-bindings/phy/phy.h> |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 16 | #include <dt-bindings/gpio/gpio.h> |
| 17 | #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 18 | |
| 19 | / { |
| 20 | model = "ZynqMP zc1751-xm015-dc1 RevA"; |
| 21 | compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp"; |
| 22 | |
| 23 | aliases { |
| 24 | ethernet0 = &gem3; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 25 | i2c0 = &i2c1; |
| 26 | mmc0 = &sdhci0; |
| 27 | mmc1 = &sdhci1; |
| 28 | rtc0 = &rtc; |
| 29 | serial0 = &uart0; |
| 30 | spi0 = &qspi; |
| 31 | usb0 = &usb0; |
| 32 | }; |
| 33 | |
| 34 | chosen { |
| 35 | bootargs = "earlycon"; |
| 36 | stdout-path = "serial0:115200n8"; |
| 37 | }; |
| 38 | |
Michal Simek | 79c1cbf | 2016-11-11 13:21:04 +0100 | [diff] [blame] | 39 | memory@0 { |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 40 | device_type = "memory"; |
| 41 | reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>; |
| 42 | }; |
Michal Simek | fe8cb0c | 2021-05-10 14:55:34 +0200 | [diff] [blame] | 43 | |
| 44 | clock_si5338_0: clk27 { /* u55 SI5338-GM */ |
| 45 | compatible = "fixed-clock"; |
| 46 | #clock-cells = <0>; |
| 47 | clock-frequency = <27000000>; |
| 48 | }; |
| 49 | |
| 50 | clock_si5338_2: clk26 { |
| 51 | compatible = "fixed-clock"; |
| 52 | #clock-cells = <0>; |
| 53 | clock-frequency = <26000000>; |
| 54 | }; |
| 55 | |
| 56 | clock_si5338_3: clk150 { |
| 57 | compatible = "fixed-clock"; |
| 58 | #clock-cells = <0>; |
| 59 | clock-frequency = <150000000>; |
| 60 | }; |
| 61 | }; |
| 62 | |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 63 | &fpd_dma_chan1 { |
| 64 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 65 | }; |
| 66 | |
| 67 | &fpd_dma_chan2 { |
| 68 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 69 | }; |
| 70 | |
| 71 | &fpd_dma_chan3 { |
| 72 | status = "okay"; |
| 73 | }; |
| 74 | |
| 75 | &fpd_dma_chan4 { |
| 76 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 77 | }; |
| 78 | |
| 79 | &fpd_dma_chan5 { |
| 80 | status = "okay"; |
| 81 | }; |
| 82 | |
| 83 | &fpd_dma_chan6 { |
| 84 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 85 | }; |
| 86 | |
| 87 | &fpd_dma_chan7 { |
| 88 | status = "okay"; |
| 89 | }; |
| 90 | |
| 91 | &fpd_dma_chan8 { |
| 92 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 93 | }; |
| 94 | |
| 95 | &gem3 { |
| 96 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 97 | phy-handle = <&phy0>; |
| 98 | phy-mode = "rgmii-id"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 99 | pinctrl-names = "default"; |
| 100 | pinctrl-0 = <&pinctrl_gem3_default>; |
Michal Simek | 0641df7 | 2023-09-22 12:35:36 +0200 | [diff] [blame] | 101 | mdio: mdio { |
| 102 | #address-cells = <1>; |
| 103 | #size-cells = <0>; |
| 104 | phy0: ethernet-phy@0 { |
| 105 | reg = <0>; |
| 106 | }; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 107 | }; |
| 108 | }; |
| 109 | |
| 110 | &gpio { |
| 111 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 112 | pinctrl-names = "default"; |
| 113 | pinctrl-0 = <&pinctrl_gpio_default>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 114 | }; |
| 115 | |
| 116 | &gpu { |
| 117 | status = "okay"; |
| 118 | }; |
| 119 | |
| 120 | &i2c1 { |
| 121 | status = "okay"; |
| 122 | clock-frequency = <400000>; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 123 | pinctrl-names = "default", "gpio"; |
| 124 | pinctrl-0 = <&pinctrl_i2c1_default>; |
| 125 | pinctrl-1 = <&pinctrl_i2c1_gpio>; |
Manikanta Guntupalli | cc45c9c | 2023-07-10 14:37:28 +0200 | [diff] [blame] | 126 | scl-gpios = <&gpio 36 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; |
| 127 | sda-gpios = <&gpio 37 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; |
Michal Simek | c454c6f | 2018-03-27 13:15:17 +0200 | [diff] [blame] | 128 | |
| 129 | eeprom: eeprom@55 { |
Michal Simek | 28cf3ba | 2018-03-27 10:54:25 +0200 | [diff] [blame] | 130 | compatible = "atmel,24c64"; /* 24AA64 */ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 131 | reg = <0x55>; |
| 132 | }; |
| 133 | }; |
| 134 | |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 135 | &pinctrl0 { |
| 136 | status = "okay"; |
| 137 | pinctrl_i2c1_default: i2c1-default { |
| 138 | mux { |
| 139 | groups = "i2c1_9_grp"; |
| 140 | function = "i2c1"; |
| 141 | }; |
| 142 | |
| 143 | conf { |
| 144 | groups = "i2c1_9_grp"; |
| 145 | bias-pull-up; |
| 146 | slew-rate = <SLEW_RATE_SLOW>; |
| 147 | power-source = <IO_STANDARD_LVCMOS18>; |
| 148 | }; |
| 149 | }; |
| 150 | |
| 151 | pinctrl_i2c1_gpio: i2c1-gpio { |
| 152 | mux { |
| 153 | groups = "gpio0_36_grp", "gpio0_37_grp"; |
| 154 | function = "gpio0"; |
| 155 | }; |
| 156 | |
| 157 | conf { |
| 158 | groups = "gpio0_36_grp", "gpio0_37_grp"; |
| 159 | slew-rate = <SLEW_RATE_SLOW>; |
| 160 | power-source = <IO_STANDARD_LVCMOS18>; |
| 161 | }; |
| 162 | }; |
| 163 | |
| 164 | pinctrl_uart0_default: uart0-default { |
| 165 | mux { |
| 166 | groups = "uart0_8_grp"; |
| 167 | function = "uart0"; |
| 168 | }; |
| 169 | |
| 170 | conf { |
| 171 | groups = "uart0_8_grp"; |
| 172 | slew-rate = <SLEW_RATE_SLOW>; |
| 173 | power-source = <IO_STANDARD_LVCMOS18>; |
| 174 | }; |
| 175 | |
| 176 | conf-rx { |
| 177 | pins = "MIO34"; |
| 178 | bias-high-impedance; |
| 179 | }; |
| 180 | |
| 181 | conf-tx { |
| 182 | pins = "MIO35"; |
| 183 | bias-disable; |
| 184 | }; |
| 185 | }; |
| 186 | |
| 187 | pinctrl_usb0_default: usb0-default { |
| 188 | mux { |
| 189 | groups = "usb0_0_grp"; |
| 190 | function = "usb0"; |
| 191 | }; |
| 192 | |
| 193 | conf { |
| 194 | groups = "usb0_0_grp"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 195 | power-source = <IO_STANDARD_LVCMOS18>; |
| 196 | }; |
| 197 | |
| 198 | conf-rx { |
| 199 | pins = "MIO52", "MIO53", "MIO55"; |
| 200 | bias-high-impedance; |
Ashok Reddy Soma | 4d0ecf6 | 2022-06-15 12:16:13 +0200 | [diff] [blame] | 201 | drive-strength = <12>; |
| 202 | slew-rate = <SLEW_RATE_FAST>; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 203 | }; |
| 204 | |
| 205 | conf-tx { |
| 206 | pins = "MIO54", "MIO56", "MIO57", "MIO58", "MIO59", |
| 207 | "MIO60", "MIO61", "MIO62", "MIO63"; |
| 208 | bias-disable; |
Ashok Reddy Soma | 4d0ecf6 | 2022-06-15 12:16:13 +0200 | [diff] [blame] | 209 | drive-strength = <4>; |
| 210 | slew-rate = <SLEW_RATE_SLOW>; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 211 | }; |
| 212 | }; |
| 213 | |
| 214 | pinctrl_gem3_default: gem3-default { |
| 215 | mux { |
| 216 | function = "ethernet3"; |
| 217 | groups = "ethernet3_0_grp"; |
| 218 | }; |
| 219 | |
| 220 | conf { |
| 221 | groups = "ethernet3_0_grp"; |
| 222 | slew-rate = <SLEW_RATE_SLOW>; |
| 223 | power-source = <IO_STANDARD_LVCMOS18>; |
| 224 | }; |
| 225 | |
| 226 | conf-rx { |
| 227 | pins = "MIO70", "MIO71", "MIO72", "MIO73", "MIO74", |
| 228 | "MIO75"; |
| 229 | bias-high-impedance; |
| 230 | low-power-disable; |
| 231 | }; |
| 232 | |
| 233 | conf-tx { |
| 234 | pins = "MIO64", "MIO65", "MIO66", "MIO67", "MIO68", |
| 235 | "MIO69"; |
| 236 | bias-disable; |
| 237 | low-power-enable; |
| 238 | }; |
| 239 | |
| 240 | mux-mdio { |
| 241 | function = "mdio3"; |
| 242 | groups = "mdio3_0_grp"; |
| 243 | }; |
| 244 | |
| 245 | conf-mdio { |
| 246 | groups = "mdio3_0_grp"; |
| 247 | slew-rate = <SLEW_RATE_SLOW>; |
| 248 | power-source = <IO_STANDARD_LVCMOS18>; |
| 249 | bias-disable; |
| 250 | }; |
| 251 | }; |
| 252 | |
| 253 | pinctrl_sdhci0_default: sdhci0-default { |
| 254 | mux { |
| 255 | groups = "sdio0_0_grp"; |
| 256 | function = "sdio0"; |
| 257 | }; |
| 258 | |
| 259 | conf { |
| 260 | groups = "sdio0_0_grp"; |
| 261 | slew-rate = <SLEW_RATE_SLOW>; |
| 262 | power-source = <IO_STANDARD_LVCMOS18>; |
| 263 | bias-disable; |
| 264 | }; |
| 265 | |
| 266 | mux-cd { |
| 267 | groups = "sdio0_cd_0_grp"; |
| 268 | function = "sdio0_cd"; |
| 269 | }; |
| 270 | |
| 271 | conf-cd { |
| 272 | groups = "sdio0_cd_0_grp"; |
| 273 | bias-high-impedance; |
| 274 | bias-pull-up; |
| 275 | slew-rate = <SLEW_RATE_SLOW>; |
| 276 | power-source = <IO_STANDARD_LVCMOS18>; |
| 277 | }; |
| 278 | |
| 279 | mux-wp { |
| 280 | groups = "sdio0_wp_0_grp"; |
| 281 | function = "sdio0_wp"; |
| 282 | }; |
| 283 | |
| 284 | conf-wp { |
| 285 | groups = "sdio0_wp_0_grp"; |
| 286 | bias-high-impedance; |
| 287 | bias-pull-up; |
| 288 | slew-rate = <SLEW_RATE_SLOW>; |
| 289 | power-source = <IO_STANDARD_LVCMOS18>; |
| 290 | }; |
| 291 | }; |
| 292 | |
| 293 | pinctrl_sdhci1_default: sdhci1-default { |
| 294 | mux { |
| 295 | groups = "sdio1_0_grp"; |
| 296 | function = "sdio1"; |
| 297 | }; |
| 298 | |
| 299 | conf { |
| 300 | groups = "sdio1_0_grp"; |
| 301 | slew-rate = <SLEW_RATE_SLOW>; |
| 302 | power-source = <IO_STANDARD_LVCMOS18>; |
| 303 | bias-disable; |
| 304 | }; |
| 305 | |
| 306 | mux-cd { |
| 307 | groups = "sdio1_cd_0_grp"; |
| 308 | function = "sdio1_cd"; |
| 309 | }; |
| 310 | |
| 311 | conf-cd { |
| 312 | groups = "sdio1_cd_0_grp"; |
| 313 | bias-high-impedance; |
| 314 | bias-pull-up; |
| 315 | slew-rate = <SLEW_RATE_SLOW>; |
| 316 | power-source = <IO_STANDARD_LVCMOS18>; |
| 317 | }; |
| 318 | |
| 319 | mux-wp { |
| 320 | groups = "sdio1_wp_0_grp"; |
| 321 | function = "sdio1_wp"; |
| 322 | }; |
| 323 | |
| 324 | conf-wp { |
| 325 | groups = "sdio1_wp_0_grp"; |
| 326 | bias-high-impedance; |
| 327 | bias-pull-up; |
| 328 | slew-rate = <SLEW_RATE_SLOW>; |
| 329 | power-source = <IO_STANDARD_LVCMOS18>; |
| 330 | }; |
| 331 | }; |
| 332 | |
| 333 | pinctrl_gpio_default: gpio-default { |
| 334 | mux { |
| 335 | function = "gpio0"; |
| 336 | groups = "gpio0_38_grp"; |
| 337 | }; |
| 338 | |
| 339 | conf { |
| 340 | groups = "gpio0_38_grp"; |
| 341 | bias-disable; |
| 342 | slew-rate = <SLEW_RATE_SLOW>; |
| 343 | power-source = <IO_STANDARD_LVCMOS18>; |
| 344 | }; |
| 345 | }; |
| 346 | }; |
| 347 | |
Michal Simek | ae7230c | 2021-06-03 15:18:04 +0200 | [diff] [blame] | 348 | &psgtr { |
| 349 | status = "okay"; |
| 350 | /* dp, usb3, sata */ |
| 351 | clocks = <&clock_si5338_0>, <&clock_si5338_2>, <&clock_si5338_3>; |
| 352 | clock-names = "ref1", "ref2", "ref3"; |
| 353 | }; |
| 354 | |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 355 | &qspi { |
| 356 | status = "okay"; |
Michal Simek | 27c8320 | 2023-09-22 12:35:43 +0200 | [diff] [blame] | 357 | num-cs = <2>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 358 | flash@0 { |
Neil Armstrong | a009fa7 | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 359 | compatible = "m25p80", "jedec,spi-nor"; /* Micron MT25QU512ABB8ESF */ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 360 | #address-cells = <1>; |
| 361 | #size-cells = <1>; |
Michal Simek | 27c8320 | 2023-09-22 12:35:43 +0200 | [diff] [blame] | 362 | reg = <0>, <1>; |
| 363 | parallel-memories = /bits/ 64 <0x4000000 0x4000000>; /* 64MB */ |
Amit Kumar Mahapatra | a02408b | 2022-05-10 16:33:01 +0200 | [diff] [blame] | 364 | spi-tx-bus-width = <4>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 365 | spi-rx-bus-width = <4>; |
| 366 | spi-max-frequency = <108000000>; /* Based on DC1 spec */ |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 367 | partition@0 { /* for testing purpose */ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 368 | label = "qspi-fsbl-uboot"; |
| 369 | reg = <0x0 0x100000>; |
| 370 | }; |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 371 | partition@100000 { /* for testing purpose */ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 372 | label = "qspi-linux"; |
| 373 | reg = <0x100000 0x500000>; |
| 374 | }; |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 375 | partition@600000 { /* for testing purpose */ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 376 | label = "qspi-device-tree"; |
| 377 | reg = <0x600000 0x20000>; |
| 378 | }; |
Michal Simek | 70fafdf | 2020-02-14 14:19:56 +0100 | [diff] [blame] | 379 | partition@620000 { /* for testing purpose */ |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 380 | label = "qspi-rootfs"; |
| 381 | reg = <0x620000 0x5E0000>; |
| 382 | }; |
| 383 | }; |
| 384 | }; |
| 385 | |
| 386 | &rtc { |
| 387 | status = "okay"; |
| 388 | }; |
| 389 | |
| 390 | &sata { |
| 391 | status = "okay"; |
| 392 | /* SATA phy OOB timing settings */ |
| 393 | ceva,p0-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>; |
| 394 | ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>; |
| 395 | ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; |
| 396 | ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>; |
| 397 | ceva,p1-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>; |
| 398 | ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>; |
| 399 | ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; |
| 400 | ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>; |
Michal Simek | fe8cb0c | 2021-05-10 14:55:34 +0200 | [diff] [blame] | 401 | phy-names = "sata-phy"; |
| 402 | phys = <&psgtr 3 PHY_TYPE_SATA 1 3>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 403 | }; |
| 404 | |
| 405 | /* eMMC */ |
| 406 | &sdhci0 { |
| 407 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 408 | pinctrl-names = "default"; |
| 409 | pinctrl-0 = <&pinctrl_sdhci0_default>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 410 | bus-width = <8>; |
Michal Simek | 3b66264 | 2020-07-22 17:42:43 +0200 | [diff] [blame] | 411 | xlnx,mio-bank = <0>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 412 | }; |
| 413 | |
| 414 | /* SD1 with level shifter */ |
| 415 | &sdhci1 { |
| 416 | status = "okay"; |
Manish Narani | e2ba093 | 2020-02-13 23:37:30 -0700 | [diff] [blame] | 417 | /* |
| 418 | * This property should be removed for supporting UHS mode |
| 419 | */ |
| 420 | no-1-8-v; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 421 | pinctrl-names = "default"; |
| 422 | pinctrl-0 = <&pinctrl_sdhci1_default>; |
Michal Simek | 3b66264 | 2020-07-22 17:42:43 +0200 | [diff] [blame] | 423 | xlnx,mio-bank = <1>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 424 | }; |
| 425 | |
| 426 | &uart0 { |
| 427 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 428 | pinctrl-names = "default"; |
| 429 | pinctrl-0 = <&pinctrl_uart0_default>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 430 | }; |
| 431 | |
| 432 | /* ULPI SMSC USB3320 */ |
| 433 | &usb0 { |
| 434 | status = "okay"; |
Michal Simek | f7b922a | 2021-05-10 13:14:02 +0200 | [diff] [blame] | 435 | pinctrl-names = "default"; |
| 436 | pinctrl-0 = <&pinctrl_usb0_default>; |
Manish Narani | f3c6338 | 2021-07-14 06:17:19 -0600 | [diff] [blame] | 437 | phy-names = "usb3-phy"; |
| 438 | phys = <&psgtr 2 PHY_TYPE_USB3 0 2>; |
Michal Simek | a411700 | 2016-04-05 12:01:16 +0200 | [diff] [blame] | 439 | }; |
| 440 | |
| 441 | &dwc3_0 { |
| 442 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 443 | dr_mode = "host"; |
Michal Simek | fe8cb0c | 2021-05-10 14:55:34 +0200 | [diff] [blame] | 444 | snps,usb3_lpm_capable; |
Michal Simek | eb4b55c | 2021-05-31 17:51:58 +0200 | [diff] [blame] | 445 | maximum-speed = "super-speed"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 446 | }; |
| 447 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 448 | &zynqmp_dpdma { |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 449 | status = "okay"; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 450 | }; |
| 451 | |
Michal Simek | 958c0e9 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 452 | &zynqmp_dpsub { |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 453 | status = "okay"; |
Michal Simek | 51dd1e0 | 2021-06-14 14:58:35 +0200 | [diff] [blame] | 454 | phy-names = "dp-phy0", "dp-phy1"; |
| 455 | phys = <&psgtr 1 PHY_TYPE_DP 0 0>, |
| 456 | <&psgtr 0 PHY_TYPE_DP 1 1>; |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 457 | }; |