Documentation/devicetree/bindings/rtc/rtc-opal.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/rtc/rtc-opal.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/rtc/rtc-opal.txt
Extension
.txt
Size
361 bytes
Lines
18
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

IBM OPAL real-time clock
------------------------

Required properties:
- compatible: 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>;
	};

Annotation

Implementation Notes