Skip to content

Commit

Permalink
dt-bindings: clocksource: Add Oxford Semiconductor RPS Timer bindings
Browse files Browse the repository at this point in the history
Add DT bindings for the Oxford Semiconductor RPS dual Timer.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
  • Loading branch information
superna9999 authored and dlezcano committed Jun 28, 2016
1 parent 8935527 commit 43e88c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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>;
};

0 comments on commit 43e88c8

Please sign in to comment.