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 <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
7e49329312
commit
b5702dcba6
1 changed files with 21 additions and 0 deletions
|
@ -46,6 +46,13 @@
|
|||
label = "CLOCK";
|
||||
};
|
||||
|
||||
radio: radio@40001000 {
|
||||
compatible = "nordic,nrf-radio";
|
||||
reg = <0x40001000 0x1000>;
|
||||
interrupts = <1 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
uart0: uart@40002000 {
|
||||
/* uart can be either UART or UARTE, for the user to pick */
|
||||
/* compatible = "nordic,nrf-uarte" or "nordic,nrf-uart"; */
|
||||
|
@ -196,6 +203,20 @@
|
|||
label = "QDEC";
|
||||
};
|
||||
|
||||
egu0: egu@40014000 {
|
||||
compatible = "nordic,nrf-egu";
|
||||
reg = <0x40014000 0x1000>;
|
||||
interrupts = <20 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
egu1: egu@40015000 {
|
||||
compatible = "nordic,nrf-egu";
|
||||
reg = <0x40015000 0x1000>;
|
||||
interrupts = <21 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pwm0: pwm@4001c000 {
|
||||
compatible = "nordic,nrf-pwm";
|
||||
reg = <0x4001c000 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue