Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / haoyu,hym8563.txt
CommitLineData
b7ed189d
HS
1Haoyu Microelectronics HYM8563 Real Time Clock
2
3The HYM8563 provides basic rtc and alarm functionality
4as well as a clock output of up to 32kHz.
5
6Required properties:
7- compatible: should be: "haoyu,hym8563"
8- reg: i2c address
b7ed189d
HS
9- #clock-cells: the value should be 0
10
68164a73
HS
11Optional properties:
12- clock-output-names: From common clock binding
4be1f6bb 13- interrupts: rtc alarm/event interrupt
68164a73 14
b7ed189d
HS
15Example:
16
17hym8563: hym8563@51 {
18 compatible = "haoyu,hym8563";
19 reg = <0x51>;
20
21 interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
22
23 #clock-cells = <0>;
24};
25
26device {
27...
28 clocks = <&hym8563>;
29...
30};
This page took 0.141995 seconds and 5 git commands to generate.