Skip to content

Commit 53db73e

Browse files
[nrf fromlist] dts: nordic: nrf54l20: add comparator node
Added missing comparator node to nRF54L20 devicetree. Upstream PR #: 87352 Signed-off-by: Michał Stasiak <[email protected]>
1 parent 3ed0dca commit 53db73e

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
@@ -703,6 +703,17 @@
703703
frame-timeout-supported;
704704
};
705705

706+
comp: comparator@106000 {
707+
/*
708+
* Use compatible "nordic,nrf-comp" to configure as COMP
709+
* Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
710+
*/
711+
compatible = "nordic,nrf-comp";
712+
reg = <0x106000 0x1000>;
713+
status = "disabled";
714+
interrupts = <262 NRF_DEFAULT_IRQ_PRIORITY>;
715+
};
716+
706717
wdt30: watchdog@108000 {
707718
compatible = "nordic,nrf-wdt";
708719
reg = <0x108000 0x620>;

0 commit comments

Comments
 (0)