Rob Clark | 16ea975 | 2013-01-08 15:04:28 -0600 | [diff] [blame^] | 1 | Device-Tree bindings for tilcdc DRM driver |
| 2 | |
| 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 |
| 7 | |
| 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 |
| 12 | |
| 13 | Example: |
| 14 | |
| 15 | fb: fb@4830e000 { |
| 16 | compatible = "ti,am33xx-tilcdc"; |
| 17 | reg = <0x4830e000 0x1000>; |
| 18 | interrupt-parent = <&intc>; |
| 19 | interrupts = <36>; |
| 20 | ti,hwmods = "lcdc"; |
| 21 | }; |