arm64: dts: meson: sei510: add max98357a DAC

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

Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Maxime Jourdan
2019-05-24 16:03:17 +02:00
committed by Kevin Hilman
parent b39978086a
commit b06c8c6e9b

View File

@@ -32,6 +32,13 @@ aliases {
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";
};