File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 43
43
#include "../armv7-m.dtsi"
44
44
#include <dt-bindings/clock/stm32fx-clock.h>
45
45
#include <dt-bindings/mfd/stm32f7-rcc.h>
46
+ #include <dt-bindings/interrupt-controller/irq.h>
46
47
47
48
/ {
48
49
#address-cells = <1>;
245
246
};
246
247
};
247
248
249
+ lptimer1: timer@40002400 {
250
+ #address-cells = <1>;
251
+ #size-cells = <0>;
252
+ compatible = "st,stm32-lptimer";
253
+ reg = <0x40002400 0x400>;
254
+ interrupts-extended = <&exti 23 IRQ_TYPE_EDGE_RISING>;
255
+ clocks = <&rcc 1 CLK_LPTIMER>;
256
+ clock-names = "mux";
257
+ status = "disabled";
258
+
259
+ pwm {
260
+ compatible = "st,stm32-pwm-lp";
261
+ #pwm-cells = <3>;
262
+ status = "disabled";
263
+ };
264
+
265
+ trigger@0 {
266
+ compatible = "st,stm32-lptimer-trigger";
267
+ reg = <0>;
268
+ status = "disabled";
269
+ };
270
+
271
+ counter {
272
+ compatible = "st,stm32-lptimer-counter";
273
+ status = "disabled";
274
+ };
275
+
276
+ timer {
277
+ compatible = "st,stm32-lptimer-timer";
278
+ status = "disabled";
279
+ };
280
+ };
281
+
248
282
rtc: rtc@40002800 {
249
283
compatible = "st,stm32-rtc";
250
284
reg = <0x40002800 0x400>;
You can’t perform that action at this time.
0 commit comments