Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / drm / tilcdc / tilcdc.txt
blobfff10da5e927ccf8550bf0322e9fdd7af39ef588
1 Device-Tree bindings for tilcdc DRM driver
3 Required properties:
4  - compatible: value should be "ti,am33xx-tilcdc".
5  - interrupts: the interrupt number
6  - reg: base address and size of the LCDC device
8 Recommended properties:
9  - interrupt-parent: the phandle for the interrupt controller that
10    services interrupts for this device.
11  - ti,hwmods: Name of the hwmod associated to the LCDC
13 Optional properties:
14  - max-bandwidth: The maximum pixels per second that the memory
15    interface / lcd controller combination can sustain
16  - max-width: The maximum horizontal pixel width supported by
17    the lcd controller.
18  - max-pixelclock: The maximum pixel clock that can be supported
19    by the lcd controller in KHz.
21 Example:
23         fb: fb@4830e000 {
24                 compatible = "ti,am33xx-tilcdc";
25                 reg = <0x4830e000 0x1000>;
26                 interrupt-parent = <&intc>;
27                 interrupts = <36>;
28                 ti,hwmods = "lcdc";
29         };