| .. | .. |
|---|
| 190 | 190 | uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>; |
|---|
| 191 | 191 | pinctrl-names = "default", "rts_gpio"; |
|---|
| 192 | 192 | pinctrl-0 = <&uart4_rts>; |
|---|
| 193 | | - pinctrl-1 = <&uart4_rts_gpio>; |
|---|
| 193 | + pinctrl-1 = <&uart4_rts_pin>; |
|---|
| 194 | 194 | BT,power_gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>; |
|---|
| 195 | 195 | BT,wake_host_irq = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>; |
|---|
| 196 | 196 | status = "okay"; |
|---|
| .. | .. |
|---|
| 199 | 199 | wireless-wlan { |
|---|
| 200 | 200 | compatible = "wlan-platdata"; |
|---|
| 201 | 201 | rockchip,grf = <&grf>; |
|---|
| 202 | + pinctrl-names = "default"; |
|---|
| 203 | + pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>; |
|---|
| 202 | 204 | wifi_chip_type = "ap6255"; |
|---|
| 203 | 205 | WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>; |
|---|
| 204 | 206 | status = "okay"; |
|---|
| .. | .. |
|---|
| 218 | 220 | bus-width = <8>; |
|---|
| 219 | 221 | cap-mmc-highspeed; |
|---|
| 220 | 222 | mmc-hs200-1_8v; |
|---|
| 221 | | - supports-emmc; |
|---|
| 223 | + no-sdio; |
|---|
| 224 | + no-sd; |
|---|
| 222 | 225 | disable-wp; |
|---|
| 223 | 226 | non-removable; |
|---|
| 224 | 227 | num-slots = <1>; |
|---|
| .. | .. |
|---|
| 599 | 602 | }; |
|---|
| 600 | 603 | |
|---|
| 601 | 604 | &pinctrl { |
|---|
| 602 | | - pinctrl-names = "default"; |
|---|
| 603 | | - pinctrl-0 = <&rtc_32k>; |
|---|
| 604 | | - |
|---|
| 605 | 605 | buttons { |
|---|
| 606 | 606 | mic_mute: mic-mute { |
|---|
| 607 | 607 | rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_up>; |
|---|
| .. | .. |
|---|
| 617 | 617 | sdio-pwrseq { |
|---|
| 618 | 618 | wifi_enable_h: wifi-enable-h { |
|---|
| 619 | 619 | rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 620 | + }; |
|---|
| 621 | + }; |
|---|
| 622 | + |
|---|
| 623 | + wireless-bluetooth { |
|---|
| 624 | + uart4_gpios: uart4-gpios { |
|---|
| 625 | + rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 626 | + }; |
|---|
| 627 | + }; |
|---|
| 628 | + |
|---|
| 629 | + wireless-wlan { |
|---|
| 630 | + wifi_wake_host: wifi-wake-host { |
|---|
| 631 | + rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>; |
|---|
| 620 | 632 | }; |
|---|
| 621 | 633 | }; |
|---|
| 622 | 634 | }; |
|---|
| .. | .. |
|---|
| 645 | 657 | &sdio { |
|---|
| 646 | 658 | bus-width = <4>; |
|---|
| 647 | 659 | cap-sd-highspeed; |
|---|
| 648 | | - supports-sdio; |
|---|
| 660 | + no-sd; |
|---|
| 661 | + no-mmc; |
|---|
| 649 | 662 | ignore-pm-notify; |
|---|
| 650 | 663 | keep-power-in-suspend; |
|---|
| 651 | 664 | non-removable; |
|---|