summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/powerpc/opal/oppanel-opal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/powerpc/opal/oppanel-opal.txt')
-rw-r--r--dts/Bindings/powerpc/opal/oppanel-opal.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/Bindings/powerpc/opal/oppanel-opal.txt b/dts/Bindings/powerpc/opal/oppanel-opal.txt
new file mode 100644
index 0000000000..dffb79108b
--- /dev/null
+++ b/dts/Bindings/powerpc/opal/oppanel-opal.txt
@@ -0,0 +1,14 @@
+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>;
+ };