mailbox: dt: Supply bindings for ST's Mailbox IP
[linux-2.6/btrfs-unstable.git] / Documentation / devicetree / bindings / arm / spear-timer.txt
blobc0017221cf556620bc964b2017afa5bf3506aa36
1 * SPEAr ARM Timer
3 ** Timer node required properties:
5 - compatible : Should be:
6         "st,spear-timer"
7 - reg: Address range of the timer registers
8 - interrupt-parent: Should be the phandle for the interrupt controller
9   that services interrupts for this device
10 - interrupt: Should contain the timer interrupt number
12 Example:
14         timer@f0000000 {
15                 compatible = "st,spear-timer";
16                 reg = <0xf0000000 0x400>;
17                 interrupts = <2>;
18         };