arm64: dts: rockchip: rfkill switch to use gpiod

sed -i \
-e 's/uart_rts_gpios/uart_rts-gpios/' \
-e 's/BT,power_gpio/BT,power-gpios/' \
-e 's/BT,reset_gpio/BT,reset-gpios/' \
-e 's/BT,wake_gpio/BT,wake-gpios/' \
-e 's/BT,wake_host_irq/BT,wake_host-gpios/' \
-e 's/WIFI,poweren_gpio/WIFI,poweren-gpios/' \
-e 's/WIFI,vbat_gpio/WIFI,vbat-gpios/' \
-e 's/WIFI,reset_gpio/WIFI,reset-gpios/' \
-e 's/WIFI,host_wake_irq/WIFI,host_wake-gpios/' \
(git ls-files arch/arm64/boot/dts/rockchip/)

Change-Id: I8d5b76f4a666ecbeaacd5d3257521bcc4860e81c
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2025-06-16 15:34:24 +08:00
parent c19bc6faeb
commit 96ba0fabb7
120 changed files with 613 additions and 613 deletions

View File

@@ -168,7 +168,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -176,13 +176,13 @@
compatible = "bluetooth-platdata";
/*clocks = <&rk809 1>;*/
/*clock-names = "ext_clock";*/
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -99,7 +99,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -99,7 +99,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -157,8 +157,8 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -166,13 +166,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -25,7 +25,7 @@
};
&wireless_bluetooth {
BT,reset_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
};

View File

@@ -192,12 +192,12 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio4 RK_PB7 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PB7 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4_rts>;
pinctrl-1 = <&uart4_rts_gpio>;
BT,power_gpio = <&gpio4 RK_PC3 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio4 RK_PC3 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -207,7 +207,7 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>;
wifi_chip_type = "ap6212";
WIFI,host_wake_irq = <&gpio4 RK_PC1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -187,12 +187,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4_rts>;
pinctrl-1 = <&uart4_rts_pin>;
BT,power_gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -202,7 +202,7 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
wifi_chip_type = "ap6255";
WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -18,18 +18,18 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
wifi_chip_type = "ap6256";
WIFI,host_wake_irq = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4_rts>;
pinctrl-1 = <&uart4_rts_pin>;
BT,power_gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -244,12 +244,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4_rts>;
pinctrl-1 = <&uart4_rts_pin>;
BT,power_gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -257,7 +257,7 @@
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -260,12 +260,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4_rts>;
pinctrl-1 = <&uart4_rts_pin>;
BT,power_gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -275,7 +275,7 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
wifi_chip_type = "ap6255";
WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>;
WIFI,host_wake-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>;
status = "okay";
};
};

View File

@@ -17,7 +17,7 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
wifi_chip_type = "ap6256";
WIFI,host_wake_irq = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -48,12 +48,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4_rts>;
pinctrl-1 = <&uart4_rts_pin>;
BT,power_gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
};

View File

