Skip to content

Commit

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

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
  • Loading branch information
CharlesDias authored and erwango committed May 23, 2024
1 parent b0bbdad commit a139ce8
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 a139ce8

Please sign in to comment.