.. | .. |
---|
30 | 30 | clock-names = "clk_wifi"; |
---|
31 | 31 | ref-clock-frequency = <24000000>; |
---|
32 | 32 | pinctrl-names = "default"; |
---|
33 | | - pinctrl-0 = <&wifi_wake_host>; |
---|
| 33 | + pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>; |
---|
34 | 34 | wifi_chip_type = "rtl8723ds"; |
---|
35 | 35 | WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>; |
---|
36 | 36 | status = "okay"; |
---|
.. | .. |
---|
391 | 391 | }; |
---|
392 | 392 | |
---|
393 | 393 | &pinctrl { |
---|
394 | | - pinctrl-names = "default"; |
---|
395 | | - pinctrl-0 = <&rtc_32k>; |
---|
| 394 | + wireless-bluetooth { |
---|
| 395 | + uart4_gpios: uart4-gpios { |
---|
| 396 | + rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>; |
---|
| 397 | + }; |
---|
| 398 | + }; |
---|
396 | 399 | }; |
---|
397 | 400 | |
---|
398 | 401 | &pwm3 { |
---|