Skip to content

Commit f10cefb

Browse files
committed
dts: common: nordic: nrf54l20: add USBHS node
Added USBHS device tree node for nRF54L20. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent d19abff commit f10cefb

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20_cpuapp.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
zephyr,sram = &cpuapp_sram;
1818
};
1919
};
20+
21+
zephyr_udc0: &usbhs {
22+
status = "okay";
23+
};

dts/common/nordic/nrf54l20.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,19 @@
195195
prescaler = <0>;
196196
};
197197

198+
usbhs: usbhs@5a000 {
199+
compatible = "nordic,nrf-usbhs-nrf54l", "snps,dwc2";
200+
reg = <0x5a000 0x1000>, <0x50020000 0x1a000>;
201+
reg-names = "wrapper", "core";
202+
interrupts = <90 NRF_DEFAULT_IRQ_PRIORITY>;
203+
num-in-eps = <16>;
204+
num-out-eps = <16>;
205+
ghwcfg1 = <0x0>;
206+
ghwcfg2 = <0x22affc52>;
207+
ghwcfg4 = <0x3e10aa60>;
208+
status = "disabled";
209+
};
210+
198211
dppic10: dppic@82000 {
199212
compatible = "nordic,nrf-dppic";
200213
reg = <0x82000 0x808>;

0 commit comments

Comments
 (0)