mirror of https://gitee.com/openkylin/linux.git
ARM: dts: berlin: Enable WiFi on Google Chromecast
With SDHCI for BG2CD, we can now enable the port and allow to access AzureWave WiFi/BT module on Google Chromecast. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
parent
652538c4d2
commit
acbcadc850
|
@ -43,4 +43,13 @@ red {
|
|||
};
|
||||
};
|
||||
|
||||
/*
|
||||
* AzureWave AW-NH387 (Marvell 88W8787)
|
||||
* 802.11b/g/n + Bluetooth 2.1
|
||||
*/
|
||||
&sdhci0 {
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 { status = "okay"; };
|
||||
|
|
Loading…
Reference in New Issue