dts: arm: st: mp1: add timers5
Add missing timer configuration. Tested on a Octavo OSD32MP1 Board. Signed-off-by: Sean Nyekjaer <sean@geanix.com>
This commit is contained in:
parent
3c7a4ba6f9
commit
23b89d0338
1 changed files with 22 additions and 0 deletions
|
|
@ -356,6 +356,28 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
timers5: timers@40003000 {
|
||||||
|
compatible = "st,stm32-timers";
|
||||||
|
reg = <0x40003000 0x400>;
|
||||||
|
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000008>;
|
||||||
|
resets = <&rctl STM32_RESET(APB1, 3U)>;
|
||||||
|
interrupts = <50 0>;
|
||||||
|
interrupt-names = "global";
|
||||||
|
st,prescaler = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
pwm {
|
||||||
|
compatible = "st,stm32-pwm";
|
||||||
|
status = "disabled";
|
||||||
|
#pwm-cells = <3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
counter {
|
||||||
|
compatible = "st,stm32-counter";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mailbox: mailbox@4c001000 {
|
mailbox: mailbox@4c001000 {
|
||||||
compatible = "st,stm32-ipcc-mailbox";
|
compatible = "st,stm32-ipcc-mailbox";
|
||||||
reg = <0x4c001000 0x400>;
|
reg = <0x4c001000 0x400>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue