Lines Matching +full:mmc +full:- +full:pwrseq
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Andreas Färber
5 * Based on nexbox-a1:
14 /dts-v1/;
16 #include "meson-gxm.dtsi"
17 #include <dt-bindings/sound/meson-aiu.h>
20 compatible = "kingnovel,r-box-pro", "amlogic,s912", "amlogic,meson-gxm";
21 model = "R-Box Pro";
29 stdout-path = "serial0:115200n8";
37 spdif_dit: audio-codec-0 {
38 #sound-dai-cells = <0>;
39 compatible = "linux,spdif-dit";
41 sound-name-prefix = "DIT";
45 compatible = "gpio-leds";
47 led-blue {
48 label = "rbox-pro:blue:on";
50 default-state = "on";
53 led-red {
54 label = "rbox-pro:red:standby";
56 default-state = "off";
57 retain-state-suspended;
58 panic-indicator;
62 vddio_boot: regulator-vddio-boot {
63 compatible = "regulator-fixed";
64 regulator-name = "VDDIO_BOOT";
65 regulator-min-microvolt = <1800000>;
66 regulator-max-microvolt = <1800000>;
69 vddao_3v3: regulator-vddao-3v3 {
70 compatible = "regulator-fixed";
71 regulator-name = "VDDAO_3V3";
72 regulator-min-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
76 vcc_3v3: regulator-vcc-3v3 {
77 compatible = "regulator-fixed";
78 regulator-name = "VCC_3V3";
79 regulator-min-microvolt = <3300000>;
80 regulator-max-microvolt = <3300000>;
83 emmc_pwrseq: emmc-pwrseq {
84 compatible = "mmc-pwrseq-emmc";
85 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
89 compatible = "pwm-clock";
90 #clock-cells = <0>;
91 clock-frequency = <32768>;
95 sdio_pwrseq: sdio-pwrseq {
96 compatible = "mmc-pwrseq-simple";
97 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
99 clock-names = "ext_clock";
103 compatible = "amlogic,gx-sound-card";
104 model = "RBOX-PRO";
105 assigned-clocks = <&clkc CLKID_MPLL0>,
108 assigned-clock-parents = <0>, <0>, <0>;
109 assigned-clock-rates = <294912000>,
113 dai-link-0 {
114 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
117 dai-link-1 {
118 sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
121 dai-link-2 {
122 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
123 dai-format = "i2s";
124 mclk-fs = <256>;
126 codec-0 {
127 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
131 dai-link-3 {
132 sound-dai = <&aiu AIU_CPU CPU_SPDIF_ENCODER>;
134 codec-0 {
135 sound-dai = <&spdif_dit>;
139 dai-link-4 {
140 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
142 codec-0 {
143 sound-dai = <&hdmi_tx>;
151 pinctrl-0 = <&spdif_out_h_pins>;
152 pinctrl-names = "default";
158 pinctrl-0 = <ð_pins>;
159 pinctrl-names = "default";
162 phy-handle = <&external_phy>;
164 amlogic,tx-delay-ns = <2>;
167 phy-mode = "rgmii";
171 external_phy: ethernet-phy@0 {
174 max-speed = <1000>;
176 reset-assert-us = <10000>;
177 reset-deassert-us = <80000>;
178 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
184 pinctrl-0 = <&remote_input_ao_pins>;
185 pinctrl-names = "default";
190 pinctrl-0 = <&pwm_e_pins>;
191 pinctrl-names = "default";
193 clock-names = "clkin0";
199 pinctrl-0 = <&sdio_pins>;
200 pinctrl-names = "default";
201 #address-cells = <1>;
202 #size-cells = <0>;
204 bus-width = <4>;
205 cap-sd-highspeed;
206 max-frequency = <50000000>;
208 non-removable;
209 disable-wp;
212 keep-power-in-suspend;
214 mmc-pwrseq = <&sdio_pwrseq>;
216 vmmc-supply = <&vddao_3v3>;
217 vqmmc-supply = <&vddio_boot>;
221 compatible = "brcm,bcm4329-fmac";
228 pinctrl-0 = <&sdcard_pins>;
229 pinctrl-names = "default";
231 bus-width = <4>;
232 cap-sd-highspeed;
233 max-frequency = <50000000>;
234 disable-wp;
236 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
238 vmmc-supply = <&vddao_3v3>;
239 vqmmc-supply = <&vddio_boot>;
245 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
246 pinctrl-names = "default";
248 bus-width = <8>;
249 cap-mmc-highspeed;
250 max-frequency = <200000000>;
251 non-removable;
252 disable-wp;
253 mmc-ddr-1_8v;
254 mmc-hs200-1_8v;
256 mmc-pwrseq = <&emmc_pwrseq>;
257 vmmc-supply = <&vcc_3v3>;
258 vqmmc-supply = <&vddio_boot>;
263 pinctrl-0 = <&uart_ao_a_pins>;
264 pinctrl-names = "default";