Skip to content

Commit

Permalink
scripts: genpinctrl: Generate DCMI pins for H7
Browse files Browse the repository at this point in the history
Generate DCMI pin definitions for H7 family.

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
  • Loading branch information
CharlesDias committed May 7, 2024
1 parent e23fba7 commit 717261f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/genpinctrl/stm32-pinctrl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
- name: DAC_OUT
match: "^DAC(?:\\d+)?_OUT\\d+$"

- name: DCMI
match: "^DCMI_(?:HSYNC|PIXCLK|VSYNC|D[0-7])$"
slew-rate: very-high-speed

- name: ETH_COL
match: "^ETH_COL$"
slew-rate: very-high-speed
Expand Down

0 comments on commit 717261f

Please sign in to comment.