Skip to content

Commit b5702dc

Browse files
mbolivar-nordiccfriedt
authored andcommitted
dts: nrf52810: add some missing nodes
Add missing RADIO and EGU nodes. We already have compatibles 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 7e49329 commit b5702dc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dts/arm/nordic/nrf52810.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
label = "CLOCK";
4747
};
4848

49+
radio: radio@40001000 {
50+
compatible = "nordic,nrf-radio";
51+
reg = <0x40001000 0x1000>;
52+
interrupts = <1 NRF_DEFAULT_IRQ_PRIORITY>;
53+
status = "okay";
54+
};
55+
4956
uart0: uart@40002000 {
5057
/* uart can be either UART or UARTE, for the user to pick */
5158
/* compatible = "nordic,nrf-uarte" or "nordic,nrf-uart"; */
@@ -196,6 +203,20 @@
196203
label = "QDEC";
197204
};
198205

206+
egu0: egu@40014000 {
207+
compatible = "nordic,nrf-egu";
208+
reg = <0x40014000 0x1000>;
209+
interrupts = <20 NRF_DEFAULT_IRQ_PRIORITY>;
210+
status = "okay";
211+
};
212+
213+
egu1: egu@40015000 {
214+
compatible = "nordic,nrf-egu";
215+
reg = <0x40015000 0x1000>;
216+
interrupts = <21 NRF_DEFAULT_IRQ_PRIORITY>;
217+
status = "okay";
218+
};
219+
199220
pwm0: pwm@4001c000 {
200221
compatible = "nordic,nrf-pwm";
201222
reg = <0x4001c000 0x1000>;

0 commit comments

Comments
 (0)