Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 738f859f authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Eric Anholt
Browse files

arm64: dts: bcm2837: add &sdhci and &sdhost



For the raspberry pi 3 we'll need both sdhci (handles sdio wifi) and
sdhost (handles sdcard).

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Acked-by: default avatarEric Anholt <eric@anholt.net>
parent 2ea659a9
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -22,3 +22,20 @@
&uart1 {
	status = "okay";
};

/* SDHCI is used to control the SDIO for wireless */
&sdhci {
	pinctrl-names = "default";
	pinctrl-0 = <&emmc_gpio34>;
	status = "okay";
	bus-width = <4>;
	non-removable;
};

/* SDHOST is used to drive the SD card */
&sdhost {
	pinctrl-names = "default";
	pinctrl-0 = <&sdhost_gpio48>;
	status = "okay";
	bus-width = <4>;
};