diff options
author | Bruno Meirelles Herrera <bruherrera@gmail.com> | 2016-11-18 10:10:00 -0500 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-20 08:59:28 -0500 |
commit | 872c87f0ea925ba63a277fce7c3efb15241f6bab (patch) | |
tree | c418b975043b5dc0ca63b9da235e0897943776c1 | |
parent | 38b3200f866646afde0cab2fed309ecdae73e836 (diff) |
ARM: dts: stm32: Add missing USART3 pin config to stm32f469-disco board
This patch adds USART3 pin configuration on PB10/PA11 pins
for STM32F469I-DISCO board.
Signed-off-by: Bruno Herrera <bruherrera@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
-rw-r--r-- | arch/arm/boot/dts/stm32f429.dtsi | 13 | ||||
-rw-r--r-- | arch/arm/boot/dts/stm32f469-disco.dts | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index e4dae0eda3cd..1b8b1057d4cb 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi | |||
@@ -316,6 +316,19 @@ | |||
316 | }; | 316 | }; |
317 | }; | 317 | }; |
318 | 318 | ||
319 | usart3_pins_a: usart3@0 { | ||
320 | pins1 { | ||
321 | pinmux = <STM32F429_PB10_FUNC_USART3_TX>; | ||
322 | bias-disable; | ||
323 | drive-push-pull; | ||
324 | slew-rate = <0>; | ||
325 | }; | ||
326 | pins2 { | ||
327 | pinmux = <STM32F429_PB11_FUNC_USART3_RX>; | ||
328 | bias-disable; | ||
329 | }; | ||
330 | }; | ||
331 | |||
319 | usbotg_hs_pins_a: usbotg_hs@0 { | 332 | usbotg_hs_pins_a: usbotg_hs@0 { |
320 | pins { | 333 | pins { |
321 | pinmux = <STM32F429_PH4_FUNC_OTG_HS_ULPI_NXT>, | 334 | pinmux = <STM32F429_PH4_FUNC_OTG_HS_ULPI_NXT>, |
diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 5030decd5dac..fda12a466320 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts | |||
@@ -79,5 +79,7 @@ | |||
79 | }; | 79 | }; |
80 | 80 | ||
81 | &usart3 { | 81 | &usart3 { |
82 | pinctrl-0 = <&usart3_pins_a>; | ||
83 | pinctrl-names = "default"; | ||
82 | status = "okay"; | 84 | status = "okay"; |
83 | }; | 85 | }; |