Skip to content

Commit c000715

Browse files
jfischer-nofabiobaltieri
authored andcommitted
dts: nordic: update USBHS node
Add "nordic,nrf-usbhs" vendor compatible and new required properties. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
1 parent 715e4ce commit c000715

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,15 @@
333333
ranges = <0x0 0x5f000000 0x1000000>;
334334

335335
usbhs: usbhs@86000 {
336-
compatible = "snps,dwc2";
336+
compatible = "nordic,nrf-usbhs", "snps,dwc2";
337337
reg = <0x86000 0x1000>, <0x2f700000 0x40000>;
338338
reg-names = "wrapper", "core";
339339
interrupts = <134 NRF_DEFAULT_IRQ_PRIORITY>;
340+
num-in-eps = <8>;
341+
num-out-eps = <10>;
342+
ghwcfg1 = <0xaa555000>;
343+
ghwcfg2 = <0x22abfc72>;
344+
ghwcfg4 = <0x1e10aa60>;
340345
status = "disabled";
341346
};
342347

0 commit comments

Comments
 (0)