Skip to content

Commit 53adf6f

Browse files
jfischer-nofabiobaltieri
authored andcommitted
boards: nrf54h20dk: enable USB device controller
Enable USB device controller. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
1 parent c000715 commit 53adf6f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,7 @@ ipc0: &cpuapp_cpurad_ipc {
237237
&cpuapp_ieee802154 {
238238
status = "okay";
239239
};
240+
241+
zephyr_udc0: &usbhs {
242+
status = "okay";
243+
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ supported:
1717
- pwm
1818
- spi
1919
- watchdog
20+
- usb_device

0 commit comments

Comments
 (0)