xref: /freebsd/sys/contrib/device-tree/Bindings/rtc/epson,rtc7301.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotEPSON TOYOCOM RTC-7301SF/DG
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot- compatible: Should be "epson,rtc7301sf" or "epson,rtc7301dg"
6*c66ec88fSEmmanuel Vadot- reg: Specifies base physical address and size of the registers.
7*c66ec88fSEmmanuel Vadot- interrupts: A single interrupt specifier.
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadotrtc: rtc@44a00000 {
12*c66ec88fSEmmanuel Vadot	compatible = "epson,rtc7301dg";
13*c66ec88fSEmmanuel Vadot	reg = <0x44a00000 0x10000>;
14*c66ec88fSEmmanuel Vadot	interrupt-parent = <&axi_intc_0>;
15*c66ec88fSEmmanuel Vadot	interrupts = <3 2>;
16*c66ec88fSEmmanuel Vadot};
17