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

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
......@@ -74,5 +74,17 @@ i2c@9541000 {
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;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment