sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / pcf8563.txt
blob086c998c556108134e111e69067156768d7e77f8
1 * Philips PCF8563/Epson RTC8564 Real Time Clock
3 Philips PCF8563/Epson RTC8564 Real Time Clock
5 Required properties:
6 see: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
8 Optional property:
9 - #clock-cells: Should be 0.
10 - clock-output-names:
11   overwrite the default clock name "pcf8563-clkout"
13 Example:
15 pcf8563: pcf8563@51 {
16         compatible = "nxp,pcf8563";
17         reg = <0x51>;
18         #clock-cells = <0>;
21 device {
22 ...
23         clocks = <&pcf8563>;
24 ...