Lines Matching +full:reset +full:- +full:assert +full:- +full:us

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
10 /dts-v1/;
12 #include "meson-gxm.dtsi"
15 compatible = "nexbox,a1", "amlogic,s912", "amlogic,meson-gxm";
24 stdout-path = "serial0:115200n8";
32 vddio_boot: regulator-vddio-boot {
33 compatible = "regulator-fixed";
34 regulator-name = "VDDIO_BOOT";
35 regulator-min-microvolt = <1800000>;
36 regulator-max-microvolt = <1800000>;
39 vddao_3v3: regulator-vddao-3v3 {
40 compatible = "regulator-fixed";
41 regulator-name = "VDDAO_3V3";
42 regulator-min-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
46 vcc_3v3: regulator-vcc-3v3 {
47 compatible = "regulator-fixed";
48 regulator-name = "VCC_3V3";
49 regulator-min-microvolt = <3300000>;
50 regulator-max-microvolt = <3300000>;
53 emmc_pwrseq: emmc-pwrseq {
54 compatible = "mmc-pwrseq-emmc";
55 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
58 cvbs-connector {
59 compatible = "composite-video-connector";
63 remote-endpoint = <&cvbs_vdac_out>;
68 hdmi-connector {
69 compatible = "hdmi-connector";
74 remote-endpoint = <&hdmi_tx_tmds_out>;
82 pinctrl-0 = <&ao_cec_pins>;
83 pinctrl-names = "default";
84 hdmi-phandle = <&hdmi_tx>;
89 remote-endpoint = <&cvbs_connector_in>;
96 pinctrl-0 = <&eth_pins>;
97 pinctrl-names = "default";
100 phy-handle = <&external_phy>;
102 amlogic,tx-delay-ns = <2>;
105 phy-mode = "rgmii";
109 external_phy: ethernet-phy@0 {
112 max-speed = <1000>;
114 reset-assert-us = <10000>;
115 reset-deassert-us = <30000>;
116 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
122 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
123 pinctrl-names = "default";
128 remote-endpoint = <&hdmi_connector_in>;
134 pinctrl-0 = <&remote_input_ao_pins>;
135 pinctrl-names = "default";
141 pinctrl-0 = <&sdcard_pins>;
142 pinctrl-1 = <&sdcard_clk_gate_pins>;
143 pinctrl-names = "default", "clk-gate";
145 bus-width = <4>;
146 cap-sd-highspeed;
147 max-frequency = <50000000>;
148 disable-wp;
150 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
152 vmmc-supply = <&vddao_3v3>;
153 vqmmc-supply = <&vddio_boot>;
159 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
160 pinctrl-1 = <&emmc_clk_gate_pins>;
161 pinctrl-names = "default", "clk-gate";
163 bus-width = <8>;
164 cap-mmc-highspeed;
165 max-frequency = <200000000>;
166 non-removable;
167 disable-wp;
168 mmc-ddr-1_8v;
169 mmc-hs200-1_8v;
171 mmc-pwrseq = <&emmc_pwrseq>;
172 vmmc-supply = <&vcc_3v3>;
173 vqmmc-supply = <&vddio_boot>;
178 pinctrl-0 = <&uart_ao_a_pins>;
179 pinctrl-names = "default";