Skip to content

Commit d9a1b82

Browse files
committed
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 <[email protected]>
1 parent 66f2139 commit d9a1b82

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

boards/arm/nucleo_l496zg/nucleo_l496zg.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
};
9292

9393
&usart3 {
94+
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
95+
pinctrl-names = "default";
9496
current-speed = <115200>;
9597
status = "okay";
9698
};

boards/arm/sensortile_box/sensortile_box.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,6 @@ zephyr_udc0: &usbotg_fs {
176176
status = "okay";
177177
};
178178

179-
&timers2 {
180-
status = "okay";
181-
182-
pwm {
183-
status = "okay";
184-
};
185-
};
186-
187179
&rtc {
188180
status = "okay";
189181
};

0 commit comments

Comments
 (0)