blob: a1734e5cb75bb6279beef456f6acf2fdef043045 [file] [log] [blame]
Neelesh Gupta16b1d262014-10-14 14:08:36 +05301IBM OPAL real-time clock
2------------------------
3
4Required properties:
5- comapatible: Should be "ibm,opal-rtc"
6
7Optional properties:
Sudeep Holla71a01512015-10-21 11:09:59 +01008- wakeup-source: Decides if the wakeup is supported or not
9 (Legacy property supported: "has-tpo")
Neelesh Gupta16b1d262014-10-14 14:08:36 +053010
11Example:
12 rtc {
13 compatible = "ibm,opal-rtc";
Sudeep Holla71a01512015-10-21 11:09:59 +010014 wakeup-source;
Neelesh Gupta16b1d262014-10-14 14:08:36 +053015 phandle = <0x10000029>;
16 linux,phandle = <0x10000029>;
17 };