Skip to content

Commit b9ccd3a

Browse files
mbolivar-nordiccfriedt
authored andcommitted
dts: nrf52811: 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 b5702dc commit b9ccd3a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dts/arm/nordic/nrf52811.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
label = "CLOCK";
5151
};
5252

53+
radio: radio@40001000 {
54+
compatible = "nordic,nrf-radio";
55+
reg = <0x40001000 0x1000>;
56+
interrupts = <1 NRF_DEFAULT_IRQ_PRIORITY>;
57+
status = "okay";
58+
dfe-supported;
59+
};
60+
5361
uart0: uart@40002000 {
5462
/* uart can be either UART or UARTE, for the user to pick */
5563
/* compatible = "nordic,nrf-uarte" or "nordic,nrf-uart"; */
@@ -218,6 +226,20 @@
218226
label = "QDEC";
219227
};
220228

229+
egu0: egu@40014000 {
230+
compatible = "nordic,nrf-egu";
231+
reg = <0x40014000 0x1000>;
232+
interrupts = <20 NRF_DEFAULT_IRQ_PRIORITY>;
233+
status = "okay";
234+
};
235+
236+
egu1: egu@40015000 {
237+
compatible = "nordic,nrf-egu";
238+
reg = <0x40015000 0x1000>;
239+
interrupts = <21 NRF_DEFAULT_IRQ_PRIORITY>;
240+
status = "okay";
241+
};
242+
221243
pwm0: pwm@4001c000 {
222244
compatible = "nordic,nrf-pwm";
223245
reg = <0x4001c000 0x1000>;

0 commit comments

Comments
 (0)