Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v6.13.7.
 1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 2//
 3// Copyright (C) 2016 Freescale Semiconductor, Inc.
 4
 5#include "imx6sx-sdb.dts"
 6
 7/ {
 8	sound {
 9		audio-cpu = <&sai1>;
10	};
11};
12
13&audmux {
14	/* pin conflict with sai */
15	status = "disabled";
16};
17
18&sai1 {
19	status = "okay";
20};
21
22&sdma {
23	gpr = <&gpr>;
24	/* SDMA event remap for SAI1 */
25	fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
26};
27
28&ssi2 {
29	status = "disabled";
30};