Commit f885fbca authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Alexandre Torgue

ARM: dts: stm32: Add LP timer irqs on stm32mp151

Add all LP timer irqs on stm32mp151.
Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 08f07e9a
...@@ -362,6 +362,7 @@ lptimer1: timer@40009000 { ...@@ -362,6 +362,7 @@ lptimer1: timer@40009000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "st,stm32-lptimer"; compatible = "st,stm32-lptimer";
reg = <0x40009000 0x400>; reg = <0x40009000 0x400>;
interrupts-extended = <&exti 47 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc LPTIM1_K>; clocks = <&rcc LPTIM1_K>;
clock-names = "mux"; clock-names = "mux";
status = "disabled"; status = "disabled";
...@@ -1156,6 +1157,7 @@ lptimer2: timer@50021000 { ...@@ -1156,6 +1157,7 @@ lptimer2: timer@50021000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "st,stm32-lptimer"; compatible = "st,stm32-lptimer";
reg = <0x50021000 0x400>; reg = <0x50021000 0x400>;
interrupts-extended = <&exti 48 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc LPTIM2_K>; clocks = <&rcc LPTIM2_K>;
clock-names = "mux"; clock-names = "mux";
status = "disabled"; status = "disabled";
...@@ -1183,6 +1185,7 @@ lptimer3: timer@50022000 { ...@@ -1183,6 +1185,7 @@ lptimer3: timer@50022000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "st,stm32-lptimer"; compatible = "st,stm32-lptimer";
reg = <0x50022000 0x400>; reg = <0x50022000 0x400>;
interrupts-extended = <&exti 50 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc LPTIM3_K>; clocks = <&rcc LPTIM3_K>;
clock-names = "mux"; clock-names = "mux";
status = "disabled"; status = "disabled";
...@@ -1203,6 +1206,7 @@ trigger@2 { ...@@ -1203,6 +1206,7 @@ trigger@2 {
lptimer4: timer@50023000 { lptimer4: timer@50023000 {
compatible = "st,stm32-lptimer"; compatible = "st,stm32-lptimer";
reg = <0x50023000 0x400>; reg = <0x50023000 0x400>;
interrupts-extended = <&exti 52 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc LPTIM4_K>; clocks = <&rcc LPTIM4_K>;
clock-names = "mux"; clock-names = "mux";
status = "disabled"; status = "disabled";
...@@ -1217,6 +1221,7 @@ pwm { ...@@ -1217,6 +1221,7 @@ pwm {
lptimer5: timer@50024000 { lptimer5: timer@50024000 {
compatible = "st,stm32-lptimer"; compatible = "st,stm32-lptimer";
reg = <0x50024000 0x400>; reg = <0x50024000 0x400>;
interrupts-extended = <&exti 53 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc LPTIM5_K>; clocks = <&rcc LPTIM5_K>;
clock-names = "mux"; clock-names = "mux";
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment