Skip to content

Commit 0bdcfef

Browse files
committed
scripts: genpinctrl: stm32-pincrl: Add HSPI signals
Add a filter for HSPI signals available on U5 series. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent ac9caa9 commit 0bdcfef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
- name: HRTIM_SCIN / HRTIM_SCOUT
112112
match: "^HRTIM\\d+_SC(IN|OUT)$"
113113

114+
- name: HSPI
115+
match: "^HSPI(.*)(?:CLK|NCS|DQS|IO\\d+)$"
116+
slew-rate: very-high-speed
117+
114118
- name: I2C_SCL
115119
match: "^I2C\\d+_SCL$"
116120
drive: open-drain

0 commit comments

Comments
 (0)