summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts
blob: d95d2e6f45c35e4d99b347374d8b517fd535ef1b (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
30
31
/*
 * Copyright (C) 2016 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 "imx6sxscm-1gb-evb-ldo.dts"
/ {
	sound {
		cpu-dai = <&sai1>;
	};
};

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

&sai1 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_sai1>;
	status = "okay";
};

&sdma {
	gpr = <&gpr>;
	/* SDMA event remap for SAI1 */
	fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
};