Skip to content

Commit 9486e5f

Browse files
committed
dts: Add SDHC configuration for STM32.
This commit adds the main DTS configurations required to enable SDHC support on STM32. Signed-off-by: Sara Touqan <[email protected]>
1 parent 3f9a5da commit 9486e5f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
compatible: "st,stm32-sdhc"
2+
3+
bus: sd
4+
5+
include: "st,stm32-sdmmc.yaml"
6+
7+
properties:
8+
hw-flow-control:
9+
type: boolean
10+
description: Set to enable RTS/CTS flow control at boot time
11+
12+
sdhi-on-gpios:
13+
description: |
14+
GPIO used to enable/disable the SDHI.
15+
type: phandle-array

0 commit comments

Comments
 (0)