arm: dts: px3se: add wifi support
Change-Id: I669579e5dfd2e256339dbd5aa5d6753fafea6284 Signed-off-by: zzc <zzc@rock-chips.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
* Rockchip wlan controller
|
||||
|
||||
Required SoC Specific Properties:
|
||||
|
||||
- compatible : "wlan-platdata"
|
||||
|
||||
Example:
|
||||
|
||||
wireless-wlan { {
|
||||
compatible = "wlan-platdata";
|
||||
|
||||
wifi_chip_type = "rtl8723cs";
|
||||
sdio_vref = <1800>;
|
||||
WIFI,host_wake_irq = <&gpio3 GPIO_C7 GPIO_ACTIVE_HIGH>;
|
||||
WIFI,poweren_gpio = <&gpio3 GPIO_D3 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@@ -81,6 +81,19 @@
|
||||
rockchip,remote_wakeup;
|
||||
rockchip,usb_irq_wakeup;
|
||||
};
|
||||
|
||||
wireless-wlan {
|
||||
compatible = "wlan-platdata";
|
||||
|
||||
wifi_chip_type = "rtl8723cs";
|
||||
sdio_vref = <1800>; /*1800mv or 3300mv*/
|
||||
/* WIFI_HOST_WAKE = GPIO3_C7 */
|
||||
WIFI,host_wake_irq = <&gpio3 GPIO_C7 GPIO_ACTIVE_HIGH>;
|
||||
/* WIFI_REG_ON = GPIO3_D3 */
|
||||
WIFI,poweren_gpio = <&gpio3 GPIO_D3 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&fb {
|
||||
|
||||
Reference in New Issue
Block a user