oppanel-opal.txt 374 B

1234567891011121314
  1. IBM OPAL Operator Panel Binding
  2. -------------------------------
  3. Required properties:
  4. - compatible : Should be "ibm,opal-oppanel".
  5. - #lines : Number of lines on the operator panel e.g. <0x2>.
  6. - #length : Number of characters per line of the operator panel e.g. <0x10>.
  7. Example:
  8. oppanel {
  9. compatible = "ibm,opal-oppanel";
  10. #lines = <0x2>;
  11. #length = <0x10>;
  12. };