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