boards: stm32: Fix incomplete nodes descriptions

Now that pinctrl-0 property is required in descriptions of nodes
that implies definition of pins, these incomplete nodes definitions
lead to build error.
Fix or remove depending of the board documentation.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-11-23 16:50:57 +01:00 committed by Carles Cufí
commit 1eb28e7741
2 changed files with 2 additions and 8 deletions

View file

@ -91,6 +91,8 @@
};
&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};

View file

@ -176,14 +176,6 @@ zephyr_udc0: &usbotg_fs {
status = "okay";
};
&timers2 {
status = "okay";
pwm {
status = "okay";
};
};
&rtc {
status = "okay";
};