1 RDA Micro RDA8810PL Timer
4 - compatible : "rda,8810pl-timer"
5 - reg : Offset and length of the register set for the device.
6 - interrupts : Should contain two interrupts.
7 - interrupt-names : Should be "hwtimer", "ostimer".
12 compatible = "simple-bus";
15 compatible = "rda,8810pl-timer";
16 reg = <0x10000 0x1000>;
17 interrupts = <16 IRQ_TYPE_LEVEL_HIGH>,
18 <17 IRQ_TYPE_LEVEL_HIGH>;
19 interrupt-names = "hwtimer", "ostimer";