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
28 enable-gpios:
32 reset-gpios:
36 vdd10-supply:
37 description: Regulator that provides the supply 1.0V power.
39 vdd18-supply:
40 description: Regulator that provides the supply 1.8V power.
42 vdd33-supply:
43 description: Regulator that provides the supply 3.3V power.
45 analogix,lane0-swing:
46 $ref: /schemas/types.yaml#/definitions/uint8-array
57 Pre-emphasis value.
59 swing manual, increase [Swing control] setting to add Vp-p value
67 and Vp-p.
72 analogix,lane1-swing:
73 $ref: /schemas/types.yaml#/definitions/uint8-array
79 swing, please refer lane0-swing property description.
81 analogix,audio-enable:
85 aux-bus:
86 $ref: /schemas/display/dp-aux-bus.yaml#
93 $ref: /schemas/graph.yaml#/$defs/port-base
100 $ref: /schemas/media/video-interfaces.yaml#
105 remote-endpoint: true
107 bus-type:
111 data-lanes: true
119 - port@0
120 - port@1
123 - compatible
124 - reg
125 - vdd10-supply
126 - vdd18-supply
127 - vdd33-supply
128 - ports
133 - |
134 #include <dt-bindings/gpio/gpio.h>
137 #address-cells = <1>;
138 #size-cells = <0>;
143 enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
144 reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
145 vdd10-supply = <&pp1000_mipibrdg>;
146 vdd18-supply = <&pp1800_mipibrdg>;
147 vdd33-supply = <&pp3300_mipibrdg>;
148 analogix,audio-enable;
149 analogix,lane0-swing = /bits/ 8 <0x14 0x54 0x64 0x74>;
150 analogix,lane1-swing = /bits/ 8 <0x14 0x54 0x64 0x74>;
153 #address-cells = <1>;
154 #size-cells = <0>;
159 remote-endpoint = <&mipi_dsi>;
160 bus-type = <7>;
161 data-lanes = <0 1 2 3>;
168 remote-endpoint = <&panel_in>;
173 aux-bus {
175 compatible = "innolux,n125hce-gn1";
176 power-supply = <&pp3300_disp_x>;
181 remote-endpoint = <&anx7625_out>;