arm64: dts: rockchip: rk3566-evb1-ddr4-v10: fix for wifi/bt
Signed-off-by: Alex Zhao <zzc@rock-chips.com> Change-Id: I5beeb417f237e9cf306aa75743e02dc529690aa5
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
&sdio_pwrseq {
|
&sdio_pwrseq {
|
||||||
compatible = "mmc-pwrseq-simple";
|
compatible = "mmc-pwrseq-simple";
|
||||||
clocks = <&pmucru CLK_RTC_32K>;
|
clocks = <&rk809 1>;
|
||||||
clock-names = "ext_clock";
|
clock-names = "ext_clock";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&wifi_enable_h>;
|
pinctrl-0 = <&wifi_enable_h>;
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
&uart1 {
|
&uart1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart1m1_xfer>;
|
pinctrl-0 = <&uart1m1_xfer &uart1ctsnm1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&vcc3v3_lcd0_n {
|
&vcc3v3_lcd0_n {
|
||||||
@@ -137,6 +137,8 @@
|
|||||||
&wireless_wlan {
|
&wireless_wlan {
|
||||||
compatible = "wlan-platdata";
|
compatible = "wlan-platdata";
|
||||||
rockchip,grf = <&grf>;
|
rockchip,grf = <&grf>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&wifi_host_wake_irq>;
|
||||||
wifi_chip_type = "ap6398s";
|
wifi_chip_type = "ap6398s";
|
||||||
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
|
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
@@ -144,12 +146,12 @@
|
|||||||
|
|
||||||
&wireless_bluetooth {
|
&wireless_bluetooth {
|
||||||
compatible = "bluetooth-platdata";
|
compatible = "bluetooth-platdata";
|
||||||
clocks = <&pmucru CLK_RTC_32K>;
|
clocks = <&rk809 1>;
|
||||||
clock-names = "ext_clock";
|
clock-names = "ext_clock";
|
||||||
//wifi-bt-power-toggle;
|
//wifi-bt-power-toggle;
|
||||||
uart_rts_gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
|
uart_rts_gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_LOW>;
|
||||||
pinctrl-names = "default", "rts_gpio";
|
pinctrl-names = "default", "rts_gpio";
|
||||||
pinctrl-0 = <&uart1ctsnm1>;
|
pinctrl-0 = <&uart1rtsnm1>;
|
||||||
pinctrl-1 = <&uart1_gpios>;
|
pinctrl-1 = <&uart1_gpios>;
|
||||||
BT,reset_gpio = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
|
BT,reset_gpio = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
|
||||||
BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
|
BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
|
||||||
@@ -176,6 +178,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wireless-wlan {
|
||||||
|
wifi_host_wake_irq: wifi-host-wake-irq {
|
||||||
|
rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
wireless-bluetooth {
|
wireless-bluetooth {
|
||||||
uart1_gpios: uart1-gpios {
|
uart1_gpios: uart1-gpios {
|
||||||
rockchip,pins = <4 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
|
rockchip,pins = <4 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||||
|
|||||||
Reference in New Issue
Block a user