Lines Matching +full:model +full:- +full:dependent
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/renesas,shmobile-lcdc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas SH-Mobile LCD Controller (LCDC)
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
11 - Geert Uytterhoeven <geert+renesas@glider.be>
16 - renesas,r8a7740-lcdc # R-Mobile A1
17 - renesas,sh73a0-lcdc # SH-Mobile AG5
30 Some of the optional clocks are model-dependent (e.g. "video" (a.k.a.
31 "vou" or "dv_clk") is available on R-Mobile A1 only).
33 clock-names:
36 - const: fck
37 - enum: [ media, lclk, hdmi, video ]
38 - enum: [ media, lclk, hdmi, video ]
39 - enum: [ media, lclk, hdmi, video ]
40 - enum: [ media, lclk, hdmi, video ]
42 power-domains:
51 description: LCD port (R-Mobile A1 and SH-Mobile AG5)
56 description: HDMI port (R-Mobile A1 LCDC1 and SH-Mobile AG5)
61 description: MIPI-DSI port (SH-Mobile AG5)
65 - port@0
70 - compatible
71 - reg
72 - interrupts
73 - clocks
74 - clock-names
75 - power-domains
76 - ports
81 - if:
85 const: renesas,r8a7740-lcdc
92 - if:
96 const: renesas,sh73a0-lcdc
101 - port@1
102 - port@2
105 - |
106 #include <dt-bindings/clock/r8a7740-clock.h>
107 #include <dt-bindings/interrupt-controller/arm-gic.h>
109 lcd-controller@fe940000 {
110 compatible = "renesas,r8a7740-lcdc";
116 clock-names = "fck", "media", "lclk", "video";
117 power-domains = <&pd_a4lc>;
120 #address-cells = <1>;
121 #size-cells = <0>;