Commit 05c97732 authored by Marcin Niestroj's avatar Marcin Niestroj Committed by Anas Nashif
Browse files

boards: nucleo_h533re: configure USB



Configure USB interface in devicetree, so it can be used with USB samples.

Signed-off-by: default avatarMarcin Niestroj <m.niestroj@emb.dev>
parent 5583518c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -172,6 +172,8 @@ The Zephyr nucleo_h533re board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| ADC       | on-chip    | ADC Controller                      |
+-----------+------------+-------------------------------------+
| USB       | on-chip    | USB full-speed host/device bus      |
+-----------+------------+-------------------------------------+

Other hardware features are not yet supported on this Zephyr port.

+10 −0
Original line number Diff line number Diff line
@@ -153,3 +153,13 @@
		 <&rcc STM32_SRC_LSE RTC_SEL(1)>;
	status = "okay";
};

&clk_hsi48 {
	status = "okay";
};

zephyr_udc0: &usb {
	pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
	pinctrl-names = "default";
	status = "okay";
};
+2 −0
Original line number Diff line number Diff line
@@ -15,4 +15,6 @@ supported:
  - pwm
  - rtc
  - adc
  - usb_device
  - usb
vendor: st