summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-m4.dts
blob: aa52ca7308d81708ec893246e536d3d7734859d2 (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
/*
 * 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"

/*
 * The flollowing modules are conflicting with M4, disable them when m4
 * is running.
 */
&flexcan1 {
	status = "disabled";
};

&flexcan2 {
	status = "disabled";
};

&i2c3 {
        status = "disabled";
};

&uart2 {
	status = "disabled";
};

&adc1 {
        status = "disabled";
};

&adc2 {
        status = "disabled";
};