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 268268 reg = <0x40013000 0x1000>;
269269 interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
270270 status = "disabled";
271- #io-channel-cells = <1>;
272271 };
273272
274273 egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 300300 reg = <0x40013000 0x1000>;
301301 interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
302302 status = "disabled";
303- #io-channel-cells = <1>;
304303 };
305304
306305 egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 313313 reg = <0x40013000 0x1000>;
314314 interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
315315 status = "disabled";
316- #io-channel-cells = <1>;
317316 };
318317
319318 egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 309309
310310 comp: comparator@40013000 {
311311 /*
312- * This comparator node can be COMP or LPCOMP,
313- * for the user to pick:
314- * compatible = "nordic,nrf-comp" or
315- * "nordic,nrf-lpcomp".
312+ * Use compatible "nordic,nrf-comp" to configure as COMP
313+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
316314 */
317315 compatible = "nordic,nrf-comp";
318316 reg = <0x40013000 0x1000>;
319317 interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
320318 status = "disabled";
321- #io-channel-cells = <1>;
322319 };
323320
324321 egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 324324
325325 comp: comparator@40013000 {
326326 /*
327- * This comparator node can be COMP or LPCOMP,
328- * for the user to pick:
329- * compatible = "nordic,nrf-comp" or
330- * "nordic,nrf-lpcomp".
327+ * Use compatible "nordic,nrf-comp" to configure as COMP
328+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
331329 */
332330 compatible = "nordic,nrf-comp";
333331 reg = <0x40013000 0x1000>;
334332 interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
335333 status = "disabled";
336- #io-channel-cells = <1>;
337334 };
338335
339336 egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change 311311
312312 comp: comparator@40013000 {
313313 /*
314- * This comparator node can be COMP or LPCOMP,
315- * for the user to pick:
316- * compatible = "nordic,nrf-comp" or
317- * "nordic,nrf-lpcomp".
314+ * Use compatible "nordic,nrf-comp" to configure as COMP
315+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
318316 */
319317 compatible = "nordic,nrf-comp";
320318 reg = <0x40013000 0x1000>;
321319 interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
322320 status = "disabled";
323- #io-channel-cells = <1>;
324321 };
325322
326323 egu0: swi0: egu@40014000 {
Original file line number Diff line number Diff line change @@ -350,16 +350,13 @@ wdt1: watchdog@19000 {
350350
351351comp: comparator@1a000 {
352352 /*
353- * This comparator node can be COMP or LPCOMP,
354- * for the user to pick:
355- * compatible = "nordic,nrf-comp" or
356- * "nordic,nrf-lpcomp".
353+ * Use compatible "nordic,nrf-comp" to configure as COMP
354+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
357355 */
358356 compatible = "nordic,nrf-comp";
359357 reg = <0x1a000 0x1000>;
360358 interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>;
361359 status = "disabled";
362- #io-channel-cells = <1>;
363360};
364361
365362egu0: egu@1b000 {
Original file line number Diff line number Diff line change 836836 };
837837
838838 comp: comparator@983000 {
839+ /*
840+ * Use compatible "nordic,nrf-comp" to configure as COMP
841+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
842+ */
839843 compatible = "nordic,nrf-comp";
840844 reg = <0x983000 0x1000>;
841845 status = "disabled";
842846 interrupts = <387 NRF_DEFAULT_IRQ_PRIORITY>;
843- #io-channel-cells = <1>;
844847 };
845848
846849 temp: temperature-sensor@984000 {
Original file line number Diff line number Diff line change 557557 endtx-stoptx-supported;
558558 };
559559
560+ comp: comparator@106000 {
561+ /*
562+ * Use compatible "nordic,nrf-comp" to configure as COMP
563+ * Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
564+ */
565+ compatible = "nordic,nrf-comp";
566+ reg = <0x106000 0x1000>;
567+ status = "disabled";
568+ interrupts = <262 NRF_DEFAULT_IRQ_PRIORITY>;
569+ };
570+
560571#ifdef USE_NON_SECURE_ADDRESS_MAP
561572 /* intentionally empty because WDT30 is hardware fixed to Secure */
562573#else
Original file line number Diff line number Diff line change 736736 };
737737
738738 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+ */
739743 compatible = "nordic,nrf-comp";
740744 reg = <0x983000 0x1000>;
741745 status = "disabled";
742746 interrupts = <387 NRF_DEFAULT_IRQ_PRIORITY>;
743- #io-channel-cells = <1>;
744747 };
745748
746749 temp: temperature-sensor@984000 {
You can’t perform that action at this time.
0 commit comments