mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-16 22:16:25 +07: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>;
|
||
|
};
|