boards: nrf54h20dk: enable USB device controller

Enable USB device controller.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2024-05-14 11:40:21 +02:00 committed by Fabio Baltieri
commit 53adf6f490
2 changed files with 5 additions and 0 deletions

View file

@ -237,3 +237,7 @@ ipc0: &cpuapp_cpurad_ipc {
&cpuapp_ieee802154 { &cpuapp_ieee802154 {
status = "okay"; status = "okay";
}; };
zephyr_udc0: &usbhs {
status = "okay";
};

View file

@ -17,3 +17,4 @@ supported:
- pwm - pwm
- spi - spi
- watchdog - watchdog
- usb_device