Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk
[oweals/u-boot.git] / arch / arm / dts / stm32h743i-disco-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2
3 #include <stm32h7-u-boot.dtsi>
4
5 &sdmmc1 {
6         status = "okay";
7         pinctrl-0 = <&sdmmc1_pins>;
8         pinctrl-names = "default";
9         bus-width = <4>;
10         cd-gpios = <&gpioi 8 1>;
11 };