backlight: lp855x: Add enable regulator
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / moxa,moxart-timer.txt
blobda2d510cae47d4515420feba97822095b6920ee4
1 MOXA ART timer
3 Required properties:
5 - compatible : Must be "moxa,moxart-timer"
6 - reg : Should contain registers location and length
7 - interrupts : Should contain the timer interrupt number
8 - clocks : Should contain phandle for the clock that drives the counter
10 Example:
12         timer: timer@98400000 {
13                 compatible = "moxa,moxart-timer";
14                 reg = <0x98400000 0x42>;
15                 interrupts = <19 1>;
16                 clocks = <&coreclk>;
17         };