xref: /linux/Documentation/devicetree/bindings/display/ssd1289fb.txt (revision efdbd7345f8836f7495f3ac6ee237d86cb3bb6b0)
1*8a6be2bdSXie Xiaobo* Solomon SSD1289 Framebuffer Driver
2*8a6be2bdSXie Xiaobo
3*8a6be2bdSXie XiaoboRequired properties:
4*8a6be2bdSXie Xiaobo  - compatible: Should be "solomon,ssd1289fb". The only supported bus for
5*8a6be2bdSXie Xiaobo    now is lbc.
6*8a6be2bdSXie Xiaobo  - reg: Should contain address of the controller on the LBC bus. The detail
7*8a6be2bdSXie Xiaobo    was described in Documentation/devicetree/bindings/powerpc/fsl/lbc.txt
8*8a6be2bdSXie Xiaobo
9*8a6be2bdSXie XiaoboExamples:
10*8a6be2bdSXie Xiaobodisplay@2,0 {
11*8a6be2bdSXie Xiaobo	compatible = "solomon,ssd1289fb";
12*8a6be2bdSXie Xiaobo	reg = <0x2 0x0000 0x0004>;
13*8a6be2bdSXie Xiaobo};
14