1 // SPDX-License-Identifier: GPL-2.0-or-later O 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 2 3 /dts-v1/; 3 /dts-v1/; 4 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include <dt-bindings/soc/rockchip,vop2.h> 8 #include <dt-bindings/soc/rockchip,vop2.h> 9 #include "rk3568.dtsi" 9 #include "rk3568.dtsi" 10 10 11 / { 11 / { 12 chosen: chosen { 12 chosen: chosen { 13 stdout-path = "serial2:1500000 13 stdout-path = "serial2:1500000n8"; 14 }; 14 }; 15 15 16 gpio-keys { 16 gpio-keys { 17 compatible = "gpio-keys"; 17 compatible = "gpio-keys"; 18 pinctrl-names = "default"; 18 pinctrl-names = "default"; 19 pinctrl-0 = <&reset_button_pin 19 pinctrl-0 = <&reset_button_pin>; 20 20 21 button-reset { 21 button-reset { 22 debounce-interval = <5 22 debounce-interval = <50>; 23 gpios = <&gpio0 RK_PB6 23 gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_LOW>; 24 label = "reset"; 24 label = "reset"; 25 linux,code = <KEY_REST 25 linux,code = <KEY_RESTART>; 26 }; 26 }; 27 }; 27 }; 28 28 29 gpio-leds { 29 gpio-leds { 30 compatible = "gpio-leds"; 30 compatible = "gpio-leds"; 31 pinctrl-names = "default"; 31 pinctrl-names = "default"; 32 pinctrl-0 = <&status_led_pin>; 32 pinctrl-0 = <&status_led_pin>; 33 33 34 status_led: led-status { 34 status_led: led-status { 35 color = <LED_COLOR_ID_ 35 color = <LED_COLOR_ID_BLUE>; 36 function = LED_FUNCTIO 36 function = LED_FUNCTION_STATUS; 37 gpios = <&gpio0 RK_PC0 37 gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>; 38 linux,default-trigger 38 linux,default-trigger = "heartbeat"; 39 }; 39 }; 40 }; 40 }; 41 41 42 vcc12v_dcin: vcc12v-dcin-regulator { 42 vcc12v_dcin: vcc12v-dcin-regulator { 43 compatible = "regulator-fixed" 43 compatible = "regulator-fixed"; 44 regulator-name = "vcc12v_dcin" 44 regulator-name = "vcc12v_dcin"; 45 regulator-always-on; 45 regulator-always-on; 46 regulator-boot-on; 46 regulator-boot-on; 47 regulator-min-microvolt = <120 47 regulator-min-microvolt = <12000000>; 48 regulator-max-microvolt = <120 48 regulator-max-microvolt = <12000000>; 49 }; 49 }; 50 50 51 vcc3v3_pcie: vcc3v3-pcie-regulator { 51 vcc3v3_pcie: vcc3v3-pcie-regulator { 52 compatible = "regulator-fixed" 52 compatible = "regulator-fixed"; 53 regulator-name = "vcc3v3_pcie" 53 regulator-name = "vcc3v3_pcie"; 54 regulator-always-on; 54 regulator-always-on; 55 regulator-boot-on; 55 regulator-boot-on; 56 regulator-min-microvolt = <330 56 regulator-min-microvolt = <3300000>; 57 regulator-max-microvolt = <330 57 regulator-max-microvolt = <3300000>; 58 vin-supply = <&vcc5v0_sys>; 58 vin-supply = <&vcc5v0_sys>; 59 }; 59 }; 60 60 61 vcc3v3_sys: vcc3v3-sys-regulator { 61 vcc3v3_sys: vcc3v3-sys-regulator { 62 compatible = "regulator-fixed" 62 compatible = "regulator-fixed"; 63 regulator-name = "vcc3v3_sys"; 63 regulator-name = "vcc3v3_sys"; 64 regulator-always-on; 64 regulator-always-on; 65 regulator-boot-on; 65 regulator-boot-on; 66 regulator-min-microvolt = <330 66 regulator-min-microvolt = <3300000>; 67 regulator-max-microvolt = <330 67 regulator-max-microvolt = <3300000>; 68 vin-supply = <&vcc12v_dcin>; 68 vin-supply = <&vcc12v_dcin>; 69 }; 69 }; 70 70 71 vcc5v0_sys: vcc5v0-sys-regulator { 71 vcc5v0_sys: vcc5v0-sys-regulator { 72 compatible = "regulator-fixed" 72 compatible = "regulator-fixed"; 73 regulator-name = "vcc5v0_sys"; 73 regulator-name = "vcc5v0_sys"; 74 regulator-always-on; 74 regulator-always-on; 75 regulator-boot-on; 75 regulator-boot-on; 76 regulator-min-microvolt = <500 76 regulator-min-microvolt = <5000000>; 77 regulator-max-microvolt = <500 77 regulator-max-microvolt = <5000000>; 78 vin-supply = <&vcc12v_dcin>; 78 vin-supply = <&vcc12v_dcin>; 79 }; 79 }; 80 80 81 vcc5v0_usb_otg: vcc5v0-usb-otg-regulat 81 vcc5v0_usb_otg: vcc5v0-usb-otg-regulator { 82 compatible = "regulator-fixed" 82 compatible = "regulator-fixed"; 83 enable-active-high; 83 enable-active-high; 84 gpio = <&gpio0 RK_PA5 GPIO_ACT 84 gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; 85 pinctrl-names = "default"; 85 pinctrl-names = "default"; 86 pinctrl-0 = <&vcc5v0_usb_otg_e 86 pinctrl-0 = <&vcc5v0_usb_otg_en>; 87 regulator-name = "vcc5v0_usb_o 87 regulator-name = "vcc5v0_usb_otg"; 88 regulator-min-microvolt = <500 88 regulator-min-microvolt = <5000000>; 89 regulator-max-microvolt = <500 89 regulator-max-microvolt = <5000000>; 90 vin-supply = <&vcc5v0_sys>; 90 vin-supply = <&vcc5v0_sys>; 91 }; 91 }; 92 }; 92 }; 93 93 94 &combphy0 { 94 &combphy0 { 95 status = "okay"; 95 status = "okay"; 96 }; 96 }; 97 97 98 &combphy1 { 98 &combphy1 { 99 status = "okay"; 99 status = "okay"; 100 }; 100 }; 101 101 102 &cpu0 { 102 &cpu0 { 103 cpu-supply = <&vdd_cpu>; 103 cpu-supply = <&vdd_cpu>; 104 }; 104 }; 105 105 106 &cpu1 { 106 &cpu1 { 107 cpu-supply = <&vdd_cpu>; 107 cpu-supply = <&vdd_cpu>; 108 }; 108 }; 109 109 110 &cpu2 { 110 &cpu2 { 111 cpu-supply = <&vdd_cpu>; 111 cpu-supply = <&vdd_cpu>; 112 }; 112 }; 113 113 114 &cpu3 { 114 &cpu3 { 115 cpu-supply = <&vdd_cpu>; 115 cpu-supply = <&vdd_cpu>; 116 }; 116 }; 117 117 118 &display_subsystem { 118 &display_subsystem { 119 status = "disabled"; 119 status = "disabled"; 120 }; 120 }; 121 121 122 &gpu { 122 &gpu { 123 mali-supply = <&vdd_gpu>; 123 mali-supply = <&vdd_gpu>; 124 status = "okay"; 124 status = "okay"; 125 }; 125 }; 126 126 127 &i2c0 { 127 &i2c0 { 128 status = "okay"; 128 status = "okay"; 129 129 130 vdd_cpu: regulator@1c { 130 vdd_cpu: regulator@1c { 131 compatible = "tcs,tcs4525"; 131 compatible = "tcs,tcs4525"; 132 reg = <0x1c>; 132 reg = <0x1c>; 133 fcs,suspend-voltage-selector = 133 fcs,suspend-voltage-selector = <1>; 134 regulator-name = "vdd_cpu"; 134 regulator-name = "vdd_cpu"; 135 regulator-always-on; 135 regulator-always-on; 136 regulator-boot-on; 136 regulator-boot-on; 137 regulator-min-microvolt = <800 137 regulator-min-microvolt = <800000>; 138 regulator-max-microvolt = <115 138 regulator-max-microvolt = <1150000>; 139 regulator-ramp-delay = <2300>; 139 regulator-ramp-delay = <2300>; 140 vin-supply = <&vcc5v0_sys>; 140 vin-supply = <&vcc5v0_sys>; 141 141 142 regulator-state-mem { 142 regulator-state-mem { 143 regulator-off-in-suspe 143 regulator-off-in-suspend; 144 }; 144 }; 145 }; 145 }; 146 146 147 rk809: pmic@20 { 147 rk809: pmic@20 { 148 compatible = "rockchip,rk809"; 148 compatible = "rockchip,rk809"; 149 reg = <0x20>; 149 reg = <0x20>; 150 interrupt-parent = <&gpio0>; 150 interrupt-parent = <&gpio0>; 151 interrupts = <RK_PA3 IRQ_TYPE_ 151 interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>; 152 #clock-cells = <1>; 152 #clock-cells = <1>; 153 pinctrl-names = "default"; 153 pinctrl-names = "default"; 154 pinctrl-0 = <&pmic_int>; 154 pinctrl-0 = <&pmic_int>; 155 rockchip,system-power-controll 155 rockchip,system-power-controller; 156 vcc1-supply = <&vcc3v3_sys>; 156 vcc1-supply = <&vcc3v3_sys>; 157 vcc2-supply = <&vcc3v3_sys>; 157 vcc2-supply = <&vcc3v3_sys>; 158 vcc3-supply = <&vcc3v3_sys>; 158 vcc3-supply = <&vcc3v3_sys>; 159 vcc4-supply = <&vcc3v3_sys>; 159 vcc4-supply = <&vcc3v3_sys>; 160 vcc5-supply = <&vcc3v3_sys>; 160 vcc5-supply = <&vcc3v3_sys>; 161 vcc6-supply = <&vcc3v3_sys>; 161 vcc6-supply = <&vcc3v3_sys>; 162 vcc7-supply = <&vcc3v3_sys>; 162 vcc7-supply = <&vcc3v3_sys>; 163 vcc8-supply = <&vcc3v3_sys>; 163 vcc8-supply = <&vcc3v3_sys>; 164 vcc9-supply = <&vcc3v3_sys>; 164 vcc9-supply = <&vcc3v3_sys>; 165 wakeup-source; 165 wakeup-source; 166 166 167 regulators { 167 regulators { 168 vdd_logic: DCDC_REG1 { 168 vdd_logic: DCDC_REG1 { 169 regulator-name 169 regulator-name = "vdd_logic"; 170 regulator-alwa 170 regulator-always-on; 171 regulator-boot 171 regulator-boot-on; 172 regulator-init 172 regulator-initial-mode = <0x2>; 173 regulator-min- 173 regulator-min-microvolt = <500000>; 174 regulator-max- 174 regulator-max-microvolt = <1350000>; 175 regulator-ramp 175 regulator-ramp-delay = <6001>; 176 176 177 regulator-stat 177 regulator-state-mem { 178 regula 178 regulator-off-in-suspend; 179 }; 179 }; 180 }; 180 }; 181 181 182 vdd_gpu: DCDC_REG2 { 182 vdd_gpu: DCDC_REG2 { 183 regulator-name 183 regulator-name = "vdd_gpu"; 184 regulator-alwa 184 regulator-always-on; 185 regulator-init 185 regulator-initial-mode = <0x2>; 186 regulator-min- 186 regulator-min-microvolt = <500000>; 187 regulator-max- 187 regulator-max-microvolt = <1350000>; 188 regulator-ramp 188 regulator-ramp-delay = <6001>; 189 189 190 regulator-stat 190 regulator-state-mem { 191 regula 191 regulator-off-in-suspend; 192 }; 192 }; 193 }; 193 }; 194 194 195 vcc_ddr: DCDC_REG3 { 195 vcc_ddr: DCDC_REG3 { 196 regulator-name 196 regulator-name = "vcc_ddr"; 197 regulator-alwa 197 regulator-always-on; 198 regulator-boot 198 regulator-boot-on; 199 regulator-init 199 regulator-initial-mode = <0x2>; 200 200 201 regulator-stat 201 regulator-state-mem { 202 regula 202 regulator-on-in-suspend; 203 }; 203 }; 204 }; 204 }; 205 205 206 vdd_npu: DCDC_REG4 { 206 vdd_npu: DCDC_REG4 { 207 regulator-name 207 regulator-name = "vdd_npu"; 208 regulator-init 208 regulator-initial-mode = <0x2>; 209 regulator-min- 209 regulator-min-microvolt = <500000>; 210 regulator-max- 210 regulator-max-microvolt = <1350000>; 211 regulator-ramp 211 regulator-ramp-delay = <6001>; 212 212 213 regulator-stat 213 regulator-state-mem { 214 regula 214 regulator-off-in-suspend; 215 }; 215 }; 216 }; 216 }; 217 217 218 vcc_1v8: DCDC_REG5 { 218 vcc_1v8: DCDC_REG5 { 219 regulator-name 219 regulator-name = "vcc_1v8"; 220 regulator-alwa 220 regulator-always-on; 221 regulator-boot 221 regulator-boot-on; 222 regulator-min- 222 regulator-min-microvolt = <1800000>; 223 regulator-max- 223 regulator-max-microvolt = <1800000>; 224 224 225 regulator-stat 225 regulator-state-mem { 226 regula 226 regulator-off-in-suspend; 227 }; 227 }; 228 }; 228 }; 229 229 230 vdda0v9_image: LDO_REG 230 vdda0v9_image: LDO_REG1 { 231 regulator-name 231 regulator-name = "vdda0v9_image"; 232 regulator-min- 232 regulator-min-microvolt = <950000>; 233 regulator-max- 233 regulator-max-microvolt = <950000>; 234 234 235 regulator-stat 235 regulator-state-mem { 236 regula 236 regulator-off-in-suspend; 237 }; 237 }; 238 }; 238 }; 239 239 240 vdda_0v9: LDO_REG2 { 240 vdda_0v9: LDO_REG2 { 241 regulator-name 241 regulator-name = "vdda_0v9"; 242 regulator-alwa 242 regulator-always-on; 243 regulator-boot 243 regulator-boot-on; 244 regulator-min- 244 regulator-min-microvolt = <900000>; 245 regulator-max- 245 regulator-max-microvolt = <900000>; 246 246 247 regulator-stat 247 regulator-state-mem { 248 regula 248 regulator-off-in-suspend; 249 }; 249 }; 250 }; 250 }; 251 251 252 vdda0v9_pmu: LDO_REG3 252 vdda0v9_pmu: LDO_REG3 { 253 regulator-name 253 regulator-name = "vdda0v9_pmu"; 254 regulator-alwa 254 regulator-always-on; 255 regulator-boot 255 regulator-boot-on; 256 regulator-min- 256 regulator-min-microvolt = <900000>; 257 regulator-max- 257 regulator-max-microvolt = <900000>; 258 258 259 regulator-stat 259 regulator-state-mem { 260 regula 260 regulator-on-in-suspend; 261 regula 261 regulator-suspend-microvolt = <900000>; 262 }; 262 }; 263 }; 263 }; 264 264 265 vccio_acodec: LDO_REG4 265 vccio_acodec: LDO_REG4 { 266 regulator-name 266 regulator-name = "vccio_acodec"; 267 regulator-alwa 267 regulator-always-on; 268 regulator-min- 268 regulator-min-microvolt = <3300000>; 269 regulator-max- 269 regulator-max-microvolt = <3300000>; 270 270 271 regulator-stat 271 regulator-state-mem { 272 regula 272 regulator-off-in-suspend; 273 }; 273 }; 274 }; 274 }; 275 275 276 vccio_sd: LDO_REG5 { 276 vccio_sd: LDO_REG5 { 277 regulator-name 277 regulator-name = "vccio_sd"; 278 regulator-min- 278 regulator-min-microvolt = <1800000>; 279 regulator-max- 279 regulator-max-microvolt = <3300000>; 280 280 281 regulator-stat 281 regulator-state-mem { 282 regula 282 regulator-off-in-suspend; 283 }; 283 }; 284 }; 284 }; 285 285 286 vcc3v3_pmu: LDO_REG6 { 286 vcc3v3_pmu: LDO_REG6 { 287 regulator-name 287 regulator-name = "vcc3v3_pmu"; 288 regulator-alwa 288 regulator-always-on; 289 regulator-boot 289 regulator-boot-on; 290 regulator-min- 290 regulator-min-microvolt = <3300000>; 291 regulator-max- 291 regulator-max-microvolt = <3300000>; 292 292 293 regulator-stat 293 regulator-state-mem { 294 regula 294 regulator-on-in-suspend; 295 regula 295 regulator-suspend-microvolt = <3300000>; 296 }; 296 }; 297 }; 297 }; 298 298 299 vcca_1v8: LDO_REG7 { 299 vcca_1v8: LDO_REG7 { 300 regulator-name 300 regulator-name = "vcca_1v8"; 301 regulator-alwa 301 regulator-always-on; 302 regulator-boot 302 regulator-boot-on; 303 regulator-min- 303 regulator-min-microvolt = <1800000>; 304 regulator-max- 304 regulator-max-microvolt = <1800000>; 305 305 306 regulator-stat 306 regulator-state-mem { 307 regula 307 regulator-off-in-suspend; 308 }; 308 }; 309 }; 309 }; 310 310 311 vcca1v8_pmu: LDO_REG8 311 vcca1v8_pmu: LDO_REG8 { 312 regulator-name 312 regulator-name = "vcca1v8_pmu"; 313 regulator-alwa 313 regulator-always-on; 314 regulator-boot 314 regulator-boot-on; 315 regulator-min- 315 regulator-min-microvolt = <1800000>; 316 regulator-max- 316 regulator-max-microvolt = <1800000>; 317 317 318 regulator-stat 318 regulator-state-mem { 319 regula 319 regulator-on-in-suspend; 320 regula 320 regulator-suspend-microvolt = <1800000>; 321 }; 321 }; 322 }; 322 }; 323 323 324 vcca1v8_image: LDO_REG 324 vcca1v8_image: LDO_REG9 { 325 regulator-name 325 regulator-name = "vcca1v8_image"; 326 regulator-min- 326 regulator-min-microvolt = <950000>; 327 regulator-max- 327 regulator-max-microvolt = <1800000>; 328 328 329 regulator-stat 329 regulator-state-mem { 330 regula 330 regulator-off-in-suspend; 331 regula 331 regulator-suspend-microvolt = <950000>; 332 }; 332 }; 333 }; 333 }; 334 334 335 vcc_3v3: SWITCH_REG1 { 335 vcc_3v3: SWITCH_REG1 { 336 regulator-name 336 regulator-name = "vcc_3v3"; 337 regulator-alwa 337 regulator-always-on; 338 regulator-boot 338 regulator-boot-on; 339 339 340 regulator-stat 340 regulator-state-mem { 341 regula 341 regulator-off-in-suspend; 342 }; 342 }; 343 }; 343 }; 344 344 345 vcc3v3_sd: SWITCH_REG2 345 vcc3v3_sd: SWITCH_REG2 { 346 regulator-name 346 regulator-name = "vcc3v3_sd"; 347 347 348 regulator-stat 348 regulator-state-mem { 349 regula 349 regulator-off-in-suspend; 350 }; 350 }; 351 }; 351 }; 352 }; 352 }; 353 }; 353 }; 354 }; 354 }; 355 355 356 &pcie30phy { 356 &pcie30phy { 357 data-lanes = <1 2>; 357 data-lanes = <1 2>; 358 status = "okay"; 358 status = "okay"; 359 }; 359 }; 360 360 361 &pcie3x1 { 361 &pcie3x1 { 362 num-lanes = <1>; 362 num-lanes = <1>; 363 reset-gpios = <&gpio0 RK_PC3 GPIO_ACTI 363 reset-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>; 364 vpcie3v3-supply = <&vcc3v3_pcie>; 364 vpcie3v3-supply = <&vcc3v3_pcie>; 365 status = "okay"; 365 status = "okay"; 366 }; 366 }; 367 367 368 &pcie3x2 { 368 &pcie3x2 { 369 num-lanes = <1>; 369 num-lanes = <1>; 370 reset-gpios = <&gpio0 RK_PC6 GPIO_ACTI 370 reset-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; 371 vpcie3v3-supply = <&vcc3v3_pcie>; 371 vpcie3v3-supply = <&vcc3v3_pcie>; 372 status = "okay"; 372 status = "okay"; 373 }; 373 }; 374 374 375 &pinctrl { 375 &pinctrl { 376 gpio-leds { 376 gpio-leds { 377 status_led_pin: status-led-pin 377 status_led_pin: status-led-pin { 378 rockchip,pins = <0 RK_ 378 rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>; 379 }; 379 }; 380 }; 380 }; 381 381 382 pmic { 382 pmic { 383 pmic_int: pmic-int { 383 pmic_int: pmic-int { 384 rockchip,pins = <0 RK_ 384 rockchip,pins = <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>; 385 }; 385 }; 386 }; 386 }; 387 387 388 rockchip-key { 388 rockchip-key { 389 reset_button_pin: reset-button 389 reset_button_pin: reset-button-pin { 390 rockchip,pins = <0 RK_ 390 rockchip,pins = <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_up>; 391 }; 391 }; 392 }; 392 }; 393 393 394 usb { 394 usb { 395 vcc5v0_usb_otg_en: vcc5v0-usb- 395 vcc5v0_usb_otg_en: vcc5v0-usb-otg-en { 396 rockchip,pins = <0 RK_ 396 rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>; 397 }; 397 }; 398 }; 398 }; 399 }; 399 }; 400 400 401 &pmu_io_domains { 401 &pmu_io_domains { 402 pmuio1-supply = <&vcc3v3_pmu>; 402 pmuio1-supply = <&vcc3v3_pmu>; 403 pmuio2-supply = <&vcc3v3_pmu>; 403 pmuio2-supply = <&vcc3v3_pmu>; 404 vccio1-supply = <&vcc_3v3>; 404 vccio1-supply = <&vcc_3v3>; 405 vccio2-supply = <&vcc_1v8>; 405 vccio2-supply = <&vcc_1v8>; 406 vccio4-supply = <&vcc_1v8>; 406 vccio4-supply = <&vcc_1v8>; 407 vccio5-supply = <&vcc_3v3>; 407 vccio5-supply = <&vcc_3v3>; 408 vccio6-supply = <&vcc_1v8>; 408 vccio6-supply = <&vcc_1v8>; 409 vccio7-supply = <&vcc_3v3>; 409 vccio7-supply = <&vcc_3v3>; 410 status = "okay"; 410 status = "okay"; 411 }; 411 }; 412 412 413 &saradc { 413 &saradc { 414 vref-supply = <&vcca_1v8>; 414 vref-supply = <&vcca_1v8>; 415 status = "okay"; 415 status = "okay"; 416 }; 416 }; 417 417 418 &tsadc { 418 &tsadc { 419 rockchip,hw-tshut-mode = <1>; 419 rockchip,hw-tshut-mode = <1>; 420 rockchip,hw-tshut-polarity = <0>; 420 rockchip,hw-tshut-polarity = <0>; 421 status = "okay"; 421 status = "okay"; 422 }; 422 }; 423 423 424 &uart2 { 424 &uart2 { 425 status = "okay"; 425 status = "okay"; 426 }; 426 }; 427 427 428 &usb_host0_xhci { 428 &usb_host0_xhci { 429 dr_mode = "host"; 429 dr_mode = "host"; 430 extcon = <&usb2phy0>; 430 extcon = <&usb2phy0>; 431 status = "okay"; 431 status = "okay"; 432 }; 432 }; 433 433 434 &usb_host1_xhci { 434 &usb_host1_xhci { 435 status = "okay"; 435 status = "okay"; 436 }; 436 }; 437 437 438 &usb2phy0 { 438 &usb2phy0 { 439 status = "okay"; 439 status = "okay"; 440 }; 440 }; 441 441 442 &usb2phy0_host { 442 &usb2phy0_host { 443 phy-supply = <&vcc5v0_sys>; 443 phy-supply = <&vcc5v0_sys>; 444 status = "okay"; 444 status = "okay"; 445 }; 445 }; 446 446 447 &usb2phy0_otg { 447 &usb2phy0_otg { 448 phy-supply = <&vcc5v0_usb_otg>; 448 phy-supply = <&vcc5v0_usb_otg>; 449 status = "okay"; 449 status = "okay"; 450 }; 450 }; 451 451 452 &vop { 452 &vop { 453 assigned-clocks = <&cru DCLK_VOP0>, <& 453 assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>; 454 assigned-clock-parents = <&pmucru PLL_ 454 assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>; 455 status = "okay"; 455 status = "okay"; 456 }; 456 }; 457 457 458 &vop_mmu { 458 &vop_mmu { 459 status = "okay"; 459 status = "okay"; 460 }; 460 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.