Lines Matching +full:meson +full:- +full:saradc

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/sound/meson-aiu.h>
13 #include "meson-gxl-s805x.dtsi"
16 compatible = "amlogic,p241", "amlogic,s805x", "amlogic,meson-gxl";
17 model = "Amlogic Meson GXL (S805X) P241 Development Board";
25 au2: analog-amplifier {
26 compatible = "simple-audio-amplifier";
27 sound-name-prefix = "AU2";
28 VCC-supply = <&vcc_5v>;
29 enable-gpios = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;
33 stdout-path = "serial0:115200n8";
36 cvbs-connector {
37 compatible = "composite-video-connector";
41 remote-endpoint = <&cvbs_vdac_out>;
46 emmc_pwrseq: emmc-pwrseq {
47 compatible = "mmc-pwrseq-emmc";
48 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
51 hdmi-connector {
52 compatible = "hdmi-connector";
57 remote-endpoint = <&hdmi_tx_tmds_out>;
67 vddio_boot: regulator-vddio_boot {
68 compatible = "regulator-fixed";
69 regulator-name = "VDDIO_BOOT";
70 regulator-min-microvolt = <1800000>;
71 regulator-max-microvolt = <1800000>;
74 vddao_3v3: regulator-vddao_3v3 {
75 compatible = "regulator-fixed";
76 regulator-name = "VDDAO_3V3";
77 regulator-min-microvolt = <3300000>;
78 regulator-max-microvolt = <3300000>;
81 vddio_ao18: regulator-vddio_ao18 {
82 compatible = "regulator-fixed";
83 regulator-name = "VDDIO_AO18";
84 regulator-min-microvolt = <1800000>;
85 regulator-max-microvolt = <1800000>;
88 vcc_3v3: regulator-vcc_3v3 {
89 compatible = "regulator-fixed";
90 regulator-name = "VCC_3V3";
91 regulator-min-microvolt = <3300000>;
92 regulator-max-microvolt = <3300000>;
95 vcc_5v: regulator-vcc-5v {
96 compatible = "regulator-fixed";
97 regulator-name = "VCC_5V";
98 regulator-min-microvolt = <5000000>;
99 regulator-max-microvolt = <5000000>;
103 emmc_pwrseq: emmc-pwrseq {
104 compatible = "mmc-pwrseq-emmc";
105 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
109 compatible = "pwm-clock";
110 #clock-cells = <0>;
111 clock-frequency = <32768>;
115 sdio_pwrseq: sdio-pwrseq {
116 compatible = "mmc-pwrseq-simple";
117 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
119 clock-names = "ext_clock";
123 compatible = "amlogic,gx-sound-card";
124 model = "GXL-P241";
125 audio-aux-devs = <&au2>;
126 audio-widgets = "Line", "Lineout";
127 audio-routing = "AU2 INL", "ACODEC LOLN",
131 assigned-clocks = <&clkc CLKID_MPLL0>,
134 assigned-clock-parents = <0>, <0>, <0>;
135 assigned-clock-rates = <294912000>,
140 dai-link-0 {
141 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
144 dai-link-1 {
145 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
146 dai-format = "i2s";
147 mclk-fs = <256>;
149 codec-0 {
150 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
153 codec-1 {
154 sound-dai = <&aiu AIU_ACODEC CTRL_I2S>;
158 dai-link-2 {
159 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
161 codec-0 {
162 sound-dai = <&hdmi_tx>;
166 dai-link-3 {
167 sound-dai = <&aiu AIU_ACODEC CTRL_OUT>;
169 codec-0 {
170 sound-dai = <&acodec>;
177 AVDD-supply = <&vddio_ao18>;
187 pinctrl-0 = <&ao_cec_pins>;
188 pinctrl-names = "default";
189 hdmi-phandle = <&hdmi_tx>;
194 remote-endpoint = <&cvbs_connector_in>;
203 pinctrl-0 = <&eth_link_led_pins>, <&eth_act_led_pins>;
204 pinctrl-names = "default";
209 pinctrl-0 = <&remote_input_ao_pins>;
210 pinctrl-names = "default";
215 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
216 pinctrl-names = "default";
217 hdmi-supply = <&vcc_5v>;
222 remote-endpoint = <&hdmi_connector_in>;
226 &saradc {
228 vref-supply = <&vddio_ao18>;
234 pinctrl-0 = <&sdio_pins>;
235 pinctrl-1 = <&sdio_clk_gate_pins>;
236 pinctrl-names = "default", "clk-gate";
237 #address-cells = <1>;
238 #size-cells = <0>;
240 bus-width = <4>;
241 cap-sd-highspeed;
242 max-frequency = <50000000>;
244 non-removable;
245 disable-wp;
248 keep-power-in-suspend;
250 mmc-pwrseq = <&sdio_pwrseq>;
252 vmmc-supply = <&vddao_3v3>;
253 vqmmc-supply = <&vddio_boot>;
259 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
260 pinctrl-1 = <&emmc_clk_gate_pins>;
261 pinctrl-names = "default", "clk-gate";
263 bus-width = <8>;
264 cap-mmc-highspeed;
265 max-frequency = <200000000>;
266 non-removable;
267 disable-wp;
268 mmc-ddr-1_8v;
269 mmc-hs200-1_8v;
271 mmc-pwrseq = <&emmc_pwrseq>;
272 vmmc-supply = <&vcc_3v3>;
273 vqmmc-supply = <&vddio_boot>;
278 pinctrl-0 = <&pwm_e_pins>;
279 pinctrl-names = "default";
281 clock-names = "clkin0";
287 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
288 pinctrl-names = "default";
289 uart-has-rtscts;
294 pinctrl-0 = <&uart_ao_a_pins>;
295 pinctrl-names = "default";
304 phy-supply = <&vcc_5v>;