This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

st,stm32-sdmmc

Vendor: STMicroelectronics

Description

stm32 sdmmc disk access

Properties

Properties not inherited from the base binding file.

Name

Type

Details

cd-gpios

phandle-array

Card Detect pin

pwr-gpios

phandle-array

Power pin

pinctrl-0

phandles

Pin configuration for SDMMC signals.
We expect that the phandles will reference pinctrl nodes.

For example
pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9
             &sdmmc1_d2_pc10 &sdmmc1_d3_pc11
             &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>;