@@ -230,12 +230,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_pin>;
BT,power_gpio = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -245,7 +245,7 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
wifi_chip_type = "ap6255";
WIFI,host_wake_irq = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -25,12 +25,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_pin>;
BT,power_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -40,7 +40,7 @@
pinctrl-names = "default";
pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
wifi_chip_type = "ap6256";
WIFI,host_wake_irq = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -122,20 +122,20 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "rtl8723cs";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,vbat_gpio = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
status = "okay";
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -187,7 +187,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -195,13 +195,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -197,7 +197,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6255";
WIFI,host_wake_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -205,13 +205,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA7 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -187,7 +187,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6255";
WIFI,host_wake_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -195,13 +195,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA7 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -187,7 +187,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6256";
WIFI,host_wake_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -195,13 +195,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA7 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -92,7 +92,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -92,7 +92,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -140,8 +140,8 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -149,13 +149,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk817 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -169,12 +169,12 @@
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
BT,power_gpio = <&gpio1 24 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 26 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -183,7 +183,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "rtl8822bs";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio1 19 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -132,12 +132,12 @@
compatible = "bluetooth-platdata";
clocks = <&rk805 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
BT,power_gpio = <&gpio1 21 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 26 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -146,7 +146,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio1 19 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -119,12 +119,12 @@
compatible = "bluetooth-platdata";
clocks = <&rk805 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
BT,power_gpio = <&gpio1 21 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 26 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -133,7 +133,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio1 19 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -166,7 +166,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6210";
WIFI,host_wake_irq = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -174,13 +174,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -217,7 +217,7 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "AP6212";
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -225,13 +225,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart1_rts>;
pinctrl-1 = <&uart1_rts_gpio>;
BT,reset_gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -245,7 +245,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
sdio_vref = <1800>; //1800mv or 3300mv
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -253,15 +253,15 @@
compatible = "bluetooth-platdata";
clocks = <&rk808 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
/* BT,power_gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>; */
BT,reset_gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
/* BT,power-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>; */
BT,reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -133,7 +133,7 @@
*/
wifi_chip_type = "ap6210";
sdio_vref = <1800>; //1800mv or 3300mv
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -141,15 +141,15 @@
compatible = "bluetooth-platdata";
clocks = <&rk818 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
//BT,power_gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset_gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
//BT,power-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -197,8 +197,8 @@
wifi_chip_type = "rtl8723ds";
sdio_vref = <1800>; /*1800mv or 3300mv*/
WIFI,host_wake_irq = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
WIFI,vbat_gpio = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio3 RK_PA4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -206,10 +206,10 @@
compatible = "bluetooth-platdata";
keep_bt_power_on;
BT,power_gpio = <&gpio3 4 GPIO_ACTIVE_HIGH>; /* GPIO3_A4 */
BT,reset_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>; /* GPIO3_A2 */
BT,wake_gpio = <&gpio3 7 GPIO_ACTIVE_HIGH>; /* GPIO3_A7 */
BT,wake_host_irq = <&gpio3 3 GPIO_ACTIVE_HIGH>; /* GPIO3_A3 */
BT,power-gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>; /* GPIO3_A4 */
BT,reset-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>; /* GPIO3_A2 */
BT,wake-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>; /* GPIO3_A7 */
BT,wake_host-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>; /* GPIO3_A3 */
status = "okay";
};

View File

@@ -132,7 +132,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "rtl8189es";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -141,14 +141,14 @@
//clocks = <&rk808 1>;
//clock-names = "ext_clock";
/* wifi-bt-power-toggle; */
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
/* BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; */
BT,reset_gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
/* BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; */
BT,reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -165,7 +165,7 @@
* esp8089
*/
wifi_chip_type = "ap6255";
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -173,15 +173,15 @@
compatible = "bluetooth-platdata";
clocks = <&rk818 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
//BT,power_gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset_gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
//BT,power-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -140,7 +140,7 @@
*/
wifi_chip_type = "ap6255";
sdio_vref = <1800>; //1800mv or 3300mv
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -148,15 +148,15 @@
compatible = "bluetooth-platdata";
clocks = <&rk818 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
//BT,power_gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset_gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
//BT,power-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -145,22 +145,22 @@
* esp8089
*/
wifi_chip_type = "ap6255";
WIFI,vbat_gpio = <&gpio0 2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
//BT,power_gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset_gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
//BT,power-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -146,22 +146,22 @@
* esp8089
*/
wifi_chip_type = "rtl8723bs";
WIFI,vbat_gpio = <&gpio0 2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake_irq = <&gpio3 6 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
pinctrl-names = "default","rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_rts_gpio>;
//BT,power_gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset_gpio = <&gpio3 13 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 7 GPIO_ACTIVE_HIGH>;
//BT,power-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -125,7 +125,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -134,14 +134,14 @@
clocks = <&rk808 1>;
clock-names = "ext_clock";
/* wifi-bt-power-toggle; */
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
/* BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>;
/* BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -174,8 +174,8 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,poweren_gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,poweren-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -184,14 +184,14 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
BT,wake_host_irq = <&gpio2 27 GPIO_ACTIVE_HIGH>; /* GPIO2_D3 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
BT,wake_host-gpios = <&gpio2 27 GPIO_ACTIVE_HIGH>; /* GPIO2_D3 */
status = "okay";
};

View File

@@ -205,8 +205,8 @@ r};
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,poweren_gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,poweren-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -215,14 +215,14 @@ r};
clocks = <&rk808 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};

View File

@@ -80,8 +80,8 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,poweren_gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,poweren-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -90,14 +90,14 @@
clocks = <&rk808 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};
};

View File

@@ -346,21 +346,21 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
status = "okay";
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};
};

View File

@@ -284,21 +284,21 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
status = "okay";
};
wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};
};

View File

@@ -239,7 +239,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
status = "okay";
};
@@ -248,14 +248,14 @@
clocks = <&rk818 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};

View File

@@ -158,7 +158,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -167,14 +167,14 @@
clocks = <&rk808 1>;
clock-names = "ext_clock";
/* wifi-bt-power-toggle; */
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
/* BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 27 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>;
/* BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 27 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -184,7 +184,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -192,13 +192,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk808 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -246,7 +246,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
status = "okay";
};
@@ -255,14 +255,14 @@
clocks = <&rk808 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
//BT,power_gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
//BT,power-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>; /* GPIOx_xx */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};

