Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dts/riscv/espressif/esp32c2/esp32c2_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

rtc_timer: rtc_timer@60008004 {
reg = <0x60008004 0xC>;
compatible = "espressif,esp32-rtc_timer";
compatible = "espressif,esp32-rtc-timer";
clocks = <&clock ESP32_MODULE_MAX>;
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
interrupt-parent = <&intc>;
Expand Down
2 changes: 1 addition & 1 deletion dts/riscv/espressif/esp32c3/esp32c3_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

rtc_timer: rtc_timer@60008004 {
reg = <0x60008004 0xC>;
compatible = "espressif,esp32-rtc_timer";
compatible = "espressif,esp32-rtc-timer";
clocks = <&clock ESP32_MODULE_MAX>;
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
interrupt-parent = <&intc>;
Expand Down
2 changes: 1 addition & 1 deletion dts/riscv/espressif/esp32c6/esp32c6_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
};

rtc_timer: rtc_timer@600b0c00 {
compatible = "espressif,esp32-rtc_timer";
compatible = "espressif,esp32-rtc-timer";
reg = <0x600B0C00 DT_SIZE_K(1)>;
clocks = <&clock ESP32_MODULE_MAX>;
interrupts = <LP_RTC_TIMER_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32s2/esp32s2_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

rtc_timer: rtc_timer@3f408004 {
reg = <0x3f408004 0xC>;
compatible = "espressif,esp32-rtc_timer";
compatible = "espressif,esp32-rtc-timer";
clocks = <&clock ESP32_MODULE_MAX>;
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
interrupt-parent = <&intc>;
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/espressif/esp32s3/esp32s3_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

rtc_timer: rtc_timer@60008004 {
reg = <0x60008004 0xC>;
compatible = "espressif,esp32-rtc_timer";
compatible = "espressif,esp32-rtc-timer";
clocks = <&clock ESP32_MODULE_MAX>;
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
interrupt-parent = <&intc>;
Expand Down