Skip to content

Commit 9815f43

Browse files
tmon-nordicfabiobaltieri
authored andcommitted
boards: nrf54h20dk: Allow running USB on radio core
Add the necessary entries but keep the usbhs disabled by default on radio core (it is enabled by default on app core). Signed-off-by: Tomasz Moń <[email protected]>
1 parent a899ded commit 9815f43

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ ipc0: &cpuapp_cpurad_ipc {
112112
&cpurad_ieee802154 {
113113
status = "okay";
114114
};
115+
116+
zephyr_udc0: &usbhs {
117+
status = "disabled";
118+
};

soc/nordic/nrf54h/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ config SOC_NRF54H20_CPURAD
4343
select NRFS_HAS_CLOCK_SERVICE
4444
select NRFS_HAS_MRAM_SERVICE
4545
select NRFS_HAS_TEMP_SERVICE
46+
select NRFS_HAS_VBUS_DETECTOR_SERVICE
4647
select HAS_NORDIC_DMM
4748
select HAS_PM
4849
select HAS_POWEROFF

0 commit comments

Comments
 (0)