File tree Expand file tree Collapse file tree 10 files changed +27
-25
lines changed Expand file tree Collapse file tree 10 files changed +27
-25
lines changed Original file line number Diff line number Diff line change 268
268
reg = <0x40013000 0x1000>;
269
269
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
270
270
status = "disabled";
271
- #io-channel-cells = <1>;
272
271
};
273
272
274
273
egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 300
300
reg = <0x40013000 0x1000>;
301
301
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
302
302
status = "disabled";
303
- #io-channel-cells = <1>;
304
303
};
305
304
306
305
egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 314
314
reg = <0x40013000 0x1000>;
315
315
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
316
316
status = "disabled";
317
- #io-channel-cells = <1>;
318
317
};
319
318
320
319
egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 310
310
311
311
comp: comparator@40013000 {
312
312
/*
313
- * This comparator node can be COMP or LPCOMP,
314
- * for the user to pick:
315
- * compatible = "nordic,nrf-comp" or
316
- * "nordic,nrf-lpcomp".
313
+ * Use compatible "nordic,nrf-comp" to configure as COMP
314
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
317
315
*/
318
316
compatible = "nordic,nrf-comp";
319
317
reg = <0x40013000 0x1000>;
320
318
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
321
319
status = "disabled";
322
- #io-channel-cells = <1>;
323
320
};
324
321
325
322
egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 325
325
326
326
comp: comparator@40013000 {
327
327
/*
328
- * This comparator node can be COMP or LPCOMP,
329
- * for the user to pick:
330
- * compatible = "nordic,nrf-comp" or
331
- * "nordic,nrf-lpcomp".
328
+ * Use compatible "nordic,nrf-comp" to configure as COMP
329
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
332
330
*/
333
331
compatible = "nordic,nrf-comp";
334
332
reg = <0x40013000 0x1000>;
335
333
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
336
334
status = "disabled";
337
- #io-channel-cells = <1>;
338
335
};
339
336
340
337
egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 312
312
313
313
comp: comparator@40013000 {
314
314
/*
315
- * This comparator node can be COMP or LPCOMP,
316
- * for the user to pick:
317
- * compatible = "nordic,nrf-comp" or
318
- * "nordic,nrf-lpcomp".
315
+ * Use compatible "nordic,nrf-comp" to configure as COMP
316
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
319
317
*/
320
318
compatible = "nordic,nrf-comp";
321
319
reg = <0x40013000 0x1000>;
322
320
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
323
321
status = "disabled";
324
- #io-channel-cells = <1>;
325
322
};
326
323
327
324
egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change @@ -365,16 +365,13 @@ wdt1: watchdog@19000 {
365
365
366
366
comp: comparator@1a000 {
367
367
/*
368
- * This comparator node can be COMP or LPCOMP,
369
- * for the user to pick:
370
- * compatible = "nordic,nrf-comp" or
371
- * "nordic,nrf-lpcomp".
368
+ * Use compatible "nordic,nrf-comp" to configure as COMP
369
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
372
370
*/
373
371
compatible = "nordic,nrf-comp";
374
372
reg = <0x1a000 0x1000>;
375
373
interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>;
376
374
status = "disabled";
377
- #io-channel-cells = <1>;
378
375
};
379
376
380
377
egu0: egu@1b000 {
Original file line number Diff line number Diff line change 824
824
};
825
825
826
826
comp: comparator@983000 {
827
+ /*
828
+ * Use compatible "nordic,nrf-comp" to configure as COMP
829
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
830
+ */
827
831
compatible = "nordic,nrf-comp";
828
832
reg = <0x983000 0x1000>;
829
833
status = "disabled";
830
834
interrupts = <387 NRF_DEFAULT_IRQ_PRIORITY>;
831
- #io-channel-cells = <1>;
832
835
};
833
836
834
837
temp: temperature-sensor@984000 {
Original file line number Diff line number Diff line change 565
565
frame-timeout-supported;
566
566
};
567
567
568
+ comp: comparator@106000 {
569
+ /*
570
+ * Use compatible "nordic,nrf-comp" to configure as COMP
571
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
572
+ */
573
+ compatible = "nordic,nrf-comp";
574
+ reg = <0x106000 0x1000>;
575
+ status = "disabled";
576
+ interrupts = <262 NRF_DEFAULT_IRQ_PRIORITY>;
577
+ };
578
+
568
579
#ifdef USE_NON_SECURE_ADDRESS_MAP
569
580
/* intentionally empty because WDT30 is hardware fixed to Secure */
570
581
#else
Original file line number Diff line number Diff line change 736
736
};
737
737
738
738
comp: comparator@983000 {
739
+ /*
740
+ * Use compatible "nordic,nrf-comp" to configure as COMP
741
+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
742
+ */
739
743
compatible = "nordic,nrf-comp";
740
744
reg = <0x983000 0x1000>;
741
745
status = "disabled";
742
746
interrupts = <387 NRF_DEFAULT_IRQ_PRIORITY>;
743
- #io-channel-cells = <1>;
744
747
};
745
748
746
749
temp: temperature-sensor@984000 {
You can’t perform that action at this time.
0 commit comments