Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt

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

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt
Extension
.txt
Size
374 bytes
Lines
15
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 Operator Panel Binding
-------------------------------

Required properties:
- compatible : Should be "ibm,opal-oppanel".
- #lines     : Number of lines on the operator panel e.g. <0x2>.
- #length    : Number of characters per line of the operator panel e.g. <0x10>.

Example:
	oppanel {
		compatible = "ibm,opal-oppanel";
		#lines = <0x2>;
		#length = <0x10>;
	};

Annotation

Implementation Notes