Lines Matching +full:ref +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Phong LE <ple@baylibre.com>
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The IT66121 is a high-performance and low-power single channel HDMI
25 reset-gpios:
29 vrf12-supply:
32 vcn33-supply:
35 vcn18-supply:
41 "#sound-dai-cells":
45 $ref: /schemas/graph.yaml#/properties/ports
49 $ref: /schemas/graph.yaml#/$defs/port-base
55 $ref: /schemas/graph.yaml#/$defs/endpoint-base
59 bus-width:
63 - 12 # 12 data lines connected and dual-edge mode
64 - 24 # 24 data lines connected and single-edge mode
68 $ref: /schemas/graph.yaml#/properties/port
72 - port@0
73 - port@1
76 - compatible
77 - reg
78 - reset-gpios
79 - vrf12-supply
80 - vcn33-supply
81 - vcn18-supply
82 - interrupts
83 - ports
88 - |
89 #include <dt-bindings/interrupt-controller/irq.h>
90 #include <dt-bindings/gpio/gpio.h>
92 #address-cells = <1>;
93 #size-cells = <0>;
97 pinctrl-names = "default";
98 pinctrl-0 = <&ite_pins_default>;
99 vcn33-supply = <&mt6358_vcn33_wifi_reg>;
100 vcn18-supply = <&mt6358_vcn18_reg>;
101 vrf12-supply = <&mt6358_vrf12_reg>;
102 reset-gpios = <&pio 160 GPIO_ACTIVE_LOW>;
103 interrupt-parent = <&pio>;
108 #address-cells = <1>;
109 #size-cells = <0>;
114 bus-width = <12>;
115 remote-endpoint = <&display_out>;
122 remote-endpoint = <&hdmi_conn_in>;