18c2ecf20Sopenharmony_ciIBM OPAL Operator Panel Binding
28c2ecf20Sopenharmony_ci-------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible : Should be "ibm,opal-oppanel".
68c2ecf20Sopenharmony_ci- #lines     : Number of lines on the operator panel e.g. <0x2>.
78c2ecf20Sopenharmony_ci- #length    : Number of characters per line of the operator panel e.g. <0x10>.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci	oppanel {
118c2ecf20Sopenharmony_ci		compatible = "ibm,opal-oppanel";
128c2ecf20Sopenharmony_ci		#lines = <0x2>;
138c2ecf20Sopenharmony_ci		#length = <0x10>;
148c2ecf20Sopenharmony_ci	};
15