| .. | .. |
|---|
| 34 | 34 | vin-supply = <&vcc3v3_sys>; |
|---|
| 35 | 35 | }; |
|---|
| 36 | 36 | |
|---|
| 37 | + vcc3v3_vga: vcc3v3-vga { |
|---|
| 38 | + compatible = "regulator-fixed"; |
|---|
| 39 | + regulator-name = "vcc3v3_vga"; |
|---|
| 40 | + regulator-always-on; |
|---|
| 41 | + regulator-boot-on; |
|---|
| 42 | + gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>; |
|---|
| 43 | + enable-active-high; |
|---|
| 44 | + vin-supply = <&vcc3v3_sys>; |
|---|
| 45 | + }; |
|---|
| 37 | 46 | |
|---|
| 38 | 47 | pcie30_avdd0v9: pcie30-avdd0v9 { |
|---|
| 39 | 48 | compatible = "regulator-fixed"; |
|---|
| .. | .. |
|---|
| 93 | 102 | compatible = "nk_io_control"; |
|---|
| 94 | 103 | pinctrl-names = "default"; |
|---|
| 95 | 104 | pinctrl-0 = <&nk_io_gpio>; |
|---|
| 105 | + |
|---|
| 106 | + //gpio_op0 = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>; |
|---|
| 107 | + |
|---|
| 96 | 108 | vcc_5v { |
|---|
| 97 | 109 | gpio_num = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3 |
|---|
| 98 | 110 | gpio_function = <0>; |
|---|
| .. | .. |
|---|
| 142 | 154 | gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8 |
|---|
| 143 | 155 | gpio_function = <0>; |
|---|
| 144 | 156 | }; |
|---|
| 157 | + #if 0 |
|---|
| 158 | + do1 { |
|---|
| 159 | + gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>; |
|---|
| 160 | + gpio_function = <0>; |
|---|
| 161 | + }; |
|---|
| 162 | + |
|---|
| 163 | + do2 { |
|---|
| 164 | + gpio_num = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>; |
|---|
| 165 | + gpio_function = <0>; |
|---|
| 166 | + }; |
|---|
| 167 | + |
|---|
| 168 | + do3 { |
|---|
| 169 | + gpio_num = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>; |
|---|
| 170 | + gpio_function = <0>; |
|---|
| 171 | + }; |
|---|
| 172 | + |
|---|
| 173 | + do4 { |
|---|
| 174 | + gpio_num = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>; |
|---|
| 175 | + gpio_function = <0>; |
|---|
| 176 | + }; |
|---|
| 177 | + |
|---|
| 178 | + do5 { |
|---|
| 179 | + gpio_num = <&gpio2 RK_PD6 GPIO_ACTIVE_LOW>; |
|---|
| 180 | + gpio_function = <0>; |
|---|
| 181 | + }; |
|---|
| 182 | + |
|---|
| 183 | + do6 { |
|---|
| 184 | + gpio_num = <&gpio2 RK_PD7 GPIO_ACTIVE_LOW>; |
|---|
| 185 | + gpio_function = <0>; |
|---|
| 186 | + }; |
|---|
| 187 | + |
|---|
| 188 | + do7 { |
|---|
| 189 | + gpio_num = <&gpio3 RK_PA0 GPIO_ACTIVE_LOW>; |
|---|
| 190 | + gpio_function = <0>; |
|---|
| 191 | + }; |
|---|
| 192 | + |
|---|
| 193 | + di1 { |
|---|
| 194 | + gpio_num = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>; |
|---|
| 195 | + gpio_function = <1>; |
|---|
| 196 | + }; |
|---|
| 197 | + #endif |
|---|
| 145 | 198 | }; |
|---|
| 146 | 199 | #if 0 |
|---|
| 147 | 200 | nk_io_init { |
|---|
| .. | .. |
|---|
| 336 | 389 | remote-endpoint = <&panel_in>; |
|---|
| 337 | 390 | }; |
|---|
| 338 | 391 | }; |
|---|
| 339 | | - }; |
|---|
| 392 | + |
|---|
| 393 | + }; |
|---|
| 340 | 394 | }; |
|---|
| 341 | 395 | |
|---|
| 342 | 396 | &edp_phy { |
|---|
| 343 | | - status = "okay"; |
|---|
| 344 | | - |
|---|
| 397 | + status = "okay"; |
|---|
| 345 | 398 | }; |
|---|
| 346 | 399 | |
|---|
| 347 | 400 | &edp_in_vp0 { |
|---|
| .. | .. |
|---|
| 405 | 458 | phy-mode = "rgmii"; |
|---|
| 406 | 459 | clock_in_out = "output"; |
|---|
| 407 | 460 | |
|---|
| 408 | | - snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>; |
|---|
| 461 | + snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>; |
|---|
| 409 | 462 | snps,reset-active-low; |
|---|
| 410 | 463 | /* Reset time is 20ms, 100ms for rtl8211f */ |
|---|
| 411 | 464 | snps,reset-delays-us = <0 20000 100000>; |
|---|
| .. | .. |
|---|
| 425 | 478 | rx_delay = <0x2f>; |
|---|
| 426 | 479 | |
|---|
| 427 | 480 | phy-handle = <&rgmii_phy0>; |
|---|
| 481 | + |
|---|
| 428 | 482 | status = "disabled"; |
|---|
| 483 | + |
|---|
| 429 | 484 | }; |
|---|
| 430 | 485 | |
|---|
| 431 | 486 | &gmac1 { |
|---|
| .. | .. |
|---|
| 459 | 514 | * power-supply should switche to vcc3v3_lcd1_n |
|---|
| 460 | 515 | * when mipi panel is connected to dsi1. |
|---|
| 461 | 516 | */ |
|---|
| 462 | | ->1x { |
|---|
| 463 | | - power-supply = <&vcc3v3_lcd0_n>; |
|---|
| 464 | | -}; |
|---|
| 517 | + |
|---|
| 465 | 518 | |
|---|
| 466 | 519 | &i2c3 { |
|---|
| 467 | 520 | status = "okay"; |
|---|
| .. | .. |
|---|
| 480 | 533 | }; |
|---|
| 481 | 534 | |
|---|
| 482 | 535 | &i2c4 { |
|---|
| 483 | | - status = "okay"; |
|---|
| 536 | + status = "disabled"; |
|---|
| 484 | 537 | gc8034: gc8034@37 { |
|---|
| 485 | 538 | compatible = "galaxycore,gc8034"; |
|---|
| 486 | 539 | status = "okay"; |
|---|
| .. | .. |
|---|
| 492 | 545 | reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>; |
|---|
| 493 | 546 | pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>; |
|---|
| 494 | 547 | rockchip,grf = <&grf>; |
|---|
| 495 | | - power-domains = <&power RK3568_PD_VI>; |
|---|
| 496 | 548 | rockchip,camera-module-index = <0>; |
|---|
| 497 | 549 | rockchip,camera-module-facing = "back"; |
|---|
| 498 | 550 | rockchip,camera-module-name = "RK-CMK-8M-2-v1"; |
|---|
| .. | .. |
|---|
| 526 | 578 | }; |
|---|
| 527 | 579 | }; |
|---|
| 528 | 580 | ov5695: ov5695@36 { |
|---|
| 529 | | - status = "okay"; |
|---|
| 581 | + status = "disabled"; |
|---|
| 530 | 582 | compatible = "ovti,ov5695"; |
|---|
| 531 | 583 | reg = <0x36>; |
|---|
| 532 | 584 | clocks = <&cru CLK_CIF_OUT>; |
|---|
| .. | .. |
|---|
| 669 | 721 | }; |
|---|
| 670 | 722 | }; |
|---|
| 671 | 723 | }; |
|---|
| 672 | | - |
|---|
| 673 | | - |
|---|
| 674 | 724 | |
|---|
| 675 | 725 | |
|---|
| 676 | 726 | |
|---|