boards: nucleo_h533re: configure USB
Configure USB interface in devicetree, so it can be used with USB samples. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
5583518c78
commit
05c97732c4
3 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -15,4 +15,6 @@ supported:
|
|||
- pwm
|
||||
- rtc
|
||||
- adc
|
||||
- usb_device
|
||||
- usb
|
||||
vendor: st
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue