Newer
Older
barebox / dts / Bindings / rtc / rtc-opal.txt
@Sascha Hauer Sascha Hauer on 10 Dec 2015 362 bytes dts: update to v4.4-rc1
IBM OPAL real-time clock
------------------------

Required properties:
- comapatible: Should be "ibm,opal-rtc"

Optional properties:
- wakeup-source: Decides if the wakeup is supported or not
		 (Legacy property supported: "has-tpo")

Example:
	rtc {
		compatible = "ibm,opal-rtc";
		wakeup-source;
		phandle = <0x10000029>;
		linux,phandle = <0x10000029>;
	};