diff options
author | Erwan Le Ray <erwan.leray@st.com> | 2020-06-18 16:06:48 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-07-21 10:54:19 +0300 |
commit | ec847908966ed24b232e1f72cbdef85115ea684d (patch) | |
tree | 02a65202070ea33a7275d481339fc6026e1f65e1 /arch/arm/boot/dts/stm32mp157c-dk2.dts | |
parent | 842ed898a757928c42281ce65f505029c5c837a9 (diff) | |
download | linux-ec847908966ed24b232e1f72cbdef85115ea684d.tar.xz |
ARM: dts: stm32: add usart3 node to stm32mp15xx-dkx boards
Adds usart3 node to stm32mp15xx-dkx and usart3 alias to stm32mp157a-dk1
and stm32mp157c-dk2 boards. usart3 pins are connected to GPIO Expansion
connector. usart3 is disabled by default.
Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-dk2.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-dk2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-dk2.dts b/arch/arm/boot/dts/stm32mp157c-dk2.dts index 9a8a26710ac1..fb690a817e28 100644 --- a/arch/arm/boot/dts/stm32mp157c-dk2.dts +++ b/arch/arm/boot/dts/stm32mp157c-dk2.dts @@ -19,6 +19,7 @@ aliases { ethernet0 = ðernet0; serial0 = &uart4; + serial1 = &usart3; }; chosen { |