View File

@@ -117,13 +117,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk808 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
uart_rts-gpios = <&gpio2 19 GPIO_ACTIVE_LOW>; /* GPIO2_C3 */
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host_irq = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
BT,reset-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; /* GPIO0_B1 */
BT,wake-gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
BT,wake_host-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; /* GPIO0_A4 */
status = "okay";
};
@@ -132,7 +132,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6354";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
WIFI,host_wake-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* GPIO0_a3 */
status = "okay";
};
};

View File

@@ -230,7 +230,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -238,13 +238,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -225,7 +225,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -233,13 +233,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -225,7 +225,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -233,13 +233,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -240,7 +240,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -248,13 +248,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -227,7 +227,7 @@
rockchip,grf = <&grf>;
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -235,13 +235,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk809 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -25,13 +25,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m1_rtsn>;
pinctrl-1 = <&uart2m1_gpios>;
BT,reset_gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -41,7 +41,7 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -23,12 +23,12 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m0_rtsn>;
pinctrl-1 = <&uart2m0_gpios>;
BT,reset_gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -38,7 +38,7 @@
wifi_chip_type = "rtl8822cs";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -23,12 +23,12 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m0_rtsn>;
pinctrl-1 = <&uart2m0_gpios>;
BT,reset_gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -38,7 +38,7 @@
wifi_chip_type = "rtl8822cs";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -53,13 +53,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m1_rtsn &bt_enable_h>;
pinctrl-1 = <&uart2m1_gpios>;
BT,reset_gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -69,8 +69,8 @@
wifi_chip_type = "aic8800";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq >;
WIFI,host_wake_irq = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
//WIFI,reset_gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
//WIFI,reset-gpios = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -25,13 +25,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m1_rtsn>;
pinctrl-1 = <&uart2m1_gpios>;
BT,reset_gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -41,7 +41,7 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -54,13 +54,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m1_rtsn>;
pinctrl-1 = <&uart2m1_gpios>;
BT,reset_gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -70,7 +70,7 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 RK_PA7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -55,13 +55,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart2m0_rtsn>;
pinctrl-1 = <&uart2m0_gpios>;
BT,reset_gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -71,8 +71,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_enable &wifi_host_wake_irq &clkm0_32k_out>;
WIFI,reset_gpio = <&gpio3 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake_irq = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,reset-gpios = <&gpio3 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -143,7 +143,7 @@
wifi_chip_type = "ap6203";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -151,13 +151,13 @@
compatible = "bluetooth-platdata";
clocks = <&rk817 1>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,power_gpio = <&gpio1 RK_PD7 GPIO_ACTIVE_LOW>;
//BT,wake_gpio = <&gpio1 RK_PD5 GPIO_ACTIVE_HIGH>;
//BT,wake_host_irq = <&gpio1 RK_PD6 GPIO_ACTIVE_HIGH>;
BT,power-gpios = <&gpio1 RK_PD7 GPIO_ACTIVE_LOW>;
//BT,wake-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_HIGH>;
//BT,wake_host-gpios = <&gpio1 RK_PD6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -158,8 +158,8 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -168,13 +168,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -160,8 +160,8 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -170,13 +170,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -207,8 +207,8 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -217,13 +217,13 @@
//clocks = <&rk817 1>;
//clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -183,9 +183,9 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,vbat_gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -194,13 +194,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -148,8 +148,8 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -158,13 +158,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PD2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -199,8 +199,8 @@
wifi_chip_type = "ap6275s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -209,13 +209,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -103,7 +103,7 @@
wifi_chip_type = "ap6398s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -112,13 +112,13 @@
clocks = <&pmucru CLK_RTC_32K>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -449,13 +449,13 @@
};
&wireless_bluetooth {
uart_rts_gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m1_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
@@ -463,7 +463,7 @@
status = "disabled";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
};
&pinctrl {

View File

@@ -434,20 +434,20 @@
};
&wireless_bluetooth {
uart_rts_gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m1_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
};
&work_led {

View File

@@ -606,8 +606,8 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
};
&work_led {
@@ -619,12 +619,12 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -505,21 +505,21 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
};
&work_led {

View File

@@ -277,13 +277,13 @@
};
&wireless_bluetooth {
uart_rts_gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m1_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "disabled";
};

View File

