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

Commit ba7f2728 authored by Peter Griffin's avatar Peter Griffin Committed by Maxime Coquelin
Browse files

ARM: STi: DT: STiH418: Add dt nodes for sdhci and emmc.



Add dt nodes to enable sdhci / eMMC for stih418-b2199 board.

Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 9286ac48
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -74,5 +74,17 @@
			st,i2c-min-scl-pulse-width-us = <0>;
			st,i2c-min-sda-pulse-width-us = <5>;
		};

		mmc1: sdhci@09080000 {
			status = "okay";
		};

		mmc0: sdhci@09060000 {
			status = "okay";
			max-frequency = <200000000>;
			sd-uhs-sdr50;
			sd-uhs-sdr104;
			sd-uhs-ddr50;
		};
	};
};