boards: st: Add arduino_serial node label for some Nucleo-H7 boards

Add arduino_serial node label and assign appropriate UART pins.

Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
This commit is contained in:
Ali Hozhabri 2025-05-13 16:28:43 +02:00 committed by Benjamin Cabé
parent cf1ebf14f2
commit 896c1e3d55
6 changed files with 25 additions and 0 deletions

View File

@ -38,3 +38,4 @@
arduino_i2c: &i2c1 {};
arduino_spi: &spi1 {};
arduino_serial: &lpuart1 {};

View File

@ -110,6 +110,13 @@
d3ppre = <2>;
};
&lpuart1 {
pinctrl-0 = <&lpuart1_tx_pb6 &lpuart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";

View File

@ -37,3 +37,4 @@
arduino_i2c: &i2c1 {};
arduino_spi: &spi1 {};
arduino_serial: &lpuart1 {};

View File

@ -108,6 +108,13 @@
d3ppre = <2>;
};
&lpuart1 {
pinctrl-0 = <&lpuart1_tx_pb6 &lpuart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";

View File

@ -34,3 +34,5 @@
<21 0 &gpiob 8 0>; /* D15 */
};
};
arduino_serial: &lpuart1 {};

View File

@ -91,6 +91,13 @@
d3ppre = <2>;
};
&lpuart1 {
pinctrl-0 = <&lpuart1_tx_pb6 &lpuart1_rx_pb7>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";