Skip to content

Commit 326effc

Browse files
hakonfam57300
authored andcommitted
[nrf fromtree] dts: nordic: add USBHS node for nrf54h20
Add missing USBHS node to list of global peripherals. Signed-off-by: Håkon Amundsen <[email protected]> (cherry picked from commit 5895be5)
1 parent b1cf5f9 commit 326effc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@
293293
#size-cells = <1>;
294294
ranges = <0x0 0x5f000000 0x1000000>;
295295

296+
usbhs: usbhs@86000 {
297+
compatible = "snps,dwc2";
298+
reg = <0x86000 0x1000>, <0x2f700000 0x40000>;
299+
reg-names = "wrapper", "core";
300+
interrupts = <134 NRF_DEFAULT_IRQ_PRIORITY>;
301+
status = "disabled";
302+
};
303+
296304
cpusec_bellboard: mailbox@99000 {
297305
reg = <0x99000 0x1000>;
298306
status = "disabled";

soc/arm/nordic_nrf/validate_base_addresses.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ CHECK_DT_REG(uart136, NRF_UARTE136);
307307
CHECK_DT_REG(uart137, NRF_UARTE137);
308308
CHECK_DT_REG(uicr, NRF_UICR);
309309
CHECK_DT_REG(usbd, NRF_USBD);
310+
CHECK_DT_REG(usbhs, NRF_USBHS);
311+
CHECK_DT_REG(usbhs_core, NRF_USBHSCORE0);
310312
CHECK_DT_REG(usbreg, NRF_USBREGULATOR);
311313
CHECK_DT_REG(vmc, NRF_VMC);
312314
CHECK_DT_REG(wdt, NRF_WDT0); /* this should be the same node as wdt0 */

0 commit comments

Comments
 (0)