mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
ARM: dts: stm32: Add timer support for STM32F7
Add missing timer node to enable timer5 for STM32F7 SoCs family Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
committed by
Tom Rini
parent
09b335a675
commit
cd389c03f2
@@ -1,3 +1,11 @@
|
|||||||
|
/{
|
||||||
|
soc {
|
||||||
|
timer5: timer@40000c00 {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
usart1_pins_a: usart1@0 {
|
usart1_pins_a: usart1@0 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
|
@@ -323,6 +323,13 @@
|
|||||||
pinctrl-names = "default", "opendrain";
|
pinctrl-names = "default", "opendrain";
|
||||||
max-frequency = <48000000>;
|
max-frequency = <48000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
timer5: timer@40000c00 {
|
||||||
|
compatible = "st,stm32-timer";
|
||||||
|
reg = <0x40000c00 0x400>;
|
||||||
|
interrupts = <50>;
|
||||||
|
clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM5)>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user