dts: arm: st: add timer interrupts
Timer interrupts have been added for all STM32 SoC. H7 series already had the interrupt definitions. The IRQ number and names have been taken from the STM32Cube HAL header files. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
f25406af99
commit
4ba30e4336
22 changed files with 214 additions and 0 deletions
|
@ -136,6 +136,8 @@
|
|||
compatible = "st,stm32-timers";
|
||||
reg = <0x40000400 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000002>;
|
||||
interrupts = <29 0>;
|
||||
interrupt-names = "global";
|
||||
status = "disabled";
|
||||
label = "TIMERS_3";
|
||||
|
||||
|
@ -152,6 +154,8 @@
|
|||
compatible = "st,stm32-timers";
|
||||
reg = <0x40000800 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000004>;
|
||||
interrupts = <30 0>;
|
||||
interrupt-names = "global";
|
||||
status = "disabled";
|
||||
label = "TIMERS_4";
|
||||
|
||||
|
@ -168,6 +172,8 @@
|
|||
compatible = "st,stm32-timers";
|
||||
reg = <0x40000c00 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000008>;
|
||||
interrupts = <50 0>;
|
||||
interrupt-names = "global";
|
||||
status = "disabled";
|
||||
label = "TIMERS_5";
|
||||
|
||||
|
@ -184,6 +190,8 @@
|
|||
compatible = "st,stm32-timers";
|
||||
reg = <0x40013400 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00002000>;
|
||||
interrupts = <43 0>, <44 0>, <45 0>, <46 0>;
|
||||
interrupt-names = "brk", "up", "trgcom", "cc";
|
||||
status = "disabled";
|
||||
label = "TIMERS_8";
|
||||
|
||||
|
@ -200,6 +208,8 @@
|
|||
compatible = "st,stm32-timers";
|
||||
reg = <0x40014800 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00040000>;
|
||||
interrupts = <26 0>;
|
||||
interrupt-names = "global";
|
||||
status = "disabled";
|
||||
label = "TIMERS_17";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue