boards: nucleo_f042k6: enable USB
The board has a USB port, enable it in devicetree so we can build USB tests for it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
40629ac9f9
commit
4877efd78a
1 changed files with 6 additions and 0 deletions
|
@ -117,3 +117,9 @@
|
||||||
&vbat {
|
&vbat {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zephyr_udc0: &usb {
|
||||||
|
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue