stericsson,coh901331.txt 403 B

12345678910111213141516
  1. ST-Ericsson COH 901 331 Real Time Clock
  2. Required properties:
  3. - compatible: must be "stericsson,coh901331"
  4. - reg: address range of rtc register set.
  5. - interrupts: rtc alarm interrupt.
  6. - clocks: phandle to the rtc clock source
  7. Example:
  8. rtc: rtc@c0017000 {
  9. compatible = "stericsson,coh901331";
  10. reg = <0xc0017000 0x1000>;
  11. interrupt-parent = <&vicb>;
  12. interrupts = <10>;
  13. clocks = <&rtc_clk>;
  14. };