Lines Matching +full:mmc +full:- +full:ddr +full:- +full:1 +full:_8v
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Based on meson-gx-p23x-q20x.dtsi:
5 * - Copyright (c) 2016 Endless Computers, Inc.
7 * - Copyright (c) 2016 BayLibre, SAS.
13 #include "meson-gxl-s905x.dtsi"
22 stdout-path = "serial0:115200n8";
30 hdmi_5v: regulator-hdmi-5v {
31 compatible = "regulator-fixed";
33 regulator-name = "HDMI_5V";
34 regulator-min-microvolt = <5000000>;
35 regulator-max-microvolt = <5000000>;
38 enable-active-high;
39 regulator-always-on;
42 vddio_boot: regulator-vddio-boot {
43 compatible = "regulator-fixed";
44 regulator-name = "VDDIO_BOOT";
45 regulator-min-microvolt = <1800000>;
46 regulator-max-microvolt = <1800000>;
49 vddao_3v3: regulator-vddao-3v3 {
50 compatible = "regulator-fixed";
51 regulator-name = "VDDAO_3V3";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
56 vddio_ao18: regulator-vddio-ao18 {
57 compatible = "regulator-fixed";
58 regulator-name = "VDDIO_AO18";
59 regulator-min-microvolt = <1800000>;
60 regulator-max-microvolt = <1800000>;
63 vcc_3v3: regulator-vcc-3v3 {
64 compatible = "regulator-fixed";
65 regulator-name = "VCC_3V3";
66 regulator-min-microvolt = <3300000>;
67 regulator-max-microvolt = <3300000>;
70 emmc_pwrseq: emmc-pwrseq {
71 compatible = "mmc-pwrseq-emmc";
72 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
76 compatible = "pwm-clock";
77 #clock-cells = <0>;
78 clock-frequency = <32768>;
82 sdio_pwrseq: sdio-pwrseq {
83 compatible = "mmc-pwrseq-simple";
84 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
86 clock-names = "ext_clock";
96 pinctrl-0 = <&remote_input_ao_pins>;
97 pinctrl-names = "default";
102 pinctrl-0 = <&pwm_e_pins>;
103 pinctrl-names = "default";
108 vref-supply = <&vddio_ao18>;
114 pinctrl-0 = <&sdio_pins>;
115 pinctrl-1 = <&sdio_clk_gate_pins>;
116 pinctrl-names = "default", "clk-gate";
117 #address-cells = <1>;
118 #size-cells = <0>;
120 bus-width = <4>;
121 cap-sd-highspeed;
122 max-frequency = <50000000>;
124 non-removable;
125 disable-wp;
128 keep-power-in-suspend;
130 mmc-pwrseq = <&sdio_pwrseq>;
132 vmmc-supply = <&vddao_3v3>;
133 vqmmc-supply = <&vddio_boot>;
135 sdio: wifi@1 {
136 reg = <1>;
143 pinctrl-0 = <&sdcard_pins>;
144 pinctrl-1 = <&sdcard_clk_gate_pins>;
145 pinctrl-names = "default", "clk-gate";
147 bus-width = <4>;
148 cap-sd-highspeed;
149 max-frequency = <50000000>;
150 disable-wp;
152 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
154 vmmc-supply = <&vddao_3v3>;
155 vqmmc-supply = <&vddio_boot>;
161 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
162 pinctrl-1 = <&emmc_clk_gate_pins>;
163 pinctrl-names = "default", "clk-gate";
165 bus-width = <8>;
166 cap-mmc-highspeed;
167 max-frequency = <200000000>;
168 non-removable;
169 disable-wp;
170 mmc-ddr-1_8v;
171 mmc-hs200-1_8v;
173 mmc-pwrseq = <&emmc_pwrseq>;
174 vmmc-supply = <&vcc_3v3>;
175 vqmmc-supply = <&vddio_boot>;
181 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
182 pinctrl-names = "default";
183 uart-has-rtscts;
186 compatible = "brcm,bcm43438-bt";
187 shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
188 max-speed = <2000000>;
190 clock-names = "lpo";
196 pinctrl-0 = <&uart_ao_a_pins>;
197 pinctrl-names = "default";
209 phy-supply = <&hdmi_5v>;