|
234 | 234 | label = "QDEC"; |
235 | 235 | }; |
236 | 236 |
|
| 237 | + egu0: egu@40014000 { |
| 238 | + compatible = "nordic,nrf-egu"; |
| 239 | + reg = <0x40014000 0x1000>; |
| 240 | + interrupts = <20 NRF_DEFAULT_IRQ_PRIORITY>; |
| 241 | + status = "okay"; |
| 242 | + }; |
| 243 | + |
| 244 | + egu1: egu@40015000 { |
| 245 | + compatible = "nordic,nrf-egu"; |
| 246 | + reg = <0x40015000 0x1000>; |
| 247 | + interrupts = <21 NRF_DEFAULT_IRQ_PRIORITY>; |
| 248 | + status = "okay"; |
| 249 | + }; |
| 250 | + |
| 251 | + egu2: egu@40016000 { |
| 252 | + compatible = "nordic,nrf-egu"; |
| 253 | + reg = <0x40016000 0x1000>; |
| 254 | + interrupts = <22 NRF_DEFAULT_IRQ_PRIORITY>; |
| 255 | + status = "okay"; |
| 256 | + }; |
| 257 | + |
| 258 | + egu3: egu@40017000 { |
| 259 | + compatible = "nordic,nrf-egu"; |
| 260 | + reg = <0x40017000 0x1000>; |
| 261 | + interrupts = <23 NRF_DEFAULT_IRQ_PRIORITY>; |
| 262 | + status = "okay"; |
| 263 | + }; |
| 264 | + |
| 265 | + egu4: egu@40018000 { |
| 266 | + compatible = "nordic,nrf-egu"; |
| 267 | + reg = <0x40018000 0x1000>; |
| 268 | + interrupts = <24 NRF_DEFAULT_IRQ_PRIORITY>; |
| 269 | + status = "okay"; |
| 270 | + }; |
| 271 | + |
| 272 | + egu5: egu@40019000 { |
| 273 | + compatible = "nordic,nrf-egu"; |
| 274 | + reg = <0x40019000 0x1000>; |
| 275 | + interrupts = <25 NRF_DEFAULT_IRQ_PRIORITY>; |
| 276 | + status = "okay"; |
| 277 | + }; |
| 278 | + |
| 279 | + timer3: timer@4001a000 { |
| 280 | + compatible = "nordic,nrf-timer"; |
| 281 | + status = "okay"; |
| 282 | + reg = <0x4001a000 0x1000>; |
| 283 | + cc-num = <6>; |
| 284 | + interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>; |
| 285 | + prescaler = <0>; |
| 286 | + label = "TIMER_3"; |
| 287 | + }; |
| 288 | + |
237 | 289 | flash_controller: flash-controller@4001e000 { |
238 | 290 | compatible = "nordic,nrf52-flash-controller"; |
239 | 291 | reg = <0x4001e000 0x1000>; |
|
0 commit comments