Skip to content
Snippets Groups Projects
Commit d8f69e56 authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

ARM: DTS: stm32: add SDMMC support fo stm32h743-eval


Add pinctrl and sdmmc nodes to add MMC support for
STM32H743 evaluation board.

Evaluation board needs a second pinctrl node
"pinctrl_sdmmc1_level_shifter" to drive a level shifter
on MMC bus.

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent eccac3e1
Branches
Tags
No related merge requests found
...@@ -259,6 +259,17 @@ ...@@ -259,6 +259,17 @@
bias-disable; bias-disable;
}; };
}; };
pinctrl_sdmmc1_level_shifter: sdmmc0_ls@0 {
pins {
pinmux = <STM32H7_PB8_FUNC_SDMMC1_CKIN>,
<STM32H7_PB9_FUNC_SDMMC1_CDIR>,
<STM32H7_PC6_FUNC_SDMMC1_D0DIR>,
<STM32H7_PC7_FUNC_SDMMC1_D123DIR>;
drive-push-pull;
slew-rate = <3>;
};
};
}; };
}; };
}; };
...@@ -98,3 +98,12 @@ ...@@ -98,3 +98,12 @@
st,sdram-refcount = <1539>; st,sdram-refcount = <1539>;
}; };
}; };
&sdmmc1 {
status = "okay";
pinctrl-0 = <&sdmmc1_pins>,
<&pinctrl_sdmmc1_level_shifter>;
pinctrl-names = "default";
bus-width = <4>;
st,dirpol;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment