Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b06c8c6e authored by Maxime Jourdan's avatar Maxime Jourdan Committed by Kevin Hilman
Browse files

arm64: dts: meson: sei510: add max98357a DAC



The SEI510 board features a max98357a audio codec for built-in
speaker

Signed-off-by: default avatarMaxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent b3997808
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -32,6 +32,13 @@
		ethernet0 = &ethmac;
	};

	mono_dac: audio-codec {
		compatible = "maxim,max98357a";
		#sound-dai-cells = <0>;
		sound-name-prefix = "U16";
		sdmode-gpios = <&gpio GPIOX_8 GPIO_ACTIVE_HIGH>;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};