rtc/tpo: Driver to support rtc and wakeup on PowerNV platform
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / rtc-opal.txt
CommitLineData
16b1d26e
NG
1IBM OPAL real-time clock
2------------------------
3
4Required properties:
5- comapatible: Should be "ibm,opal-rtc"
6
7Optional properties:
8- has-tpo: Decides if the wakeup is supported or not.
9
10Example:
11 rtc {
12 compatible = "ibm,opal-rtc";
13 has-tpo;
14 phandle = <0x10000029>;
15 linux,phandle = <0x10000029>;
16 };
This page took 0.025355 seconds and 5 git commands to generate.