ARM: dts: stm32: Enable SDMMC3 on DH DRC02
[platform/kernel/u-boot.git] / arch / arm / dts / stm32mp15xx-dhcom-drc02.dts
index 5a237a3..e8508aa 100644 (file)
         * On DRC02, the SoM does not have SDIO WiFi. The pins
         * are used for on-board microSD slot instead.
         */
-       /delete-property/broken-cd;
-       cd-gpios = <&gpioi 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
+       pinctrl-names = "default", "opendrain", "sleep";
+       pinctrl-0 = <&sdmmc3_b4_pins_a>;
+       pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
+       pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
+       cd-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
        disable-wp;
+       st,neg-edge;
+       bus-width = <4>;
+       vmmc-supply = <&v3v3>;
+       vqmmc-supply = <&v3v3>;
+       mmc-ddr-3_3v;
+       status = "okay";
 };
 
 &spi1 {