linux/Documentation/devicetree/bindings/timer
Daniel Lezcano 468b8c4cf3 clockevents: rockchip: Add rockchip timer for rk3288
The rk3288 board uses the architected timers and these ones are shutdown when
the cpu is powered down. There is a need of a broadcast timer in this case to
ensure proper wakeup when the cpus are in sleep mode and a timer expires.

This driver provides the basic timer functionnality as a backup for the local
timers at sleep time.

The timer belongs to the alive subsystem. It includes two programmables 64 bits
timer channels but the driver only uses 32bits. It works with two operations
mode: free running and user defined count.

Programing sequence:

1. Timer initialization:
 * Disable the timer by writing '0' to the CONTROLREG register
 * Program the timer mode by writing the mode to the CONTROLREG register
 * Set the interrupt mask

2. Setting the count value:
 * Load the count value to the registers COUNT0 and COUNT1 (not used).

3. Enable the timer
 * Write '1' to the CONTROLREG register with the mode (free running or user)

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
2015-01-29 14:02:13 +01:00
..
allwinner,sun4i-timer.txt clocksource: sunxi: Add new compatibles 2014-03-11 23:04:46 +01:00
allwinner,sun5i-a13-hstimer.txt clocksource: sun5i: Add support for reset controller 2014-04-22 13:56:50 +02:00
amlogic,meson6-timer.txt ARM: meson: documentation: Add timer documentation 2014-09-29 01:50:05 +02:00
arm,sp804.txt devtree: add binding documentation for sp804 2013-04-11 15:11:22 -05:00
brcm,bcm2835-system-timer.txt ARM: bcm2835: fix typos in DT binding documentation 2012-10-07 07:02:07 -07:00
cadence,ttc-timer.txt arm: zynq: Move timer to generic location 2013-04-04 09:22:09 +02:00
cirrus,clps711x-timer.txt clocksource: clps711x: Add DT bindings documentation 2014-07-23 12:02:36 +02:00
energymicro,efm32-timer.txt clocksource: efm32: use $vendor,$device scheme for compatible string 2014-04-22 11:44:28 +02:00
fsl,ftm-timer.txt clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation 2014-05-23 10:12:04 +02:00
fsl,imxgpt.txt ARM: i.MX: Add GPT devicetree Documentation 2013-04-09 22:52:52 +08:00
lsi,zevio-timer.txt clocksource: Add TI-Nspire timer support 2013-06-06 17:23:13 +02:00
marvell,armada-370-xp-timer.txt clocksource: armada-370-xp: Use the reference clock on A375 SoC 2014-11-26 13:51:08 +01:00
marvell,orion-timer.txt clocksource: Add Marvell Orion SoC timer 2013-07-02 15:01:45 +02:00
mediatek,mtk-timer.txt dt-bindings: Add mtk-timer bindings 2014-07-23 12:02:32 +02:00
moxa,moxart-timer.txt ARM: clocksource: moxart: documentation: Update device tree bindings document 2013-08-01 01:13:35 +02:00
nvidia,tegra20-timer.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra30-timer.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
renesas,cmt.txt clocksource: sh_cmt: Document SoC specific bindings 2014-09-06 10:14:12 +09:00
renesas,mtu2.txt clocksource: sh_mtu2: Drop incorrect SoC family name 2014-10-27 10:00:36 +09:00
renesas,tmu.txt clocksource: sh_tmu: Document r8a7778 binding 2014-10-27 10:00:36 +09:00
rockchip,rk3288-timer.txt clockevents: rockchip: Add rockchip timer for rk3288 2015-01-29 14:02:13 +01:00
samsung,exynos4210-mct.txt Documentation: devicetree: Update Exynos MCT bindings description 2013-12-21 08:24:37 +09:00
stericsson-u300-apptimer.txt ARM: u300: device tree support for the timer 2013-05-31 11:24:44 +02:00
ti,keystone-timer.txt clocksource: keystone: add bindings for keystone timer 2014-03-11 23:04:52 +01:00