Skip to content

Commit 5fde898

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 c7b9ca2 commit 5fde898

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
@@ -151,6 +151,19 @@
151151
prescaler = <0>;
152152
};
153153

154+
usbhs: usbhs@5a000 {
155+
compatible = "nordic,nrf-usbhs-nrf54l", "snps,dwc2";
156+
reg = <0x5a000 0x1000>, <0x50020000 0x1a000>;
157+
reg-names = "wrapper", "core";
158+
interrupts = <90 NRF_DEFAULT_IRQ_PRIORITY>;
159+
num-in-eps = <16>;
160+
num-out-eps = <16>;
161+
ghwcfg1 = <0x0>;
162+
ghwcfg2 = <0x22affc52>;
163+
ghwcfg4 = <0x3e10aa60>;
164+
status = "disabled";
165+
};
166+
154167
dppic10: dppic@82000 {
155168
compatible = "nordic,nrf-dppic";
156169
reg = <0x82000 0x808>;

0 commit comments

Comments
 (0)