Lines Matching +full:vdd18 +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Xin Ji <xji@analogixsemi.com>
14 The ANX7625 is an ultra-low power 4K Mobile HD Transmitter
20 - const: analogix,anx7625
29 enable-gpios:
33 reset-gpios:
37 vdd10-supply:
38 description: Regulator that provides the supply 1.0V power.
40 vdd18-supply:
41 description: Regulator that provides the supply 1.8V power.
43 vdd33-supply:
44 description: Regulator that provides the supply 3.3V power.
46 analogix,lane0-swing:
47 $ref: /schemas/types.yaml#/definitions/uint8-array
58 Pre-emphasis value.
60 swing manual, increase [Swing control] setting to add Vp-p value
68 and Vp-p.
73 analogix,lane1-swing:
74 $ref: /schemas/types.yaml#/definitions/uint8-array
80 swing, please refer lane0-swing property description.
82 analogix,audio-enable:
86 aux-bus:
87 $ref: /schemas/display/dp-aux-bus.yaml#
94 $ref: /schemas/graph.yaml#/$defs/port-base
101 $ref: /schemas/media/video-interfaces.yaml#
106 remote-endpoint: true
108 bus-type:
112 data-lanes: true
120 - port@0
121 - port@1
124 - compatible
125 - reg
126 - vdd10-supply
127 - vdd18-supply
128 - vdd33-supply
129 - ports
134 - |
135 #include <dt-bindings/gpio/gpio.h>
138 #address-cells = <1>;
139 #size-cells = <0>;
144 enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
145 reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
146 vdd10-supply = <&pp1000_mipibrdg>;
147 vdd18-supply = <&pp1800_mipibrdg>;
148 vdd33-supply = <&pp3300_mipibrdg>;
149 analogix,audio-enable;
150 analogix,lane0-swing = /bits/ 8 <0x14 0x54 0x64 0x74>;
151 analogix,lane1-swing = /bits/ 8 <0x14 0x54 0x64 0x74>;
154 #address-cells = <1>;
155 #size-cells = <0>;
160 remote-endpoint = <&mipi_dsi>;
161 bus-type = <7>;
162 data-lanes = <0 1 2 3>;
169 remote-endpoint = <&panel_in>;
174 aux-bus {
176 compatible = "innolux,n125hce-gn1";
177 power-supply = <&pp3300_disp_x>;
182 remote-endpoint = <&anx7625_out>;