31 lines
517 B
Plaintext
31 lines
517 B
Plaintext
/*
|
|
* 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-sdb.dts"
|
|
|
|
/ {
|
|
sound {
|
|
cpu-dai = <&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>;
|
|
};
|