ARM: dts: rockchip: rv1106g-smart-door-lock-rmsl: add wireless-wlan node

Signed-off-by: Shaoxing Chen <csx@rock-chips.com>
Change-Id: I07f6f46cb5bb2f8e5da5c04780eab514677f3f4a
This commit is contained in:
Shaoxing Chen
2022-06-07 12:17:13 +08:00
committed by Tao Huang
parent ee7fc73e2f
commit 33ebec5088

View File

@@ -61,13 +61,12 @@
regulator-settling-time-up-us = <250>;
};
vcc_wlan: vcc-wlan {
compatible = "regulator-fixed";
regulator-name = "vcc_wlan_regulator";
regulator-always-on;
regulator-boot-on;
gpio = <&gpio2 RK_PA5 GPIO_ACTIVE_HIGH>;
enable-active-high;
wireless_wlan: wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "Hi3861L";
WIFI,host_wake_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
WIFI,poweren_gpio = <&gpio2 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};