Skip to content

Commit

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

Signed-off-by: Sam Partridge <[email protected]>
  • Loading branch information
SamP20 authored and erwango committed Mar 19, 2024
1 parent 60c9634 commit 27e2df0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/genpinctrl/stm32-pinctrl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@
- name: I2S_SD
match: "^I2S\\d+_SD$"

- name: I3C_SCL
match: "^I3C\\d+_SCL$"
slew-rate: very-high-speed

- name: I3C_SDA
match: "^I3C\\d+_SDA$"
slew-rate: very-high-speed

- name: LTDC
match: "^LTDC_(?:DE|CLK|HSYNC|VSYNC|R[0-7]|G[0-7]|B[0-7])$"

Expand Down

0 comments on commit 27e2df0

Please sign in to comment.