summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/rtc-opal.txt
blob: af87e5ecac540ce965c3e8ec0f36900d9f3e4ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>;
	};