mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
07a4b46009
Adopt the SPDX license identifier headers to ease license compliance management. Most of the i.MX NXP reference board dts files have already been converted, so switch the remaining ones. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
31 lines
404 B
Plaintext
31 lines
404 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
//
|
|
// Copyright (C) 2016 Freescale Semiconductor, Inc.
|
|
|
|
#include "imx6sx-sdb.dts"
|
|
|
|
/ {
|
|
sound {
|
|
audio-cpu = <&sai1>;
|
|
};
|
|
};
|
|
|
|
&audmux {
|
|
/* pin conflict with sai */
|
|
status = "disabled";
|
|
};
|
|
|
|
&sai1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sdma {
|
|
gpr = <&gpr>;
|
|
/* SDMA event remap for SAI1 */
|
|
fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
|
};
|
|
|
|
&ssi2 {
|
|
status = "disabled";
|
|
};
|