img-ascii-lcd.txt 624 B

1234567891011121314151617
  1. Binding for ASCII LCD displays on Imagination Technologies boards
  2. Required properties:
  3. - compatible : should be one of:
  4. "img,boston-lcd"
  5. "mti,malta-lcd"
  6. "mti,sead3-lcd"
  7. Required properties for "img,boston-lcd":
  8. - reg : memory region locating the device registers
  9. Required properties for "mti,malta-lcd" or "mti,sead3-lcd":
  10. - regmap: phandle of the system controller containing the LCD registers
  11. - offset: offset in bytes to the LCD registers within the system controller
  12. The layout of the registers & properties of the display are determined
  13. from the compatible string, making this binding somewhat trivial.