File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 101
101
102
102
rtc_timer: rtc_timer@60008004 {
103
103
reg = <0x60008004 0xC>;
104
- compatible = "espressif,esp32-rtc_timer ";
104
+ compatible = "espressif,esp32-rtc-timer ";
105
105
clocks = <&clock ESP32_MODULE_MAX>;
106
106
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
107
107
interrupt-parent = <&intc>;
Original file line number Diff line number Diff line change 128
128
129
129
rtc_timer: rtc_timer@60008004 {
130
130
reg = <0x60008004 0xC>;
131
- compatible = "espressif,esp32-rtc_timer ";
131
+ compatible = "espressif,esp32-rtc-timer ";
132
132
clocks = <&clock ESP32_MODULE_MAX>;
133
133
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
134
134
interrupt-parent = <&intc>;
135
- status = "okay ";
135
+ status = "disabled ";
136
136
};
137
137
138
138
flash: flash-controller@60002000 {
Original file line number Diff line number Diff line change 173
173
};
174
174
175
175
rtc_timer: rtc_timer@600b0c00 {
176
- compatible = "espressif,esp32-rtc_timer ";
176
+ compatible = "espressif,esp32-rtc-timer ";
177
177
reg = <0x600B0C00 DT_SIZE_K(1)>;
178
178
clocks = <&clock ESP32_MODULE_MAX>;
179
179
interrupts = <LP_RTC_TIMER_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
Original file line number Diff line number Diff line change 152
152
};
153
153
154
154
rtc_timer: rtc_timer@600b0c00 {
155
- compatible = "espressif,esp32-rtc_timer ";
155
+ compatible = "espressif,esp32-rtc-timer ";
156
156
reg = <0x600B0C00 DT_SIZE_K(1)>;
157
157
clocks = <&clock ESP32_MODULE_MAX>;
158
158
interrupts = <LP_RTC_TIMER_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
Original file line number Diff line number Diff line change 192
192
clocks = <&clock ESP32_MODULE_MAX>;
193
193
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
194
194
interrupt-parent = <&intc>;
195
- status = "okay ";
195
+ status = "disabled ";
196
196
};
197
197
198
198
flash: flash-controller@3ff42000 {
Original file line number Diff line number Diff line change 142
142
143
143
rtc_timer: rtc_timer@3f408004 {
144
144
reg = <0x3f408004 0xC>;
145
- compatible = "espressif,esp32-rtc_timer ";
145
+ compatible = "espressif,esp32-rtc-timer ";
146
146
clocks = <&clock ESP32_MODULE_MAX>;
147
147
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
148
148
interrupt-parent = <&intc>;
149
- status = "okay ";
149
+ status = "disabled ";
150
150
};
151
151
152
152
flash: flash-controller@3f402000 {
Original file line number Diff line number Diff line change 181
181
182
182
rtc_timer: rtc_timer@60008004 {
183
183
reg = <0x60008004 0xC>;
184
- compatible = "espressif,esp32-rtc_timer ";
184
+ compatible = "espressif,esp32-rtc-timer ";
185
185
clocks = <&clock ESP32_MODULE_MAX>;
186
186
interrupts = <RTC_CORE_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
187
187
interrupt-parent = <&intc>;
You can’t perform that action at this time.
0 commit comments