arm64: dts: rockchip: rk3568-evb6-ddr3-v10: update wifi/bt configs
Signed-off-by: Alex Zhao <zzc@rock-chips.com> Change-Id: I6af7a3a551c9a9ca4e43c1563efd24591b26d650
This commit is contained in:
@@ -167,6 +167,10 @@
|
||||
wifi_enable_h: wifi-enable-h {
|
||||
rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
wifi_32k: wifi-32k {
|
||||
rockchip,pins = <2 RK_PC6 1 &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
wireless-bluetooth {
|
||||
@@ -201,7 +205,7 @@
|
||||
clocks = <&pmucru CLK_RTC_32K>;
|
||||
clock-names = "ext_clock";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&wifi_enable_h>;
|
||||
pinctrl-0 = <&wifi_enable_h &wifi_32k>;
|
||||
|
||||
/*
|
||||
* On the module itself this is one of these (depending
|
||||
@@ -214,6 +218,8 @@
|
||||
|
||||
&uart1 {
|
||||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1m0_xfer &uart1ctsnm0>;
|
||||
};
|
||||
|
||||
&vcc3v3_lcd0_n {
|
||||
@@ -241,7 +247,7 @@
|
||||
//wifi-bt-power-toggle;
|
||||
uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default", "rts_gpio";
|
||||
pinctrl-0 = <&uart1ctsnm0>;
|
||||
pinctrl-0 = <&uart1rtsnm0>;
|
||||
pinctrl-1 = <&uart1_gpios>;
|
||||
BT,reset_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
|
||||
BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
Reference in New Issue
Block a user