Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43e88c8a authored by Neil Armstrong's avatar Neil Armstrong Committed by Daniel Lezcano
Browse files

dt-bindings: clocksource: Add Oxford Semiconductor RPS Timer bindings



Add DT bindings for the Oxford Semiconductor RPS dual Timer.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
parent 89355274
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
Oxford Semiconductor OXNAS SoCs Family RPS Timer
================================================

Required properties:
- compatible: Should be "oxsemi,ox810se-rps-timer"
- reg : Specifies base physical address and size of the registers.
- interrupts : The interrupts of the two timers
- clocks : The phandle of the timer clock source

example:

timer0: timer@200 {
	compatible = "oxsemi,ox810se-rps-timer";
	reg = <0x200 0x40>;
	clocks = <&rpsclk>;
	interrupts = <4 5>;
};