Lines Matching +full:lcd +full:- +full:controller
2 -----------------------------------------------------
5 - compatible :
6 "atmel,at91sam9261-lcdc" ,
7 "atmel,at91sam9263-lcdc" ,
8 "atmel,at91sam9g10-lcdc" ,
9 "atmel,at91sam9g45-lcdc" ,
10 "atmel,at91sam9g45es-lcdc" ,
11 "atmel,at91sam9rl-lcdc" ,
12 "atmel,at32ap-lcdc"
13 - reg : Should contain 1 register ranges(address and length).
16 - interrupts : framebuffer controller interrupt
17 - display: a phandle pointing to the display node
20 - display: a display node is required to initialize the lcd panel
22 - default-mode: a videomode within the display with timing parameters
26 - lcd-supply: Regulator for LCD supply voltage.
31 compatible = "atmel,at91sam9g45-lcdc";
34 pinctrl-names = "default";
35 pinctrl-0 = <&pinctrl_fb>;
37 #address-cells = <1>;
38 #size-cells = <1>;
45 compatible = "atmel,at91sam9263-lcdc";
51 -----------------------------------------------------
54 - atmel,dmacon: dma controller configuration
55 - atmel,lcdcon2: lcd controller configuration
56 - atmel,guard-time: lcd guard time (Delay in frame periods)
57 - bits-per-pixel: lcd panel bit-depth.
60 - atmel,lcdcon-backlight: enable backlight
61 - atmel,lcdcon-backlight-inverted: invert backlight PWM polarity
62 - atmel,lcd-wiring-mode: lcd wiring mode "RGB" or "BRG"
63 - atmel,power-control-gpio: gpio to power on or off the LCD (as many as needed)
67 bits-per-pixel = <32>;
68 atmel,lcdcon-backlight;
71 atmel,guard-time = <9>;
72 atmel,lcd-wiring-mode = <1>;
74 display-timings {
75 native-mode = <&timing0>;
77 clock-frequency = <9000000>;
80 hback-porch = <1>;
81 hfront-porch = <1>;
82 vback-porch = <40>;
83 vfront-porch = <1>;
84 hsync-len = <45>;
85 vsync-len = <1>;