Skip to content

Commit 7595b00

Browse files
scripts: genpinctrl: Add SDIO to F1 config
Add missing SDIO to F1 pinctrl configuration. Signed-off-by: Benjamin Björnsson <[email protected]>
1 parent 019d825 commit 7595b00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/genpinctrl/stm32f1-pinctrl-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,8 @@
255255
- name: USB
256256
match: "^USB_(?:DM)?(?:DP)?$"
257257
mode: input
258+
259+
- name: SDIO
260+
match: "^SDIO_(?:CK)?(?:CKIN)?(?:CDIR)?(?:CMD)?(?:D\\d+)?(?:D0DIR)?(?:D123DIR)?$"
261+
mode: alternate
262+
slew-rate: max-speed-50mhz

0 commit comments

Comments
 (0)