@@ -197,8 +197,8 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_vbat &wifi_host_wake_irq>;
WIFI,vbat_gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake_irq = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -207,16 +207,16 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>,
<&bt_reset_gpio>,
<&bt_wake_gpio>,
<&bt_irq_gpio>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -147,8 +147,8 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_vbat &wifi_host_wake_irq>;
WIFI,vbat_gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake_irq = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -157,13 +157,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -123,7 +123,7 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
@@ -132,13 +132,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
};

View File

@@ -211,9 +211,9 @@
wifi_chip_type = "rtl8723cs";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,vbat_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -222,13 +222,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -168,9 +168,9 @@
wifi_chip_type = "rtl8821cs";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,vbat_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,vbat-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -179,13 +179,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -193,8 +193,8 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -203,13 +203,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -193,8 +193,8 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -203,13 +203,13 @@
clocks = <&rk817 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -624,8 +624,8 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
};
&work_led {
@@ -637,12 +637,12 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -342,7 +342,7 @@
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6398s";
WIFI,poweren_gpio = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -351,13 +351,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m0_rtsn>;
pinctrl-1 = <&uart8_gpios>;
BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -488,7 +488,7 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
@@ -496,12 +496,12 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m0_rtsn>;
pinctrl-1 = <&uart8_gpios>;
BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -577,8 +577,8 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
@@ -586,13 +586,13 @@
clocks = <&pmucru CLK_RTC_32K>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -547,7 +547,7 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
@@ -555,12 +555,12 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m0_rtsn>;
pinctrl-1 = <&uart8_gpios>;
BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -434,8 +434,8 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
@@ -443,13 +443,13 @@
clocks = <&pmucru CLK_RTC_32K>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_gpios>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -469,7 +469,7 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
@@ -477,13 +477,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart1m0_rtsn>;
pinctrl-1 = <&uart1_pin>;
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -590,7 +590,7 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth {
@@ -598,13 +598,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m0_rtsn>;
pinctrl-1 = <&uart8_pin>;
BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
status = "okay";
};

View File

@@ -370,13 +370,13 @@
clocks = <&rk809 1>;
clock-names = "ext_clock";
//wifi-bt-power-toggle;
uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m0_rtsn>;
pinctrl-1 = <&uart8_pin>;
BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -196,13 +196,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -211,8 +211,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -210,13 +210,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -225,8 +225,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -207,13 +207,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -222,8 +222,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -254,13 +254,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -269,8 +269,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -906,5 +906,5 @@
};
&wireless_wlan {
WIFI,poweren_gpio = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
};

View File

@@ -173,13 +173,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -188,8 +188,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -207,13 +207,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -222,8 +222,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -261,13 +261,13 @@
wireless_bluetooth: wireless-bluetooth {
compatible = "bluetooth-platdata";
uart_rts_gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart4m1_rtsn>;
pinctrl-1 = <&uart4_gpios>;
BT,reset_gpio = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio1 RK_PC7 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -276,8 +276,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -216,13 +216,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio3 RK_PA4 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio3 RK_PA4 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m1_rtsn>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart8_gpios>;
BT,reset_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -231,8 +231,8 @@
wifi_chip_type = "ap6255";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>, <&wifi_poweren_gpio>;
WIFI,host_wake_irq = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -268,13 +268,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart9m0_rtsn>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart9_gpios>;
BT,reset_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -283,8 +283,8 @@
wifi_chip_type = "ap6398s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -173,13 +173,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart9m0_rtsn>, <&bt_gpio>;
pinctrl-1 = <&uart9_gpios>;
BT,reset_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -188,8 +188,8 @@
wifi_chip_type = "ap6398s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PB6 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio2 RK_PB6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -177,13 +177,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio3 RK_PA4 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio3 RK_PA4 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart8m1_rtsn>;
pinctrl-1 = <&uart8_gpios>;
BT,reset_gpio = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -192,8 +192,8 @@
wifi_chip_type = "ap6275p";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>, <&wifi_poweren_gpio>;
WIFI,host_wake_irq = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

View File

@@ -240,13 +240,13 @@
compatible = "bluetooth-platdata";
clocks = <&hym8563>;
clock-names = "ext_clock";
uart_rts_gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
uart_rts-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart9m0_rtsn>, <&bt_reset_gpio>, <&bt_wake_gpio>, <&bt_irq_gpio>;
pinctrl-1 = <&uart9_gpios>;
BT,reset_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_host_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
BT,reset-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
BT,wake-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
BT,wake_host-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -255,8 +255,8 @@
wifi_chip_type = "ap6398s";
pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
WIFI,host_wake-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
WIFI,poweren-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};

Some files were not shown because too many files have changed in this diff Show More