* [patch v2 3/4] dt-bindings Help for pcf85063
@ 2015-03-10 20:34 Søren Andersen
0 siblings, 0 replies; only message in thread
From: Søren Andersen @ 2015-03-10 20:34 UTC (permalink / raw)
To: a.zummo-BfzFCNDTiLLj+vYz1yj4TQ
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
rtc-linux-/JYPxA39Uh5TLH3MbocFFw
Signed-off-by: Soeren Andersen <san at rosetechnology.dk>
---
Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt b/Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt
index 0000000..dcda544
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt
@@ -0,0 +1,16 @@
+* NXP PCF85063 Tiny Real-Time Clock
+
+Required properties:
+- compatible: Should contain "nxp,pcf85063".
+- reg: I2C address for chip
+
+Optional properties:
+- quartz_load : Internal oscillator capacity for quartz crystals
+ Values usable for pcf85063 load capacitance are 7pF, 12.5pF
+
+Example:
+ pcf85063: rtc@51 {
+ compatible = "nxp,pcf85063";
+ quartz_load = "12.5pF";
+ reg = <0x51>;
+ };
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-10 20:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 20:34 [patch v2 3/4] dt-bindings Help for pcf85063 Søren Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).