rtc-opal.txt 309 B

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