1 Motorola mc146818 compatible RTC
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 - compatible : "motorola,mc146818"
6 - reg : should contain registers location and length.
9 - interrupts : should contain interrupt.
10 - interrupt-parent : interrupt source phandle.
11 - ctrl-reg : Contains the initial value of the control register also
13 - freq-reg : Contains the initial value of the frequency register also
16 "Register A" and "B" are usually initialized by the firmware (BIOS for
17 instance). If this is not done, it can be performed by the driver.
22 compatible = "motorola,mc146818";
24 interrupt-parent = <&ioapic1>;