mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
17 lines
309 B
Plaintext
17 lines
309 B
Plaintext
|
IBM OPAL real-time clock
|
||
|
------------------------
|
||
|
|
||
|
Required properties:
|
||
|
- comapatible: Should be "ibm,opal-rtc"
|
||
|
|
||
|
Optional properties:
|
||
|
- has-tpo: Decides if the wakeup is supported or not.
|
||
|
|
||
|
Example:
|
||
|
rtc {
|
||
|
compatible = "ibm,opal-rtc";
|
||
|
has-tpo;
|
||
|
phandle = <0x10000029>;
|
||
|
linux,phandle = <0x10000029>;
|
||
|
};
|