提交 b263b006 编写于 作者: B Biju Das 提交者: Simon Horman

arm64: dts: renesas: cat874: Add WLAN support

This patch enables WLAN support for the CAT874 board.
Signed-off-by: NBiju Das <biju.das@bp.renesas.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 a461b5bf
...@@ -104,6 +104,17 @@ ...@@ -104,6 +104,17 @@
1800000 0>; 1800000 0>;
}; };
wlan_en_reg: fixedregulator {
compatible = "regulator-fixed";
regulator-name = "wlan-en-regulator";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
startup-delay-us = <70000>;
gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
x13_clk: x13 { x13_clk: x13 {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
...@@ -243,6 +254,12 @@ ...@@ -243,6 +254,12 @@
power-source = <1800>; power-source = <1800>;
}; };
sdhi3_pins: sd3 {
groups = "sdhi3_data4", "sdhi3_ctrl";
function = "sdhi3";
power-source = <1800>;
};
sound_pins: sound { sound_pins: sound {
groups = "ssi01239_ctrl", "ssi0_data"; groups = "ssi01239_ctrl", "ssi0_data";
function = "ssi"; function = "ssi";
...@@ -300,6 +317,27 @@ ...@@ -300,6 +317,27 @@
status = "okay"; status = "okay";
}; };
&sdhi3 {
status = "okay";
pinctrl-0 = <&sdhi3_pins>;
pinctrl-names = "default";
vmmc-supply = <&wlan_en_reg>;
bus-width = <4>;
non-removable;
cap-power-off-card;
keep-power-in-suspend;
#address-cells = <1>;
#size-cells = <0>;
wlcore: wlcore@2 {
compatible = "ti,wl1837";
reg = <2>;
interrupt-parent = <&gpio1>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
};
};
&usb2_phy0 { &usb2_phy0 {
renesas,no-otg-pins; renesas,no-otg-pins;
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册