Lines Matching +full:per +full:- +full:port
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/imx/fsl,imx-lcdc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sascha Hauer <s.hauer@pengutronix.de>
11 - Pengutronix Kernel Team <kernel@pengutronix.de>
16 - enum:
17 - fsl,imx1-fb
18 - fsl,imx21-fb
19 - items:
20 - enum:
21 - fsl,imx25-fb
22 - fsl,imx27-fb
23 - const: fsl,imx21-fb
24 - items:
25 - const: fsl,imx25-lcdc
26 - const: fsl,imx21-lcdc
31 clock-names:
33 - const: ipg
34 - const: ahb
35 - const: per
37 port:
38 $ref: /schemas/graph.yaml#/properties/port
49 lcd-supply:
69 - if:
74 - fsl,imx1-lcdc
75 - fsl,imx21-lcdc
84 - port
88 port: false
91 - display
94 - compatible
95 - clocks
96 - clock-names
97 - interrupts
98 - reg
103 - |
105 compatible = "fsl,imx25-lcdc", "fsl,imx21-lcdc";
109 clock-names = "ipg", "ahb", "per";
111 port {
113 remote-endpoint = <&panel_in>;
117 - |
119 compatible = "fsl,imx21-fb";
124 clock-names = "ipg", "ahb", "per";
128 model = "Primeview-PD050VL1";
129 bits-per-pixel = <16>;
130 fsl,pcr = <0xf0c88080>; /* non-standard but required */
132 display-timings {
133 native-mode = <&timing_disp0>;
137 hback-porch = <112>;
138 hfront-porch = <36>;
139 hsync-len = <32>;
140 vback-porch = <33>;
141 vfront-porch = <33>;
142 vsync-len = <2>;
143 clock-frequency = <25000000>;