Skip to content

Commit

Permalink
scripts: genpinctrl: Generate RCC MCO 1 pin for H7
Browse files Browse the repository at this point in the history
Generate RCC MCO1 pin definitions for H7 family.

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
  • Loading branch information
CharlesDias committed May 6, 2024
1 parent e23fba7 commit c2e3f8a
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 @@ -194,6 +194,10 @@
- name: LTDC
match: "^LTDC_(?:DE|CLK|HSYNC|VSYNC|R[0-7]|G[0-7]|B[0-7])$"

- name: RCC_MCO_1
match: "^RCC_MCO_1$"
slew-rate: very-high-speed

- name: OCTOSPI
match: "^OCTOSPI(.*)(?:CLK|NCS|DQS|IO[0-7])$"
slew-rate: very-high-speed
Expand Down

0 comments on commit c2e3f8a

Please sign in to comment.