summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-08-15 15:46:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-06 14:32:11 +0200
commit3b65edf6d0661ce60e8776fc400be564540e48ae (patch)
treeb56b41cc11c4d5e5983234df28357d93d4466951 /Documentation
parent20a712901a9312267f35dc43022c4a7dc4ca9395 (diff)
downloadbarebox-3b65edf6d0661ce60e8776fc400be564540e48ae.tar.gz
barebox-3b65edf6d0661ce60e8776fc400be564540e48ae.tar.xz
docs/DS1307: fix layout
Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/rtc/dallas,ds1307.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/dallas,ds1307.rst b/Documentation/devicetree/bindings/rtc/dallas,ds1307.rst
index 602f74b4dc..5a75be40eb 100644
--- a/Documentation/devicetree/bindings/rtc/dallas,ds1307.rst
+++ b/Documentation/devicetree/bindings/rtc/dallas,ds1307.rst
@@ -2,12 +2,14 @@ Dallas DS1307 I2C Serial Real-Time Clock
========================================
Required properties:
+
* ``compatible``: ``dallas,ds1307``, ``dallas,ds1308``, ``dallas,ds1338``
"maxim" can be used in place of "dallas"
* ``reg``: I2C address for chip
Optional properties:
+
* ``ext-clock-input``: Enable external clock input pin
* ``ext-clock-output``: Enable square wave output. The above two
properties are mutually exclusive
@@ -19,7 +21,10 @@ Optional properties:
The default is ext-clock-input, ext-clock-output, and ext-clock-bb
disabled and ext-clock-rate of 1 Hz.
-Example::
+Example
+
+.. code-block:: text
+
ds1307: rtc@68 {
compatible = "dallas,ds1307";
reg = <0x68>;