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 2801710 commit fb2b48fCopy full SHA for fb2b48f
dts/riscv/espressif/esp32c6/esp32c6_common.dtsi
@@ -327,5 +327,14 @@
327
#pwm-cells = <3>;
328
status = "disabled";
329
};
330
+
331
+ pcnt: pcnt@60012000 {
332
+ compatible = "espressif,esp32-pcnt";
333
+ reg = <0x60012000 DT_SIZE_K(4)>;
334
+ interrupts = <PCNT_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
335
+ interrupt-parent = <&intc>;
336
+ clocks = <&rtc ESP32_PCNT_MODULE>;
337
+ status = "disabled";
338
+ };
339
340
0 commit comments