Lines Matching +full:clocks +full:- +full:bindings
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ingenic SoCs LCD controller devicetree bindings
10 - Paul Cercueil <paul@crapouillou.net>
14 pattern: "^lcd-controller@[0-9a-f]+$"
18 - ingenic,jz4740-lcd
19 - ingenic,jz4725b-lcd
20 - ingenic,jz4770-lcd
21 - ingenic,jz4780-lcd
29 clocks:
31 - description: Pixel clock
32 - description: Module clock
35 clock-names:
37 - const: lcd_pclk
38 - const: lcd
42 description: OF graph bindings (specified in bindings/graph.txt).
45 description: OF graph bindings (specified in bindings/graph.txt).
58 - port@0
61 - compatible
62 - reg
63 - interrupts
64 - clocks
65 - clock-names
72 - ingenic,jz4740-lcd
73 - ingenic,jz4780-lcd
76 clocks:
78 clock-names:
82 clocks:
84 clock-names:
90 - |
91 #include <dt-bindings/clock/jz4740-cgu.h>
92 lcd-controller@13050000 {
93 compatible = "ingenic,jz4740-lcd";
96 interrupt-parent = <&intc>;
99 clocks = <&cgu JZ4740_CLK_LCD_PCLK>, <&cgu JZ4740_CLK_LCD>;
100 clock-names = "lcd_pclk", "lcd";
104 remote-endpoint = <&panel_input>;
109 - |
110 #include <dt-bindings/clock/jz4725b-cgu.h>
111 lcd-controller@13050000 {
112 compatible = "ingenic,jz4725b-lcd";
115 interrupt-parent = <&intc>;
118 clocks = <&cgu JZ4725B_CLK_LCD>;
119 clock-names = "lcd_pclk";
123 remote-endpoint = <&panel_input>;