xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb-sai.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Copyright (C) 2016 Freescale Semiconductor, Inc.
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot#include "imx6sx-sdb.dts"
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot/ {
8*f126890aSEmmanuel Vadot	sound {
9*f126890aSEmmanuel Vadot		audio-cpu = <&sai1>;
10*f126890aSEmmanuel Vadot	};
11*f126890aSEmmanuel Vadot};
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot&audmux {
14*f126890aSEmmanuel Vadot	/* pin conflict with sai */
15*f126890aSEmmanuel Vadot	status = "disabled";
16*f126890aSEmmanuel Vadot};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot&sai1 {
19*f126890aSEmmanuel Vadot	status = "okay";
20*f126890aSEmmanuel Vadot};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot&sdma {
23*f126890aSEmmanuel Vadot	gpr = <&gpr>;
24*f126890aSEmmanuel Vadot	/* SDMA event remap for SAI1 */
25*f126890aSEmmanuel Vadot	fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
26*f126890aSEmmanuel Vadot};
27*f126890aSEmmanuel Vadot
28*f126890aSEmmanuel Vadot&ssi2 {
29*f126890aSEmmanuel Vadot	status = "disabled";
30*f126890aSEmmanuel Vadot};
31