Michal Simek | 051a8ad | 2018-03-27 13:43:05 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Jagannadha Sutradharudu Teki | 9e0802b | 2014-01-09 01:48:29 +0530 | [diff] [blame] | 2 | /* |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 3 | * Copyright (C) 2011 - 2015 Xilinx |
| 4 | * Copyright (C) 2012 National Instruments Corp. |
Jagannadha Sutradharudu Teki | 9e0802b | 2014-01-09 01:48:29 +0530 | [diff] [blame] | 5 | */ |
| 6 | /dts-v1/; |
| 7 | #include "zynq-7000.dtsi" |
| 8 | |
| 9 | / { |
Luis Araneda | 9896dc6 | 2018-07-12 00:10:20 -0400 | [diff] [blame] | 10 | model = "Xilinx ZC702 board"; |
Jagannadha Sutradharudu Teki | 9e0802b | 2014-01-09 01:48:29 +0530 | [diff] [blame] | 11 | compatible = "xlnx,zynq-zc702", "xlnx,zynq-7000"; |
Masahiro Yamada | 7d34c5d | 2014-05-15 20:37:54 +0900 | [diff] [blame] | 12 | |
Masahiro Yamada | 9f9d41b | 2014-05-15 20:37:55 +0900 | [diff] [blame] | 13 | aliases { |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 14 | ethernet0 = &gem0; |
| 15 | i2c0 = &i2c0; |
Masahiro Yamada | 9f9d41b | 2014-05-15 20:37:55 +0900 | [diff] [blame] | 16 | serial0 = &uart1; |
Jagan Teki | e9cf6ec | 2015-08-15 23:15:21 +0530 | [diff] [blame] | 17 | spi0 = &qspi; |
Michal Simek | d9ae52c | 2015-11-30 16:13:03 +0100 | [diff] [blame] | 18 | mmc0 = &sdhci0; |
Vipul Kumar | 69b67ec | 2018-08-07 16:30:04 +0530 | [diff] [blame] | 19 | usb0 = &usb0; |
Masahiro Yamada | 9f9d41b | 2014-05-15 20:37:55 +0900 | [diff] [blame] | 20 | }; |
| 21 | |
Michal Simek | cc7978b | 2016-11-11 13:11:37 +0100 | [diff] [blame] | 22 | memory@0 { |
Masahiro Yamada | 7d34c5d | 2014-05-15 20:37:54 +0900 | [diff] [blame] | 23 | device_type = "memory"; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 24 | reg = <0x0 0x40000000>; |
Masahiro Yamada | 7d34c5d | 2014-05-15 20:37:54 +0900 | [diff] [blame] | 25 | }; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 26 | |
| 27 | chosen { |
Michal Simek | 936bbc5 | 2016-04-07 11:15:00 +0200 | [diff] [blame] | 28 | bootargs = ""; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 29 | stdout-path = "serial0:115200n8"; |
| 30 | }; |
| 31 | |
Michal Simek | 91f9f17 | 2015-07-22 11:41:11 +0200 | [diff] [blame] | 32 | gpio-keys { |
| 33 | compatible = "gpio-keys"; |
Michal Simek | 91f9f17 | 2015-07-22 11:41:11 +0200 | [diff] [blame] | 34 | autorepeat; |
| 35 | sw14 { |
| 36 | label = "sw14"; |
| 37 | gpios = <&gpio0 12 0>; |
| 38 | linux,code = <108>; /* down */ |
Sudeep Holla | a930ca5 | 2015-10-21 11:10:16 +0100 | [diff] [blame] | 39 | wakeup-source; |
Michal Simek | 91f9f17 | 2015-07-22 11:41:11 +0200 | [diff] [blame] | 40 | autorepeat; |
| 41 | }; |
| 42 | sw13 { |
| 43 | label = "sw13"; |
| 44 | gpios = <&gpio0 14 0>; |
| 45 | linux,code = <103>; /* up */ |
Sudeep Holla | a930ca5 | 2015-10-21 11:10:16 +0100 | [diff] [blame] | 46 | wakeup-source; |
Michal Simek | 91f9f17 | 2015-07-22 11:41:11 +0200 | [diff] [blame] | 47 | autorepeat; |
| 48 | }; |
| 49 | }; |
| 50 | |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 51 | leds { |
| 52 | compatible = "gpio-leds"; |
| 53 | |
Michal Simek | ce90654 | 2020-11-26 14:25:02 +0100 | [diff] [blame] | 54 | led-ds23 { |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 55 | label = "ds23"; |
| 56 | gpios = <&gpio0 10 0>; |
| 57 | linux,default-trigger = "heartbeat"; |
| 58 | }; |
| 59 | }; |
| 60 | |
| 61 | usb_phy0: phy0 { |
| 62 | compatible = "usb-nop-xceiv"; |
| 63 | #phy-cells = <0>; |
| 64 | }; |
| 65 | }; |
| 66 | |
| 67 | &amba { |
| 68 | ocm: sram@fffc0000 { |
| 69 | compatible = "mmio-sram"; |
| 70 | reg = <0xfffc0000 0x10000>; |
Michal Simek | e246dc4 | 2020-11-26 14:25:03 +0100 | [diff] [blame] | 71 | #address-cells = <1>; |
| 72 | #size-cells = <1>; |
| 73 | ranges = <0 0xfffc0000 0x10000>; |
| 74 | ocm-sram@0 { |
| 75 | reg = <0x0 0x10000>; |
| 76 | }; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 77 | }; |
| 78 | }; |
| 79 | |
| 80 | &can0 { |
| 81 | status = "okay"; |
| 82 | pinctrl-names = "default"; |
| 83 | pinctrl-0 = <&pinctrl_can0_default>; |
| 84 | }; |
| 85 | |
| 86 | &clkc { |
| 87 | ps-clk-frequency = <33333333>; |
| 88 | }; |
| 89 | |
| 90 | &gem0 { |
| 91 | status = "okay"; |
| 92 | phy-mode = "rgmii-id"; |
| 93 | phy-handle = <ðernet_phy>; |
| 94 | pinctrl-names = "default"; |
| 95 | pinctrl-0 = <&pinctrl_gem0_default>; |
Punnaiah Choudary Kalluri | c9132b1 | 2016-02-03 15:27:18 +0530 | [diff] [blame] | 96 | phy-reset-gpio = <&gpio0 11 0>; |
| 97 | phy-reset-active-low; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 98 | |
| 99 | ethernet_phy: ethernet-phy@7 { |
| 100 | reg = <7>; |
Sai Pavan Boddu | 5fad1ab | 2017-03-06 18:17:19 +0530 | [diff] [blame] | 101 | device_type = "ethernet-phy"; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 102 | }; |
| 103 | }; |
| 104 | |
| 105 | &gpio0 { |
| 106 | pinctrl-names = "default"; |
| 107 | pinctrl-0 = <&pinctrl_gpio0_default>; |
| 108 | }; |
| 109 | |
| 110 | &i2c0 { |
| 111 | status = "okay"; |
| 112 | clock-frequency = <400000>; |
Chirag Parekh | 57bcc7f | 2016-12-27 22:07:58 +0530 | [diff] [blame] | 113 | pinctrl-names = "default", "gpio"; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 114 | pinctrl-0 = <&pinctrl_i2c0_default>; |
Chirag Parekh | 57bcc7f | 2016-12-27 22:07:58 +0530 | [diff] [blame] | 115 | pinctrl-1 = <&pinctrl_i2c0_gpio>; |
| 116 | scl-gpios = <&gpio0 50 0>; |
| 117 | sda-gpios = <&gpio0 51 0>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 118 | |
Michal Simek | c78a80a | 2018-02-06 14:00:30 +0100 | [diff] [blame] | 119 | i2c-mux@74 { |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 120 | compatible = "nxp,pca9548"; |
| 121 | #address-cells = <1>; |
| 122 | #size-cells = <0>; |
| 123 | reg = <0x74>; |
| 124 | |
| 125 | i2c@0 { |
| 126 | #address-cells = <1>; |
| 127 | #size-cells = <0>; |
| 128 | reg = <0>; |
| 129 | si570: clock-generator@5d { |
| 130 | #clock-cells = <0>; |
| 131 | compatible = "silabs,si570"; |
| 132 | temperature-stability = <50>; |
| 133 | reg = <0x5d>; |
| 134 | factory-fout = <156250000>; |
| 135 | clock-frequency = <148500000>; |
| 136 | }; |
| 137 | }; |
| 138 | |
Christian Kohn | 169050e | 2015-11-12 15:53:35 -0800 | [diff] [blame] | 139 | i2c@1 { |
| 140 | #address-cells = <1>; |
| 141 | #size-cells = <0>; |
| 142 | reg = <1>; |
| 143 | adv7511: hdmi-tx@39 { |
| 144 | compatible = "adi,adv7511"; |
| 145 | reg = <0x39>; |
| 146 | adi,input-depth = <8>; |
| 147 | adi,input-colorspace = "yuv422"; |
| 148 | adi,input-clock = "1x"; |
| 149 | adi,input-style = <3>; |
| 150 | adi,input-justification = "right"; |
| 151 | }; |
| 152 | }; |
| 153 | |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 154 | i2c@2 { |
| 155 | #address-cells = <1>; |
| 156 | #size-cells = <0>; |
| 157 | reg = <2>; |
| 158 | eeprom@54 { |
Javier Martinez Canillas | a3e1064 | 2017-06-15 20:54:12 +0200 | [diff] [blame] | 159 | compatible = "atmel,24c08"; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 160 | reg = <0x54>; |
| 161 | }; |
| 162 | }; |
| 163 | |
| 164 | i2c@3 { |
| 165 | #address-cells = <1>; |
| 166 | #size-cells = <0>; |
| 167 | reg = <3>; |
| 168 | gpio@21 { |
| 169 | compatible = "ti,tca6416"; |
| 170 | reg = <0x21>; |
| 171 | gpio-controller; |
| 172 | #gpio-cells = <2>; |
| 173 | }; |
| 174 | }; |
| 175 | |
| 176 | i2c@4 { |
| 177 | #address-cells = <1>; |
| 178 | #size-cells = <0>; |
| 179 | reg = <4>; |
| 180 | rtc@51 { |
| 181 | compatible = "nxp,pcf8563"; |
| 182 | reg = <0x51>; |
| 183 | }; |
| 184 | }; |
| 185 | |
| 186 | i2c@7 { |
| 187 | #address-cells = <1>; |
| 188 | #size-cells = <0>; |
| 189 | reg = <7>; |
Quanyang Wang | 0b792fd | 2019-09-23 17:47:08 +0800 | [diff] [blame] | 190 | hwmon@34 { |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 191 | compatible = "ti,ucd9248"; |
Quanyang Wang | 0b792fd | 2019-09-23 17:47:08 +0800 | [diff] [blame] | 192 | reg = <0x34>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 193 | }; |
Quanyang Wang | 0b792fd | 2019-09-23 17:47:08 +0800 | [diff] [blame] | 194 | hwmon@35 { |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 195 | compatible = "ti,ucd9248"; |
Quanyang Wang | 0b792fd | 2019-09-23 17:47:08 +0800 | [diff] [blame] | 196 | reg = <0x35>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 197 | }; |
Quanyang Wang | 0b792fd | 2019-09-23 17:47:08 +0800 | [diff] [blame] | 198 | hwmon@36 { |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 199 | compatible = "ti,ucd9248"; |
Quanyang Wang | 0b792fd | 2019-09-23 17:47:08 +0800 | [diff] [blame] | 200 | reg = <0x36>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 201 | }; |
| 202 | }; |
| 203 | }; |
| 204 | }; |
| 205 | |
| 206 | &pinctrl0 { |
| 207 | pinctrl_can0_default: can0-default { |
| 208 | mux { |
| 209 | function = "can0"; |
| 210 | groups = "can0_9_grp"; |
| 211 | }; |
| 212 | |
| 213 | conf { |
| 214 | groups = "can0_9_grp"; |
| 215 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 216 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 217 | }; |
| 218 | |
| 219 | conf-rx { |
| 220 | pins = "MIO46"; |
| 221 | bias-high-impedance; |
| 222 | }; |
| 223 | |
| 224 | conf-tx { |
| 225 | pins = "MIO47"; |
| 226 | bias-disable; |
| 227 | }; |
| 228 | }; |
| 229 | |
| 230 | pinctrl_gem0_default: gem0-default { |
| 231 | mux { |
| 232 | function = "ethernet0"; |
| 233 | groups = "ethernet0_0_grp"; |
| 234 | }; |
| 235 | |
| 236 | conf { |
| 237 | groups = "ethernet0_0_grp"; |
| 238 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 239 | power-source = <4>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 240 | }; |
| 241 | |
| 242 | conf-rx { |
| 243 | pins = "MIO22", "MIO23", "MIO24", "MIO25", "MIO26", "MIO27"; |
| 244 | bias-high-impedance; |
| 245 | low-power-disable; |
| 246 | }; |
| 247 | |
| 248 | conf-tx { |
| 249 | pins = "MIO16", "MIO17", "MIO18", "MIO19", "MIO20", "MIO21"; |
| 250 | bias-disable; |
| 251 | low-power-enable; |
| 252 | }; |
| 253 | |
| 254 | mux-mdio { |
| 255 | function = "mdio0"; |
| 256 | groups = "mdio0_0_grp"; |
| 257 | }; |
| 258 | |
| 259 | conf-mdio { |
| 260 | groups = "mdio0_0_grp"; |
| 261 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 262 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 263 | bias-disable; |
| 264 | }; |
| 265 | }; |
| 266 | |
| 267 | pinctrl_gpio0_default: gpio0-default { |
| 268 | mux { |
| 269 | function = "gpio0"; |
| 270 | groups = "gpio0_7_grp", "gpio0_8_grp", "gpio0_9_grp", |
| 271 | "gpio0_10_grp", "gpio0_11_grp", "gpio0_12_grp", |
| 272 | "gpio0_13_grp", "gpio0_14_grp"; |
| 273 | }; |
| 274 | |
| 275 | conf { |
| 276 | groups = "gpio0_7_grp", "gpio0_8_grp", "gpio0_9_grp", |
| 277 | "gpio0_10_grp", "gpio0_11_grp", "gpio0_12_grp", |
| 278 | "gpio0_13_grp", "gpio0_14_grp"; |
| 279 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 280 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 281 | }; |
| 282 | |
| 283 | conf-pull-up { |
| 284 | pins = "MIO9", "MIO10", "MIO11", "MIO12", "MIO13", "MIO14"; |
| 285 | bias-pull-up; |
| 286 | }; |
| 287 | |
| 288 | conf-pull-none { |
| 289 | pins = "MIO7", "MIO8"; |
| 290 | bias-disable; |
| 291 | }; |
| 292 | }; |
| 293 | |
| 294 | pinctrl_i2c0_default: i2c0-default { |
| 295 | mux { |
| 296 | groups = "i2c0_10_grp"; |
| 297 | function = "i2c0"; |
| 298 | }; |
| 299 | |
| 300 | conf { |
| 301 | groups = "i2c0_10_grp"; |
| 302 | bias-pull-up; |
| 303 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 304 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 305 | }; |
| 306 | }; |
| 307 | |
Chirag Parekh | 57bcc7f | 2016-12-27 22:07:58 +0530 | [diff] [blame] | 308 | pinctrl_i2c0_gpio: i2c0-gpio { |
| 309 | mux { |
| 310 | groups = "gpio0_50_grp", "gpio0_51_grp"; |
| 311 | function = "gpio0"; |
| 312 | }; |
| 313 | |
| 314 | conf { |
| 315 | groups = "gpio0_50_grp", "gpio0_51_grp"; |
| 316 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 317 | power-source = <1>; |
Chirag Parekh | 57bcc7f | 2016-12-27 22:07:58 +0530 | [diff] [blame] | 318 | }; |
| 319 | }; |
| 320 | |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 321 | pinctrl_sdhci0_default: sdhci0-default { |
| 322 | mux { |
| 323 | groups = "sdio0_2_grp"; |
| 324 | function = "sdio0"; |
| 325 | }; |
| 326 | |
| 327 | conf { |
| 328 | groups = "sdio0_2_grp"; |
| 329 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 330 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 331 | bias-disable; |
| 332 | }; |
| 333 | |
| 334 | mux-cd { |
| 335 | groups = "gpio0_0_grp"; |
| 336 | function = "sdio0_cd"; |
| 337 | }; |
| 338 | |
| 339 | conf-cd { |
| 340 | groups = "gpio0_0_grp"; |
| 341 | bias-high-impedance; |
| 342 | bias-pull-up; |
| 343 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 344 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 345 | }; |
| 346 | |
| 347 | mux-wp { |
| 348 | groups = "gpio0_15_grp"; |
| 349 | function = "sdio0_wp"; |
| 350 | }; |
| 351 | |
| 352 | conf-wp { |
| 353 | groups = "gpio0_15_grp"; |
| 354 | bias-high-impedance; |
| 355 | bias-pull-up; |
| 356 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 357 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 358 | }; |
| 359 | }; |
| 360 | |
| 361 | pinctrl_uart1_default: uart1-default { |
| 362 | mux { |
| 363 | groups = "uart1_10_grp"; |
| 364 | function = "uart1"; |
| 365 | }; |
| 366 | |
| 367 | conf { |
| 368 | groups = "uart1_10_grp"; |
| 369 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 370 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 371 | }; |
| 372 | |
| 373 | conf-rx { |
| 374 | pins = "MIO49"; |
| 375 | bias-high-impedance; |
| 376 | }; |
| 377 | |
| 378 | conf-tx { |
| 379 | pins = "MIO48"; |
| 380 | bias-disable; |
| 381 | }; |
| 382 | }; |
| 383 | |
| 384 | pinctrl_usb0_default: usb0-default { |
| 385 | mux { |
| 386 | groups = "usb0_0_grp"; |
| 387 | function = "usb0"; |
| 388 | }; |
| 389 | |
| 390 | conf { |
| 391 | groups = "usb0_0_grp"; |
| 392 | slew-rate = <0>; |
Sai Krishna Potthuri | b9c4e8d | 2021-08-06 01:41:46 -0600 | [diff] [blame] | 393 | power-source = <1>; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 394 | }; |
| 395 | |
| 396 | conf-rx { |
| 397 | pins = "MIO29", "MIO31", "MIO36"; |
| 398 | bias-high-impedance; |
| 399 | }; |
| 400 | |
| 401 | conf-tx { |
| 402 | pins = "MIO28", "MIO30", "MIO32", "MIO33", "MIO34", |
| 403 | "MIO35", "MIO37", "MIO38", "MIO39"; |
| 404 | bias-disable; |
| 405 | }; |
| 406 | }; |
| 407 | }; |
| 408 | |
Michal Simek | a95d54b | 2016-04-07 13:04:15 +0200 | [diff] [blame] | 409 | &qspi { |
| 410 | u-boot,dm-pre-reloc; |
| 411 | status = "okay"; |
Michal Simek | 0df062b | 2021-08-06 13:30:19 +0200 | [diff] [blame] | 412 | num-cs = <1>; |
| 413 | flash@0 { |
| 414 | compatible = "n25q128a11", "jedec,spi-nor"; |
| 415 | reg = <0x0>; |
| 416 | spi-tx-bus-width = <1>; |
| 417 | spi-rx-bus-width = <4>; |
| 418 | spi-max-frequency = <50000000>; |
| 419 | }; |
Michal Simek | a95d54b | 2016-04-07 13:04:15 +0200 | [diff] [blame] | 420 | }; |
| 421 | |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 422 | &sdhci0 { |
Michal Simek | d9ae52c | 2015-11-30 16:13:03 +0100 | [diff] [blame] | 423 | u-boot,dm-pre-reloc; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 424 | status = "okay"; |
| 425 | pinctrl-names = "default"; |
| 426 | pinctrl-0 = <&pinctrl_sdhci0_default>; |
| 427 | }; |
| 428 | |
| 429 | &uart1 { |
Simon Glass | 035c6b2 | 2015-10-17 19:41:24 -0600 | [diff] [blame] | 430 | u-boot,dm-pre-reloc; |
Michal Simek | 999667c | 2015-07-22 11:12:10 +0200 | [diff] [blame] | 431 | status = "okay"; |
| 432 | pinctrl-names = "default"; |
| 433 | pinctrl-0 = <&pinctrl_uart1_default>; |
| 434 | }; |
| 435 | |
| 436 | &usb0 { |
| 437 | status = "okay"; |
| 438 | dr_mode = "host"; |
| 439 | usb-phy = <&usb_phy0>; |
| 440 | pinctrl-names = "default"; |
| 441 | pinctrl-0 = <&pinctrl_usb0_default>; |
Jagannadha Sutradharudu Teki | 9e0802b | 2014-01-09 01:48:29 +0530 | [diff] [blame] | 442 | }; |