Lines Matching +full:disable +full:- +full:wp
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";
40 sound-name-prefix = "DIT";
44 compatible = "gpio-leds";
46 led-blue {
47 label = "rbox-pro:blue:on";
49 default-state = "on";
52 led-red {
53 label = "rbox-pro:red:standby";
55 default-state = "off";
56 retain-state-suspended;
57 panic-indicator;
61 vddio_boot: regulator-vddio-boot {
62 compatible = "regulator-fixed";
63 regulator-name = "VDDIO_BOOT";
64 regulator-min-microvolt = <1800000>;
65 regulator-max-microvolt = <1800000>;
68 vddao_3v3: regulator-vddao-3v3 {
69 compatible = "regulator-fixed";
70 regulator-name = "VDDAO_3V3";
71 regulator-min-microvolt = <3300000>;
72 regulator-max-microvolt = <3300000>;
75 vcc_3v3: regulator-vcc-3v3 {
76 compatible = "regulator-fixed";
77 regulator-name = "VCC_3V3";
78 regulator-min-microvolt = <3300000>;
79 regulator-max-microvolt = <3300000>;
82 emmc_pwrseq: emmc-pwrseq {
83 compatible = "mmc-pwrseq-emmc";
84 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
88 compatible = "pwm-clock";
89 #clock-cells = <0>;
90 clock-frequency = <32768>;
94 sdio_pwrseq: sdio-pwrseq {
95 compatible = "mmc-pwrseq-simple";
96 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
98 clock-names = "ext_clock";
102 compatible = "amlogic,gx-sound-card";
103 model = "RBOX-PRO";
104 assigned-clocks = <&clkc CLKID_MPLL0>,
107 assigned-clock-parents = <0>, <0>, <0>;
108 assigned-clock-rates = <294912000>,
112 dai-link-0 {
113 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
116 dai-link-1 {
117 sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
120 dai-link-2 {
121 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
122 dai-format = "i2s";
123 mclk-fs = <256>;
125 codec-0 {
126 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
130 dai-link-3 {
131 sound-dai = <&aiu AIU_CPU CPU_SPDIF_ENCODER>;
133 codec-0 {
134 sound-dai = <&spdif_dit>;
138 dai-link-4 {
139 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
141 codec-0 {
142 sound-dai = <&hdmi_tx>;
150 pinctrl-0 = <&spdif_out_h_pins>;
151 pinctrl-names = "default";
157 pinctrl-0 = <ð_pins>;
158 pinctrl-names = "default";
161 phy-handle = <&external_phy>;
163 amlogic,tx-delay-ns = <2>;
166 phy-mode = "rgmii";
170 external_phy: ethernet-phy@0 {
173 max-speed = <1000>;
175 reset-assert-us = <10000>;
176 reset-deassert-us = <80000>;
177 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
183 pinctrl-0 = <&remote_input_ao_pins>;
184 pinctrl-names = "default";
189 pinctrl-0 = <&pwm_e_pins>;
190 pinctrl-names = "default";
192 clock-names = "clkin0";
198 pinctrl-0 = <&sdio_pins>;
199 pinctrl-names = "default";
200 #address-cells = <1>;
201 #size-cells = <0>;
203 bus-width = <4>;
204 cap-sd-highspeed;
205 max-frequency = <50000000>;
207 non-removable;
208 disable-wp;
211 keep-power-in-suspend;
213 mmc-pwrseq = <&sdio_pwrseq>;
215 vmmc-supply = <&vddao_3v3>;
216 vqmmc-supply = <&vddio_boot>;
220 compatible = "brcm,bcm4329-fmac";
227 pinctrl-0 = <&sdcard_pins>;
228 pinctrl-names = "default";
230 bus-width = <4>;
231 cap-sd-highspeed;
232 max-frequency = <50000000>;
233 disable-wp;
235 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
237 vmmc-supply = <&vddao_3v3>;
238 vqmmc-supply = <&vddio_boot>;
244 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
245 pinctrl-names = "default";
247 bus-width = <8>;
248 cap-mmc-highspeed;
249 max-frequency = <200000000>;
250 non-removable;
251 disable-wp;
252 mmc-ddr-1_8v;
253 mmc-hs200-1_8v;
255 mmc-pwrseq = <&emmc_pwrseq>;
256 vmmc-supply = <&vcc_3v3>;
257 vqmmc-supply = <&vddio_boot>;
262 pinctrl-0 = <&uart_ao_a_pins>;
263 pinctrl-names = "default";