Skip to content

Commit 861e419

Browse files
tpamborerwango
authored andcommitted
scripts: genpinctrl: fmc: add ale/cle pins
Add the ALE and CLE pins for the FMC peripheral to the stm32 pinctrl-config. These are required for NAND flash support. Signed-off-by: Tim Pambor <[email protected]>
1 parent 1889b71 commit 861e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
match: "^FDCAN\\d+_TX$"
106106

107107
- name: FMC
108-
match: "^FMC_(?:NL|NADV|CLK|NBL[0-3]|A\\d+|D\\d+|NE[1-4]|NOE|NWE|NWAIT|NCE|INT|SDCLK|SDNWE|SDCKE[0-1]|SDNE[0-1]|SDNRAS|SDNCAS)$"
108+
match: "^FMC_(?:NL|NADV|CLK|NBL[0-3]|A\\d+|D\\d+|NE[1-4]|NOE|NWE|NWAIT|NCE|INT|SDCLK|SDNWE|SDCKE[0-1]|SDNE[0-1]|SDNRAS|SDNCAS|ALE|CLE)$"
109109
bias: pull-up
110110
slew-rate: very-high-speed
111111

0 commit comments

Comments
 (0)