Lines Matching +full:pwrseq +full:- +full:simple

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"
23 stdout-path = "serial0:115200n8";
31 hdmi_5v: regulator-hdmi-5v {
32 compatible = "regulator-fixed";
34 regulator-name = "HDMI_5V";
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
39 enable-active-high;
40 regulator-always-on;
43 vddio_boot: regulator-vddio_boot {
44 compatible = "regulator-fixed";
45 regulator-name = "VDDIO_BOOT";
46 regulator-min-microvolt = <1800000>;
47 regulator-max-microvolt = <1800000>;
50 vddao_3v3: regulator-vddao_3v3 {
51 compatible = "regulator-fixed";
52 regulator-name = "VDDAO_3V3";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
57 vddio_ao18: regulator-vddio_ao18 {
58 compatible = "regulator-fixed";
59 regulator-name = "VDDIO_AO18";
60 regulator-min-microvolt = <1800000>;
61 regulator-max-microvolt = <1800000>;
64 vcc_3v3: regulator-vcc_3v3 {
65 compatible = "regulator-fixed";
66 regulator-name = "VCC_3V3";
67 regulator-min-microvolt = <3300000>;
68 regulator-max-microvolt = <3300000>;
71 emmc_pwrseq: emmc-pwrseq {
72 compatible = "mmc-pwrseq-emmc";
73 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
77 compatible = "pwm-clock";
78 #clock-cells = <0>;
79 clock-frequency = <32768>;
83 sdio_pwrseq: sdio-pwrseq {
84 compatible = "mmc-pwrseq-simple";
85 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
87 clock-names = "ext_clock";
97 pinctrl-0 = <&remote_input_ao_pins>;
98 pinctrl-names = "default";
103 vref-supply = <&vddio_ao18>;
109 pinctrl-0 = <&sdio_pins>;
110 pinctrl-1 = <&sdio_clk_gate_pins>;
111 pinctrl-names = "default", "clk-gate";
112 #address-cells = <1>;
113 #size-cells = <0>;
115 bus-width = <4>;
116 cap-sd-highspeed;
117 max-frequency = <100000000>;
119 non-removable;
120 disable-wp;
122 mmc-pwrseq = <&sdio_pwrseq>;
124 vmmc-supply = <&vddao_3v3>;
125 vqmmc-supply = <&vddio_boot>;
131 pinctrl-0 = <&sdcard_pins>;
132 pinctrl-1 = <&sdcard_clk_gate_pins>;
133 pinctrl-names = "default", "clk-gate";
135 bus-width = <4>;
136 cap-sd-highspeed;
137 max-frequency = <100000000>;
138 disable-wp;
140 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_HIGH>;
141 cd-inverted;
143 vmmc-supply = <&vddao_3v3>;
144 vqmmc-supply = <&vddio_boot>;
150 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
151 pinctrl-1 = <&emmc_clk_gate_pins>;
152 pinctrl-names = "default", "clk-gate";
154 bus-width = <8>;
155 cap-mmc-highspeed;
156 max-frequency = <200000000>;
157 non-removable;
158 disable-wp;
159 mmc-ddr-1_8v;
160 mmc-hs200-1_8v;
162 mmc-pwrseq = <&emmc_pwrseq>;
163 vmmc-supply = <&vcc_3v3>;
164 vqmmc-supply = <&vddio_boot>;
169 pinctrl-0 = <&pwm_e_pins>;
170 pinctrl-names = "default";
172 clock-names = "clkin0";
178 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
179 pinctrl-names = "default";
180 uart-has-rtscts;
185 pinctrl-0 = <&uart_ao_a_pins>;
186 pinctrl-names = "default";
197 phy-supply = <&hdmi_5v>;