Skip to content

Commit 99c7c69

Browse files
scripts: genpinctrl: stm32-pinctrl-config.yaml: comp
add comparator pins config Signed-off-by: Alexander Kozhinov <[email protected]>
1 parent d46f845 commit 99c7c69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
- name: CAN_TX
5353
match: "^CAN\\d*_TX$"
5454

55+
- name: COMP_IN
56+
match: "^COMP\\d+_IN[MP]$"
57+
58+
- name: COMP_OUT
59+
match: "^COMP\\d+_OUT$"
60+
5561
- name: DAC_OUT
5662
match: "^DAC(?:\\d+)?_OUT\\d+$"
5763

0 commit comments

Comments
 (0)