~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/display/amlogic,meson-g12a-dw-mipi-dsi.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 # Copyright 2020 BayLibre, SAS
  3 %YAML 1.2
  4 ---
  5 $id: http://devicetree.org/schemas/display/amlogic,meson-g12a-dw-mipi-dsi.yaml#
  6 $schema: http://devicetree.org/meta-schemas/core.yaml#
  7 
  8 title: Amlogic specific extensions to the Synopsys Designware MIPI DSI Host Controller
  9 
 10 maintainers:
 11   - Neil Armstrong <neil.armstrong@linaro.org>
 12 
 13 description: |
 14   The Amlogic Meson Synopsys Designware Integration is composed of
 15   - A Synopsys DesignWare MIPI DSI Host Controller IP
 16   - A TOP control block controlling the Clocks & Resets of the IP
 17 
 18 allOf:
 19   - $ref: dsi-controller.yaml#
 20 
 21 properties:
 22   compatible:
 23     enum:
 24       - amlogic,meson-g12a-dw-mipi-dsi
 25 
 26   reg:
 27     maxItems: 1
 28 
 29   clocks:
 30     minItems: 3
 31     maxItems: 4
 32 
 33   clock-names:
 34     minItems: 3
 35     items:
 36       - const: pclk
 37       - const: bit
 38       - const: px
 39       - const: meas
 40 
 41   resets:
 42     maxItems: 1
 43 
 44   reset-names:
 45     items:
 46       - const: top
 47 
 48   phys:
 49     maxItems: 1
 50 
 51   phy-names:
 52     items:
 53       - const: dphy
 54 
 55   ports:
 56     $ref: /schemas/graph.yaml#/properties/ports
 57 
 58     properties:
 59       port@0:
 60         $ref: /schemas/graph.yaml#/properties/port
 61         description: Input node to receive pixel data.
 62 
 63       port@1:
 64         $ref: /schemas/graph.yaml#/properties/port
 65         description: DSI output node to panel.
 66 
 67     required:
 68       - port@0
 69       - port@1
 70 
 71 required:
 72   - compatible
 73   - reg
 74   - clocks
 75   - clock-names
 76   - resets
 77   - reset-names
 78   - phys
 79   - phy-names
 80   - ports
 81 
 82 unevaluatedProperties: false
 83 
 84 examples:
 85   - |
 86     dsi@6000 {
 87           compatible = "amlogic,meson-g12a-dw-mipi-dsi";
 88           reg = <0x6000 0x400>;
 89           resets = <&reset_top>;
 90           reset-names = "top";
 91           clocks = <&clk_pclk>, <&bit_clk>, <&clk_px>;
 92           clock-names = "pclk", "bit", "px";
 93           phys = <&mipi_dphy>;
 94           phy-names = "dphy";
 95 
 96           ports {
 97               #address-cells = <1>;
 98               #size-cells = <0>;
 99 
100               /* VPU VENC Input */
101               mipi_dsi_venc_port: port@0 {
102                   reg = <0>;
103 
104                   mipi_dsi_in: endpoint {
105                        remote-endpoint = <&dpi_out>;
106                   };
107               };
108 
109               /* DSI Output */
110               mipi_dsi_panel_port: port@1 {
111                   reg = <1>;
112 
113                   mipi_out_panel: endpoint {
114                       remote-endpoint = <&mipi_in_panel>;
115                   };
116               };
117           };
118     };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php