summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-19x19-ddr3-arm2-sai.dts
blob: 1b9d6a815699b54dd49d8d8b6c8fecaf906ab6bc (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
31
32
33
/*
 * Copyright (C) 2015 Freescale Semiconductor, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include "imx7d-19x19-ddr3-arm2.dts"

/ {
	sound {
		compatible = "fsl,imx7d-19x19-ddr3-arm2-wm8958",
			   "fsl,imx-audio-wm8958";
		model = "wm8958-audio";
		cpu-dai = <&sai2>;
		audio-codec = <&codec>;
		codec-master;
		hp-det-gpios = <&gpio1 13 1>;
	};
};

&pinctrl_hog_1{
	/* Pin conflict with SAI */
	fsl,pins = <
			MX7D_PAD_GPIO1_IO13__GPIO1_IO13  0x59
			MX7D_PAD_SD3_STROBE__GPIO6_IO10  0x59
		>;
};

&sai2 {
	status = "okay";
};