Skip to content

Commit c8d7d5c

Browse files
mbolivar-nordiccfriedt
authored andcommitted
dts: nrf52833: add some missing nodes
Add missing EGU nodes. We already have a compatible for these defined, and the peripherals are present, so define them for consistency across SoCs. Signed-off-by: Martí Bolívar <[email protected]>
1 parent f8a0091 commit c8d7d5c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

dts/arm/nordic/nrf52833.dtsi

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,48 @@
242242
label = "QDEC";
243243
};
244244

245+
egu0: egu@40014000 {
246+
compatible = "nordic,nrf-egu";
247+
reg = <0x40014000 0x1000>;
248+
interrupts = <20 NRF_DEFAULT_IRQ_PRIORITY>;
249+
status = "okay";
250+
};
251+
252+
egu1: egu@40015000 {
253+
compatible = "nordic,nrf-egu";
254+
reg = <0x40015000 0x1000>;
255+
interrupts = <21 NRF_DEFAULT_IRQ_PRIORITY>;
256+
status = "okay";
257+
};
258+
259+
egu2: egu@40016000 {
260+
compatible = "nordic,nrf-egu";
261+
reg = <0x40016000 0x1000>;
262+
interrupts = <22 NRF_DEFAULT_IRQ_PRIORITY>;
263+
status = "okay";
264+
};
265+
266+
egu3: egu@40017000 {
267+
compatible = "nordic,nrf-egu";
268+
reg = <0x40017000 0x1000>;
269+
interrupts = <23 NRF_DEFAULT_IRQ_PRIORITY>;
270+
status = "okay";
271+
};
272+
273+
egu4: egu@40018000 {
274+
compatible = "nordic,nrf-egu";
275+
reg = <0x40018000 0x1000>;
276+
interrupts = <24 NRF_DEFAULT_IRQ_PRIORITY>;
277+
status = "okay";
278+
};
279+
280+
egu5: egu@40019000 {
281+
compatible = "nordic,nrf-egu";
282+
reg = <0x40019000 0x1000>;
283+
interrupts = <25 NRF_DEFAULT_IRQ_PRIORITY>;
284+
status = "okay";
285+
};
286+
245287
timer3: timer@4001a000 {
246288
compatible = "nordic,nrf-timer";
247289
status = "okay";

0 commit comments

Comments
 (0)