We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3f8d4 commit 99198dcCopy full SHA for 99198dc
dts/common/nordic/nrf54l20.dtsi
@@ -684,6 +684,17 @@
684
frame-timeout-supported;
685
};
686
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
+
698
wdt30: watchdog@108000 {
699
compatible = "nordic,nrf-wdt";
700
reg = <0x108000 0x620>;
0 commit comments