.. | .. |
---|
345 | 345 | * - PDN (power down when low) |
---|
346 | 346 | */ |
---|
347 | 347 | post-power-on-delay-ms = <200>; |
---|
348 | | - reset-gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_LOW>; |
---|
| 348 | + reset-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>; |
---|
349 | 349 | }; |
---|
350 | 350 | |
---|
351 | 351 | wireless_wlan: wireless-wlan { |
---|
352 | 352 | compatible = "wlan-platdata"; |
---|
353 | 353 | rockchip,grf = <&grf>; |
---|
354 | 354 | wifi_chip_type = "ap6398s"; |
---|
355 | | - status = "okay"; |
---|
| 355 | + status = "disabled"; |
---|
356 | 356 | }; |
---|
357 | 357 | |
---|
358 | 358 | wireless_bluetooth: wireless-bluetooth { |
---|
359 | | - compatible = "bluetooth-platdata"; |
---|
360 | | - clocks = <&rk809 1>; |
---|
361 | | - clock-names = "ext_clock"; |
---|
362 | | - //wifi-bt-power-toggle; |
---|
363 | | - uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>; |
---|
364 | | - pinctrl-names = "default", "rts_gpio"; |
---|
365 | | - pinctrl-0 = <&uart8m0_rtsn>; |
---|
366 | | - pinctrl-1 = <&uart8_gpios>; |
---|
367 | | - BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>; |
---|
368 | | - BT,wake_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>; |
---|
369 | | - BT,wake_host_irq = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>; |
---|
370 | | - status = "okay"; |
---|
| 359 | + status = "disabled"; |
---|
371 | 360 | }; |
---|
372 | 361 | |
---|
373 | 362 | test-power { |
---|
.. | .. |
---|
1518 | 1507 | |
---|
1519 | 1508 | sdio-pwrseq { |
---|
1520 | 1509 | wifi_enable_h: wifi-enable-h { |
---|
1521 | | - rockchip,pins = <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>; |
---|
| 1510 | + rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>; |
---|
1522 | 1511 | }; |
---|
1523 | 1512 | }; |
---|
1524 | 1513 | |
---|
.. | .. |
---|
1532 | 1521 | }; |
---|
1533 | 1522 | }; |
---|
1534 | 1523 | |
---|
1535 | | - wireless-bluetooth { |
---|
1536 | | - uart8_gpios: uart8-gpios { |
---|
1537 | | - rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>; |
---|
1538 | | - }; |
---|
1539 | | - }; |
---|
1540 | 1524 | }; |
---|
1541 | 1525 | |
---|
1542 | 1526 | /* |
---|
.. | .. |
---|
1579 | 1563 | }; |
---|
1580 | 1564 | |
---|
1581 | 1565 | &pwm7 { |
---|
1582 | | - status = "okay"; |
---|
| 1566 | + status = "disabled"; |
---|
1583 | 1567 | |
---|
1584 | 1568 | compatible = "rockchip,remotectl-pwm"; |
---|
1585 | 1569 | remote_pwm_id = <3>; |
---|
.. | .. |
---|
1803 | 1787 | }; |
---|
1804 | 1788 | |
---|
1805 | 1789 | &usbdrd_dwc3 { |
---|
1806 | | - dr_mode = "otg"; |
---|
| 1790 | + dr_mode = "host"; |
---|
1807 | 1791 | extcon = <&usb2phy0>; |
---|
1808 | 1792 | status = "okay"; |
---|
1809 | 1793 | }; |
---|