Commit 14c17ed2 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun4i: Add missing timers interrupts

The timer unit in the A10 has 6 interrupts available. List all of them.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 0988e6c2
......@@ -803,7 +803,12 @@ uart1_pins: uart1-pins {
timer@1c20c00 {
compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0x90>;
interrupts = <22>;
interrupts = <22>,
<23>,
<24>,
<25>,
<67>,
<68>;
clocks = <&osc24M>;
};
......
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