Merge tag 'drm-intel-next-2019-03-20' of git://anongit.freedesktop.org/drm/drm-intel...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rtc / nxp,pcf85063.txt
1 * NXP PCF85063 Real Time Clock
2
3 Required properties:
4 - compatible: Should contain "nxp,pcf85063".
5 - reg: I2C address for chip.
6
7 Optional property:
8 - quartz-load-femtofarads: The capacitive load of the quartz(x-tal),
9   expressed in femto Farad (fF). Valid values are 7000 and 12500.
10   Default value (if no value is specified) is 7000fF.
11
12 Example:
13
14 pcf85063: rtc@51 {
15         compatible = "nxp,pcf85063";
16         reg = <0x51>;
17         quartz-load-femtofarads = <12500>;
18 };