epson,rtc7301.txt 376 B

12345678910111213141516
  1. EPSON TOYOCOM RTC-7301SF/DG
  2. Required properties:
  3. - compatible: Should be "epson,rtc7301sf" or "epson,rtc7301dg"
  4. - reg: Specifies base physical address and size of the registers.
  5. - interrupts: A single interrupt specifier.
  6. Example:
  7. rtc: rtc@44a00000 {
  8. compatible = "epson,rtc7301dg";
  9. reg = <0x44a00000 0x10000>;
  10. interrupt-parent = <&axi_intc_0>;
  11. interrupts = <3 2>;
  12. };