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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/display/bridge/ti,dlpc3433.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-only OR BSD-2-Clause)
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/display/bridge/ti,dlpc3433.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: TI DLPC3433 MIPI DSI to DMD bridge
  8 
  9 maintainers:
 10   - Jagan Teki <jagan@amarulasolutions.com>
 11   - Christopher Vollo <chris@renewoutreach.org>
 12 
 13 description: |
 14   TI DLPC3433 is a MIPI DSI based display controller bridge
 15   for processing high resolution DMD based projectors.
 16 
 17   It has a flexible configuration of MIPI DSI and DPI signal
 18   input that produces a DMD output in RGB565, RGB666, RGB888
 19   formats.
 20 
 21   It supports upto 720p resolution with 60 and 120 Hz refresh
 22   rates.
 23 
 24 properties:
 25   compatible:
 26     const: ti,dlpc3433
 27 
 28   reg:
 29     enum:
 30       - 0x1b
 31       - 0x1d
 32 
 33   enable-gpios:
 34     description: PROJ_ON pin, chip powers up PROJ_ON is high.
 35 
 36   vcc_intf-supply:
 37     description: A 1.8V/3.3V supply that power the Host I/O.
 38 
 39   vcc_flsh-supply:
 40     description: A 1.8V/3.3V supply that power the Flash I/O.
 41 
 42   ports:
 43     $ref: /schemas/graph.yaml#/properties/ports
 44 
 45     properties:
 46       port@0:
 47         $ref: /schemas/graph.yaml#/$defs/port-base
 48         unevaluatedProperties: false
 49         description: Video port for MIPI DSI input.
 50 
 51         properties:
 52           endpoint:
 53             $ref: /schemas/media/video-interfaces.yaml#
 54             unevaluatedProperties: false
 55 
 56             properties:
 57               data-lanes:
 58                 description: array of physical DSI data lane indexes.
 59                 minItems: 1
 60                 items:
 61                   - const: 1
 62                   - const: 2
 63                   - const: 3
 64                   - const: 4
 65 
 66       port@1:
 67         $ref: /schemas/graph.yaml#/properties/port
 68         description: Video port for DMD output.
 69 
 70     required:
 71       - port@0
 72       - port@1
 73 
 74 required:
 75   - compatible
 76   - reg
 77   - enable-gpios
 78   - ports
 79 
 80 additionalProperties: false
 81 
 82 examples:
 83   - |
 84     #include <dt-bindings/gpio/gpio.h>
 85 
 86     i2c {
 87         #address-cells = <1>;
 88         #size-cells = <0>;
 89 
 90         bridge@1b {
 91             compatible = "ti,dlpc3433";
 92             reg = <0x1b>;
 93             enable-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
 94 
 95             ports {
 96                 #address-cells = <1>;
 97                 #size-cells = <0>;
 98 
 99                 port@0 {
100                     reg = <0>;
101 
102                     bridge_in_dsi: endpoint {
103                         remote-endpoint = <&dsi_out_bridge>;
104                         data-lanes = <1 2 3 4>;
105                     };
106                 };
107 
108                 port@1 {
109                     reg = <1>;
110 
111                     bridge_out_panel: endpoint {
112                         remote-endpoint = <&panel_out_bridge>;
113                     };
114                 };
115             };
116         };
117     };

~ [ 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