boards: arm: stm32h563 nucleo board with USB bus
Enables the USB bus on PA11/PA12 of the nucleo_stm32h563 board Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
b6f27cda4c
commit
036c8f6697
3 changed files with 10 additions and 0 deletions
|
@ -173,6 +173,8 @@ The Zephyr nucleo_h563zi board configuration supports the following hardware fea
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| WATCHDOG | on-chip | independent watchdog |
|
| WATCHDOG | on-chip | independent watchdog |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| USB | on-chip | USB full-speed host/device bus |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Other hardware features are not yet supported on this Zephyr port.
|
Other hardware features are not yet supported on this Zephyr port.
|
||||||
|
|
|
@ -166,6 +166,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zephyr_udc0: &usb {
|
||||||
|
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&vref {
|
&vref {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,3 +19,5 @@ supported:
|
||||||
- pwm
|
- pwm
|
||||||
- counter
|
- counter
|
||||||
- spi
|
- spi
|
||||||
|
- usb_device
|
||||||
|
- usb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue