Skip to content

Commit 99198dc

Browse files
mstasiaknordickartben
authored andcommitted
dts: nordic: nrf54l20: add comparator node
Added missing comparator node to nRF54L20 devicetree. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 6e3f8d4 commit 99198dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/common/nordic/nrf54l20.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,17 @@
684684
frame-timeout-supported;
685685
};
686686

687+
comp: comparator@106000 {
688+
/*
689+
* Use compatible "nordic,nrf-comp" to configure as COMP
690+
* Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
691+
*/
692+
compatible = "nordic,nrf-comp";
693+
reg = <0x106000 0x1000>;
694+
status = "disabled";
695+
interrupts = <262 NRF_DEFAULT_IRQ_PRIORITY>;
696+
};
697+
687698
wdt30: watchdog@108000 {
688699
compatible = "nordic,nrf-wdt";
689700
reg = <0x108000 0x620>;

0 commit comments

Comments
 (0)