Browse Source

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>
Sebastian Hesselbarth 11 years ago
parent
commit
acbcadc850
1 changed files with 9 additions and 0 deletions
  1. 9 0
      arch/arm/boot/dts/berlin2cd-google-chromecast.dts

+ 9 - 0
arch/arm/boot/dts/berlin2cd-google-chromecast.dts

@@ -43,4 +43,13 @@
 	};
 };
 
+/*
+ * AzureWave AW-NH387 (Marvell 88W8787)
+ * 802.11b/g/n + Bluetooth 2.1
+ */
+&sdhci0 {
+	non-removable;
+	status = "okay";
+};
+
 &uart0 { status = "okay"; };