summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-evk-hifiberry-dac2.dts
blob: eaf5a987fd8c188988dd79154067a41e3737b1d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright 2022 NXP.
 */

#include "imx8mp-evk-hifiberry-dacplus.dts"

/ {
	sound-pcm512x {
		audio-widgets =
			"Headphone", "Headphone Jack",
			"Line", "Left Line Out Jack",
			"Line", "Right Line Out Jack";
		audio-routing =
			"Headphone Jack", "HPLEFT",
			"Headphone Jack", "HPRIGHT",
			"Left Line Out Jack", "OUTL",
			"Right Line Out Jack", "OUTR";
		aux-devs= <&headphone_amp>;
	};
};

&i2c3 {
	headphone_amp: amp@60 {
		compatible = "ti,tpa6130a2";
		Vdd-supply = <&reg_3v3_vext>;
		reg = <0x60>;
		status = "okay";
	};
};