| ----------------------------------------------------- |
| "atmel,sama5d2-hlcdc", "atmel,at91sam9x5-hlcdc". |
| - reg: physical base address of the controller and length of memory mapped |
| - clocks: phandles to input clocks. |
| - atmel,vl-bpix: Bits per pixel. |
| - atmel,output-mode: LCD Controller Output Mode, |
| The unit is bits per pixel, there are four values, |
| <12>, <16>, <18>, <24>, the default value is <24>. |
| - atmel,guard-time: lcd guard time (Delay in frame periods). |
| - display-timings: please refer the displaymode.txt. |
| compatible = "atmel,sama5d2-hlcdc"; |
| reg = <0xf0000000 0x2000>; |
| atmel,output-mode = <24>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_pwm &pinctrl_lcd_rgb666>; |
| clock-frequency = <9000000>; |