ssd1289fb.txt 392 B

12345678910111213
  1. * Solomon SSD1289 Framebuffer Driver
  2. Required properties:
  3. - compatible: Should be "solomon,ssd1289fb". The only supported bus for
  4. now is lbc.
  5. - reg: Should contain address of the controller on the LBC bus. The detail
  6. was described in Documentation/devicetree/bindings/powerpc/fsl/lbc.txt
  7. Examples:
  8. display@2,0 {
  9. compatible = "solomon,ssd1289fb";
  10. reg = <0x2 0x0000 0x0004>;
  11. };