arm-charlcd.txt 533 B

123456789101112131415161718
  1. ARM Versatile Character LCD
  2. -----------------------------------------------------
  3. This binding defines the character LCD interface found on ARM Versatile AB
  4. and PB reference platforms.
  5. Required properties:
  6. - compatible : "arm,versatile-clcd"
  7. - reg : Location and size of character LCD registers
  8. Optional properties:
  9. - interrupts - single interrupt for character LCD. The character LCD can
  10. operate in polled mode without an interrupt.
  11. Example:
  12. lcd@10008000 {
  13. compatible = "arm,versatile-lcd";
  14. reg = <0x10008000 0x1000>;
  15. };