Lines Matching +full:lcd +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/ingenic,lcd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ingenic SoCs LCD controller
10 - Paul Cercueil <paul@crapouillou.net>
14 pattern: "^lcd-controller@[0-9a-f]+$"
18 - ingenic,jz4740-lcd
19 - ingenic,jz4725b-lcd
20 - ingenic,jz4760-lcd
21 - ingenic,jz4760b-lcd
22 - ingenic,jz4770-lcd
23 - ingenic,jz4780-lcd
33 - description: Pixel clock
34 - description: Module clock
37 clock-names:
39 - const: lcd_pclk
40 - const: lcd
60 - port@0
63 - compatible
64 - reg
65 - interrupts
66 - clocks
67 - clock-names
74 - ingenic,jz4740-lcd
75 - ingenic,jz4780-lcd
80 clock-names:
86 clock-names:
92 - |
93 #include <dt-bindings/clock/ingenic,jz4740-cgu.h>
94 lcd-controller@13050000 {
95 compatible = "ingenic,jz4740-lcd";
98 interrupt-parent = <&intc>;
102 clock-names = "lcd_pclk", "lcd";
106 remote-endpoint = <&panel_input>;
111 - |
112 #include <dt-bindings/clock/ingenic,jz4725b-cgu.h>
113 lcd-controller@13050000 {
114 compatible = "ingenic,jz4725b-lcd";
117 interrupt-parent = <&intc>;
121 clock-names = "lcd_pclk";
125 remote-endpoint = <&panel_input>;