boards: nrf54h20dk: enable USB device controller
Enable USB device controller. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
c00071574a
commit
53adf6f490
2 changed files with 5 additions and 0 deletions
|
@ -237,3 +237,7 @@ ipc0: &cpuapp_cpurad_ipc {
|
||||||
&cpuapp_ieee802154 {
|
&cpuapp_ieee802154 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zephyr_udc0: &usbhs {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -17,3 +17,4 @@ supported:
|
||||||
- pwm
|
- pwm
|
||||||
- spi
|
- spi
|
||||||
- watchdog
|
- watchdog
|
||||||
|
- usb_device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue