Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[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
9- interrupts: rtc alarm/event interrupt
10- #clock-cells: the value should be 0
11
68164a73
HS
12Optional properties:
13- clock-output-names: From common clock binding
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.134532 seconds and 5 git commands to generate.