summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/haoyu,hym8563.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rtc/haoyu,hym8563.txt')
-rw-r--r--dts/Bindings/rtc/haoyu,hym8563.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/dts/Bindings/rtc/haoyu,hym8563.txt b/dts/Bindings/rtc/haoyu,hym8563.txt
new file mode 100644
index 0000000000..31406fd4a4
--- /dev/null
+++ b/dts/Bindings/rtc/haoyu,hym8563.txt
@@ -0,0 +1,27 @@
+Haoyu Microelectronics HYM8563 Real Time Clock
+
+The HYM8563 provides basic rtc and alarm functionality
+as well as a clock output of up to 32kHz.
+
+Required properties:
+- compatible: should be: "haoyu,hym8563"
+- reg: i2c address
+- interrupts: rtc alarm/event interrupt
+- #clock-cells: the value should be 0
+
+Example:
+
+hym8563: hym8563@51 {
+ compatible = "haoyu,hym8563";
+ reg = <0x51>;
+
+ interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
+
+ #clock-cells = <0>;
+};
+
+device {
+...
+ clocks = <&hym8563>;
+...
+};