Lines Matching +full:retain +full:- +full:on +full:- +full:reset

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";
108 assigned-clocks = <&clkc CLKID_MPLL0>,
111 assigned-clock-parents = <0>, <0>, <0>;
112 assigned-clock-rates = <294912000>,
116 dai-link-0 {
117 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
120 dai-link-1 {
121 sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
124 dai-link-2 {
125 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
126 dai-format = "i2s";
127 mclk-fs = <256>;
129 codec-0 {
130 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
134 dai-link-3 {
135 sound-dai = <&aiu AIU_CPU CPU_SPDIF_ENCODER>;
137 codec-0 {
138 sound-dai = <&spdif_dit>;
142 dai-link-4 {
143 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
145 codec-0 {
146 sound-dai = <&hdmi_tx>;
154 pinctrl-0 = <&spdif_out_h_pins>;
155 pinctrl-names = "default";
161 pinctrl-0 = <&eth_pins>;
162 pinctrl-names = "default";
165 phy-handle = <&external_phy>;
167 amlogic,tx-delay-ns = <2>;
170 phy-mode = "rgmii";
174 external_phy: ethernet-phy@0 {
177 max-speed = <1000>;
179 reset-assert-us = <10000>;
180 reset-deassert-us = <80000>;
181 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
187 pinctrl-0 = <&remote_input_ao_pins>;
188 pinctrl-names = "default";
193 pinctrl-0 = <&pwm_e_pins>;
194 pinctrl-names = "default";
196 clock-names = "clkin0";
202 pinctrl-0 = <&sdio_pins>;
203 pinctrl-names = "default";
204 #address-cells = <1>;
205 #size-cells = <0>;
207 bus-width = <4>;
208 cap-sd-highspeed;
209 max-frequency = <50000000>;
211 non-removable;
212 disable-wp;
215 keep-power-in-suspend;
217 mmc-pwrseq = <&sdio_pwrseq>;
219 vmmc-supply = <&vddao_3v3>;
220 vqmmc-supply = <&vddio_boot>;
224 compatible = "brcm,bcm4329-fmac";
231 pinctrl-0 = <&sdcard_pins>;
232 pinctrl-names = "default";
234 bus-width = <4>;
235 cap-sd-highspeed;
236 max-frequency = <50000000>;
237 disable-wp;
239 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
241 vmmc-supply = <&vddao_3v3>;
242 vqmmc-supply = <&vddio_boot>;
248 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
249 pinctrl-names = "default";
251 bus-width = <8>;
252 cap-mmc-highspeed;
253 max-frequency = <200000000>;
254 non-removable;
255 disable-wp;
256 mmc-ddr-1_8v;
257 mmc-hs200-1_8v;
259 mmc-pwrseq = <&emmc_pwrseq>;
260 vmmc-supply = <&vcc_3v3>;
261 vqmmc-supply = <&vddio_boot>;
266 pinctrl-0 = <&uart_ao_a_pins>;
267 pinctrl-names = "default";