summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32h743i-eval-u-boot.dtsi
blob: 251977abe0242bd7ced27ca130b34651e7167fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0+

#include <stm32h7-u-boot.dtsi>

&sdmmc1 {
	status = "okay";
	pinctrl-0 = <&sdmmc1_pins>,
		    <&pinctrl_sdmmc1_level_shifter>;
	pinctrl-names = "default";
	bus-width = <4>;
	st,sig-dir;
};