Lines Matching +full:composite +full:- +full:video +full:- +full:connector

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
10 /dts-v1/;
12 #include "meson-gxm.dtsi"
13 #include <dt-bindings/sound/meson-aiu.h>
16 compatible = "nexbox,a1", "amlogic,s912", "amlogic,meson-gxm";
25 stdout-path = "serial0:115200n8";
28 spdif_dit: audio-codec-0 {
29 #sound-dai-cells = <0>;
30 compatible = "linux,spdif-dit";
31 sound-name-prefix = "DIT";
39 vddio_boot: regulator-vddio-boot {
40 compatible = "regulator-fixed";
41 regulator-name = "VDDIO_BOOT";
42 regulator-min-microvolt = <1800000>;
43 regulator-max-microvolt = <1800000>;
46 vddao_3v3: regulator-vddao-3v3 {
47 compatible = "regulator-fixed";
48 regulator-name = "VDDAO_3V3";
49 regulator-min-microvolt = <3300000>;
50 regulator-max-microvolt = <3300000>;
53 vcc_3v3: regulator-vcc-3v3 {
54 compatible = "regulator-fixed";
55 regulator-name = "VCC_3V3";
56 regulator-min-microvolt = <3300000>;
57 regulator-max-microvolt = <3300000>;
60 emmc_pwrseq: emmc-pwrseq {
61 compatible = "mmc-pwrseq-emmc";
62 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
65 cvbs-connector {
66 compatible = "composite-video-connector";
70 remote-endpoint = <&cvbs_vdac_out>;
75 hdmi-connector {
76 compatible = "hdmi-connector";
81 remote-endpoint = <&hdmi_tx_tmds_out>;
87 compatible = "amlogic,gx-sound-card";
88 model = "NEXBOX-A1";
93 assigned-clocks = <&clkc CLKID_MPLL0>,
96 assigned-clock-parents = <0>, <0>, <0>;
97 assigned-clock-rates = <294912000>,
101 dai-link-0 {
102 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
105 dai-link-1 {
106 sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
109 dai-link-2 {
110 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
111 dai-format = "i2s";
112 mclk-fs = <256>;
114 codec-0 {
115 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
119 dai-link-3 {
120 sound-dai = <&aiu AIU_CPU CPU_SPDIF_ENCODER>;
122 codec-0 {
123 sound-dai = <&spdif_dit>;
127 dai-link-4 {
128 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
130 codec-0 {
131 sound-dai = <&hdmi_tx>;
139 pinctrl-0 = <&spdif_out_h_pins>;
140 pinctrl-names = "default";
145 pinctrl-0 = <&ao_cec_pins>;
146 pinctrl-names = "default";
147 hdmi-phandle = <&hdmi_tx>;
152 remote-endpoint = <&cvbs_connector_in>;
159 pinctrl-0 = <&eth_pins>;
160 pinctrl-names = "default";
163 phy-handle = <&external_phy>;
165 amlogic,tx-delay-ns = <2>;
168 phy-mode = "rgmii";
172 external_phy: ethernet-phy@0 {
175 max-speed = <1000>;
177 reset-assert-us = <10000>;
178 reset-deassert-us = <80000>;
179 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
185 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
186 pinctrl-names = "default";
191 remote-endpoint = <&hdmi_connector_in>;
197 pinctrl-0 = <&remote_input_ao_pins>;
198 pinctrl-names = "default";
204 pinctrl-0 = <&sdcard_pins>;
205 pinctrl-1 = <&sdcard_clk_gate_pins>;
206 pinctrl-names = "default", "clk-gate";
208 bus-width = <4>;
209 cap-sd-highspeed;
210 max-frequency = <50000000>;
211 disable-wp;
213 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
215 vmmc-supply = <&vddao_3v3>;
216 vqmmc-supply = <&vddio_boot>;
222 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
223 pinctrl-1 = <&emmc_clk_gate_pins>;
224 pinctrl-names = "default", "clk-gate";
226 bus-width = <8>;
227 cap-mmc-highspeed;
228 max-frequency = <200000000>;
229 non-removable;
230 disable-wp;
231 mmc-ddr-1_8v;
232 mmc-hs200-1_8v;
234 mmc-pwrseq = <&emmc_pwrseq>;
235 vmmc-supply = <&vcc_3v3>;
236 vqmmc-supply = <&vddio_boot>;
241 pinctrl-0 = <&uart_ao_a_pins>;
242 pinctrl-names = "default";