ARM: dts: exynos: Enable WLAN support for the UniversalC210 board
Add a node for BCM4330/2 SDIO chip on SDHCI bus #3 and the required MMC power sequence node for the Exynos4210-based UniversalC210 board. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Родитель
95384e977c
Коммит
f1b0ffaa68
|
@ -50,6 +50,11 @@
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wlan_pwrseq: sdhci3-pwrseq {
|
||||||
|
compatible = "mmc-pwrseq-simple";
|
||||||
|
reset-gpios = <&gpe3 1 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
@ -564,6 +569,29 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&sdhci_3 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
non-removable;
|
||||||
|
bus-width = <4>;
|
||||||
|
mmc-pwrseq = <&wlan_pwrseq>;
|
||||||
|
vmmc-supply = <&ldo5_reg>;
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&sd3_clk>, <&sd3_cmd>, <&sd3_bus4>;
|
||||||
|
|
||||||
|
brcmf: wifi@1 {
|
||||||
|
compatible = "brcm,bcm4330-fmac";
|
||||||
|
reg = <1>;
|
||||||
|
interrupt-parent = <&gpx2>;
|
||||||
|
interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
interrupt-names = "host-wake";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&serial_0 {
|
&serial_0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
/delete-property/dmas;
|
/delete-property/dmas;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче