xref: /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/pcf8563.txt
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
18c2ecf20Sopenharmony_ci* Philips PCF8563/Epson RTC8564 Real Time Clock
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciPhilips PCF8563/Epson RTC8564 Real Time Clock
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci- compatible: Should contain "nxp,pcf8563",
78c2ecf20Sopenharmony_ci	"epson,rtc8564" or
88c2ecf20Sopenharmony_ci	"microcrystal,rv8564"
98c2ecf20Sopenharmony_ci- reg: I2C address for chip.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciOptional property:
128c2ecf20Sopenharmony_ci- #clock-cells: Should be 0.
138c2ecf20Sopenharmony_ci- clock-output-names:
148c2ecf20Sopenharmony_ci  overwrite the default clock name "pcf8563-clkout"
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciExample:
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_cipcf8563: pcf8563@51 {
198c2ecf20Sopenharmony_ci	compatible = "nxp,pcf8563";
208c2ecf20Sopenharmony_ci	reg = <0x51>;
218c2ecf20Sopenharmony_ci	#clock-cells = <0>;
228c2ecf20Sopenharmony_ci};
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_cidevice {
258c2ecf20Sopenharmony_ci...
268c2ecf20Sopenharmony_ci	clocks = <&pcf8563>;
278c2ecf20Sopenharmony_ci...
288c2ecf20Sopenharmony_ci};
29

Indexes created Thu Nov 07 10:32:03 CST 2024