Lines Matching +full:display +full:- +full:controller
1 Device-Tree bindings for Atmel's HLCDC (High LCD Controller) DRM driver
3 The Atmel HLCDC Display Controller is subdevice of the HLCDC MFD device.
4 See ../../mfd/atmel-hlcdc.txt for more details.
7 - compatible: value should be "atmel,hlcdc-display-controller"
8 - pinctrl-names: the pin control state names. Should contain "default".
9 - pinctrl-0: should contain the default pinctrl states.
10 - #address-cells: should be set to 1.
11 - #size-cells: should be set to 0.
20 according to ../../media/video-interfaces.txt, specifically
21 - bus-width: recognized values are <12>, <16>, <18> and <24>, and
28 compatible = "atmel,sama5d3-hlcdc";
32 clock-names = "periph_clk","sys_clk", "slow_clk";
34 hlcdc-display-controller {
35 compatible = "atmel,hlcdc-display-controller";
36 pinctrl-names = "default";
37 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;
38 #address-cells = <1>;
39 #size-cells = <0>;
42 #address-cells = <1>;
43 #size-cells = <0>;
48 remote-endpoint = <&panel_input>;
53 hlcdc_pwm: hlcdc-pwm {
54 compatible = "atmel,hlcdc-pwm";
55 pinctrl-names = "default";
56 pinctrl-0 = <&pinctrl_lcd_pwm>;
57 #pwm-cells = <3>;
65 hlcdc-display-controller {
66 pinctrl-names = "default";
67 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb565>;
71 bus-width = <16>;