提交 cd389c03 编写于 作者: P Patrice Chotard 提交者: Tom Rini

ARM: dts: stm32: Add timer support for STM32F7

Add missing timer node to enable timer5 for STM32F7 SoCs family
Signed-off-by: NPatrice Chotard <patrice.chotard@st.com>
上级 09b335a6
/{
soc {
timer5: timer@40000c00 {
u-boot,dm-pre-reloc;
};
};
};
&pinctrl {
usart1_pins_a: usart1@0 {
u-boot,dm-pre-reloc;
......
......@@ -323,6 +323,13 @@
pinctrl-names = "default", "opendrain";
max-frequency = <48000000>;
};
timer5: timer@40000c00 {
compatible = "st,stm32-timer";
reg = <0x40000c00 0x400>;
interrupts = <50>;
clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM5)>;
};
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册