Lines Matching +full:simple +full:- +full:card
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree include for the Kontron SMARC-sAMX6i board on a SMARC Eval
10 stdout-path = "serial0:115200n8";
14 #address-cells = <1>;
15 #size-cells = <0>;
16 compatible = "simple-audio-card";
17 simple-audio-card,format = "i2s";
18 simple-audio-card,bitclock-master = <&dailink_master>;
19 simple-audio-card,frame-master = <&dailink_master>;
20 simple-audio-card,widgets =
25 simple-audio-card,routing =
36 simple-audio-card,cpu {
37 sound-dai = <&ssi1>;
40 dailink_master: simple-audio-card,codec {
41 sound-dai = <&wm8904>;
45 reg_codec_mic: regulator-codec-mic {
46 compatible = "regulator-fixed";
47 regulator-name = "V_3V3_MIC";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
50 regulator-always-on;
51 regulator-boot-on;
54 reg_codec_1p8v: regulator-codec-1p8v {
55 compatible = "regulator-fixed";
56 regulator-name = "V_1V8_S0_CODEC";
57 regulator-min-microvolt = <1800000>;
58 regulator-max-microvolt = <1800000>;
59 regulator-always-on;
60 regulator-boot-on;
78 compatible = "jedec,spi-nor";
80 spi-max-frequency = <100000000>;
81 m25p,fast-read;
92 wm8904: audio-codec@1a {
95 #sound-dai-cells = <0>;
97 clock-names = "mclk";
98 AVDD-supply = <®_codec_1p8v>;
99 CPVDD-supply = <®_codec_1p8v>;
100 DBVDD-supply = <®_codec_1p8v>;
101 DCVDD-supply = <®_codec_1p8v>;
102 MICVDD-supply = <®_codec_mic>;