Skip to content

Commit 717261f

Browse files
committed
scripts: genpinctrl: Generate DCMI pins for H7
Generate DCMI pin definitions for H7 family. Signed-off-by: Charles Dias <[email protected]>
1 parent e23fba7 commit 717261f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
- name: DAC_OUT
5353
match: "^DAC(?:\\d+)?_OUT\\d+$"
5454

55+
- name: DCMI
56+
match: "^DCMI_(?:HSYNC|PIXCLK|VSYNC|D[0-7])$"
57+
slew-rate: very-high-speed
58+
5559
- name: ETH_COL
5660
match: "^ETH_COL$"
5761
slew-rate: very-high-speed

0 commit comments

Comments
 (0)