Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: add usart2 node to stm32mp157c-dk2

Adds the usart2 node to stm32mp157c-dk2 board. usart2 pins are connected
to Bluetooth component. usart2 is disabled by default.

Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Erwan Le Ray and committed by
Alexandre Torgue
c622308f f74c7be7

+9
+9
arch/arm/boot/dts/stm32mp157c-dk2.dts
··· 21 21 serial0 = &uart4; 22 22 serial1 = &usart3; 23 23 serial2 = &uart7; 24 + serial3 = &usart2; 24 25 }; 25 26 26 27 chosen { ··· 86 85 remote-endpoint = <&dsi_in>; 87 86 }; 88 87 }; 88 + }; 89 + 90 + &usart2 { 91 + pinctrl-names = "default", "sleep", "idle"; 92 + pinctrl-0 = <&usart2_pins_c>; 93 + pinctrl-1 = <&usart2_sleep_pins_c>; 94 + pinctrl-2 = <&usart2_idle_pins_c>; 95 + status = "disabled"; 89 96 };