summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-17x17-arm2-sai.dts
blob: 5c0ed847f7713cd553950e024699089efff7d687 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
 * 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-17x17-arm2.dts"

/ {
	sound {
		cpu-dai = <&sai2>;
	};
};

&audmux {
	/* Pin conflict with SAI */
	status = "disabled";
};

&pinctrl_hog_1 {
	/* Pin conflict with SAI */
	fsl,pins = <
		MX6SX_PAD_QSPI1A_SS0_B__GPIO4_IO_22     0x80000000
		/* CAN1_2_EN */
		MX6SX_PAD_QSPI1B_DATA1__GPIO4_IO_25     0x17059
		/* CAN1_2_STBY_B */
		MX6SX_PAD_QSPI1B_DATA3__GPIO4_IO_27     0x17059
		/* CAN1_ERR_B */
		MX6SX_PAD_QSPI1B_DATA0__GPIO4_IO_24	0x17059
		/* CAN2_ERR_B */
		MX6SX_PAD_QSPI1B_SS0_B__GPIO4_IO_30     0x17059
	>;
};

&reg_sdb_vmmc{
	/* Pin conflict with SAI */
	gpio = <0 0 0>;
};

&sai2 {
	status = "okay";
};

&sdma {
	gpr = <&gpr>;
	/* SDMA event remap for SAI2 */
	fsl,sdma-event-remap = <0 17 1>, <0 18 1>;
};

&usdhc2 {
	/* Pin conflict with SAI */
	status = "disabled";
};

&usdhc3 {
	/* Pin conflict with SAI */
	status = "disabled";
};

&usdhc4 {
	/* Pin conflict with SAI */
	status = "disabled";
};