summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-sdb-m4.dts
blob: e9a92c9363c19cc721cfd6fe9a9121b589c164b8 (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
/*
 * Copyright (C) 2015 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 "imx7d-sdb.dts"

/ {
	memory {
		linux,usable-memory = <0x80000000 0x3ff00000>;
		reg = <0x80000000 0x80000000>;
	};
};

&flexcan2 {
	status = "disabled";
};

&adc1 {
	status = "disabled";
};

&adc2 {
	status = "disabled";
};

&mcctest{
	status = "okay";
};

&mcctty{
	status = "okay";
};

&rpmsg{
	status = "okay";
};

&iomuxc {
	uart2 {
		pinctrl_uart2_1: uart2grp-1 {
			fsl,pins = <
				MX7D_PAD_UART2_RX_DATA__UART2_DCE_RX    0x79
				MX7D_PAD_UART2_TX_DATA__UART2_DCE_TX    0x79
			>;
		};
	};
};

&uart2 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_uart2_1>;
	assigned-clocks = <&clks IMX7D_UART2_ROOT_SRC>;
	assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>;
	status = "okay";
};