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:
parent
33ec1759ca
commit
1eb28e7741
2 changed files with 2 additions and 8 deletions
|
@ -91,6 +91,8 @@
|
|||
};
|
||||
|
||||
&usart3 {
|
||||
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
|
||||
pinctrl-names = "default";
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -176,14 +176,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&timers2 {
|
||||
status = "okay";
|
||||
|
||||
pwm {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue