Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into next/dt
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / vt8500 / via,vt8500-timer.txt
1 VIA/Wondermedia VT8500 Timer
2 -----------------------------------------------------
3
4 Required properties:
5 - compatible : "via,vt8500-timer"
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : interrupt for the timer
8
9 Example:
10
11 timer@d8130100 {
12 compatible = "via,vt8500-timer";
13 reg = <0xd8130100 0x28>;
14 interrupts = <36>;
15 };
This page took 0.031778 seconds and 5 git commands to generate.