Lines Matching +full:sd +full:- +full:uhs +full:- +full:sdr12
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include "meson-gxbb.dtsi"
17 stdout-path = "serial0:115200n8";
25 usb_pwr: regulator-usb-pwrs {
26 compatible = "regulator-fixed";
28 regulator-name = "USB_PWR";
30 regulator-min-microvolt = <5000000>;
31 regulator-max-microvolt = <5000000>;
35 enable-active-high;
38 vddio_card: gpio-regulator {
39 compatible = "regulator-gpio";
41 regulator-name = "VDDIO_CARD";
42 regulator-min-microvolt = <1800000>;
43 regulator-max-microvolt = <3300000>;
46 gpios-states = <1>;
52 regulator-settling-time-up-us = <10000>;
53 regulator-settling-time-down-us = <150000>;
56 vddio_boot: regulator-vddio-boot {
57 compatible = "regulator-fixed";
58 regulator-name = "VDDIO_BOOT";
59 regulator-min-microvolt = <1800000>;
60 regulator-max-microvolt = <1800000>;
63 vddao_3v3: regulator-vddao-3v3 {
64 compatible = "regulator-fixed";
65 regulator-name = "VDDAO_3V3";
66 regulator-min-microvolt = <3300000>;
67 regulator-max-microvolt = <3300000>;
70 vcc_3v3: regulator-vcc-3v3 {
71 compatible = "regulator-fixed";
72 regulator-name = "VCC_3V3";
73 regulator-min-microvolt = <3300000>;
74 regulator-max-microvolt = <3300000>;
77 emmc_pwrseq: emmc-pwrseq {
78 compatible = "mmc-pwrseq-emmc";
79 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
83 compatible = "pwm-clock";
84 #clock-cells = <0>;
85 clock-frequency = <32768>;
89 sdio_pwrseq: sdio-pwrseq {
90 compatible = "mmc-pwrseq-simple";
91 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
93 clock-names = "ext_clock";
96 cvbs_connector: cvbs-connector {
97 compatible = "composite-video-connector";
101 remote-endpoint = <&cvbs_vdac_out>;
106 hdmi-connector {
107 compatible = "hdmi-connector";
112 remote-endpoint = <&hdmi_tx_tmds_out>;
120 pinctrl-0 = <&ao_cec_pins>;
121 pinctrl-names = "default";
122 hdmi-phandle = <&hdmi_tx>;
127 remote-endpoint = <&cvbs_connector_in>;
133 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
134 pinctrl-names = "default";
139 remote-endpoint = <&hdmi_connector_in>;
145 pinctrl-0 = <&remote_input_ao_pins>;
146 pinctrl-names = "default";
151 pinctrl-0 = <&pwm_e_pins>;
152 pinctrl-names = "default";
154 clock-names = "clkin0";
160 pinctrl-0 = <&sdio_pins>;
161 pinctrl-1 = <&sdio_clk_gate_pins>;
162 pinctrl-names = "default", "clk-gate";
163 #address-cells = <1>;
164 #size-cells = <0>;
166 bus-width = <4>;
167 cap-sd-highspeed;
168 max-frequency = <50000000>;
170 non-removable;
171 disable-wp;
174 keep-power-in-suspend;
176 mmc-pwrseq = <&sdio_pwrseq>;
178 vmmc-supply = <&vddao_3v3>;
179 vqmmc-supply = <&vddio_boot>;
183 compatible = "brcm,bcm4329-fmac";
187 /* SD card */
190 pinctrl-0 = <&sdcard_pins>;
191 pinctrl-1 = <&sdcard_clk_gate_pins>;
192 pinctrl-names = "default", "clk-gate";
194 bus-width = <4>;
195 cap-sd-highspeed;
196 sd-uhs-sdr12;
197 sd-uhs-sdr25;
198 sd-uhs-sdr50;
199 max-frequency = <100000000>;
200 disable-wp;
202 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
204 vmmc-supply = <&vddao_3v3>;
205 vqmmc-supply = <&vddio_card>;
211 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
212 pinctrl-1 = <&emmc_clk_gate_pins>;
213 pinctrl-names = "default", "clk-gate";
215 bus-width = <8>;
216 cap-mmc-highspeed;
217 max-frequency = <200000000>;
218 non-removable;
219 disable-wp;
220 mmc-ddr-1_8v;
221 mmc-hs200-1_8v;
223 mmc-pwrseq = <&emmc_pwrseq>;
224 vmmc-supply = <&vcc_3v3>;
225 vqmmc-supply = <&vddio_boot>;
231 pinctrl-0 = <&uart_ao_a_pins>;
232 pinctrl-names = "default";
237 phy-supply = <&usb_pwr>;