Patrice Chotard | 1056303 | 2018-12-06 11:59:42 +0100 | [diff] [blame] | 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 | }; |