dts: arm: stm32f4: Add pinctrl node and uart pin information
Add needed uart pinctrl configuration in pinmux node. This is done thanks to <soc>-pinctrl.dtsi file matching the <soc>.dtsi files Populate stm32 f4 based boards dts files with references to uart pinctrl nodes. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
72d2960741
commit
e514554cd1
17 changed files with 191 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
/* Usefull definitions */
|
||||
#define STM32_PUSHPULL_NOPULL (STM32_OTYPER_PUSH_PULL | STM32_PUPDR_NO_PULL)
|
||||
#define STM32_OPENDRAIN_PULLUP (STM32_OTYPER_OPEN_DRAIN | STM32_PUPDR_PULL_UP)
|
||||
#define STM32_PUSHPULL_PULLUP (STM32_OTYPER_PUSH_PULL | STM32_PUPDR_PULL_UP)
|
||||
|
||||
/* Alternate functions numbers*/
|
||||
#define STM32_FUNC_ALT_0 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue