Back to home page

OSCL-LXR

 
 

    


0001 IBM OPAL real-time clock
0002 ------------------------
0003 
0004 Required properties:
0005 - compatible: Should be "ibm,opal-rtc"
0006 
0007 Optional properties:
0008 - wakeup-source: Decides if the wakeup is supported or not
0009                  (Legacy property supported: "has-tpo")
0010 
0011 Example:
0012         rtc {
0013                 compatible = "ibm,opal-rtc";
0014                 wakeup-source;
0015                 phandle = <0x10000029>;
0016                 linux,phandle = <0x10000029>;
0017         };