arm: dts: px3se: add wifi support

Change-Id: I669579e5dfd2e256339dbd5aa5d6753fafea6284
Signed-off-by: zzc <zzc@rock-chips.com>
This commit is contained in:
zzc
2017-02-06 18:11:25 +08:00
committed by Huang, Tao
parent 28f87f6923
commit ea38909d8c
2 changed files with 29 additions and 0 deletions

View File

@@ -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>;
};

View File

@@ -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 {