rtc-opal.txt 361 B

123456789101112131415161718
  1. IBM OPAL real-time clock
  2. ------------------------
  3. Required properties:
  4. - compatible: Should be "ibm,opal-rtc"
  5. Optional properties:
  6. - wakeup-source: Decides if the wakeup is supported or not
  7. (Legacy property supported: "has-tpo")
  8. Example:
  9. rtc {
  10. compatible = "ibm,opal-rtc";
  11. wakeup-source;
  12. phandle = <0x10000029>;
  13. linux,phandle = <0x10000029>;
  14. };