summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-17x17-arm2-spdif.dts
blob: 9f2843c8968b5b82c7ff69a36cf5c796a5348fdb (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
/*
 * Copyright (C) 2014 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 "imx6sx-17x17-arm2.dts"

/ {
	sound-spdif {
		compatible = "fsl,imx-audio-spdif",
			   "fsl,imx-sabreauto-spdif";
		model = "imx-spdif";
		spdif-controller = <&spdif>;
		spdif-in;
		spdif-out;
	};
};

&audmux {
	/* pin conflict with spdif */
	status = "disabled";
};

&spdif {
	status = "okay";
};