summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
blob: c4c6e306500ef7f5fe5795ccc845be48d8ed36a6 (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
66
67
68
69
70

#include "imx7d-12x12-lpddr3-arm2.dts"

/ {
	memory {
		linux,usable-memory = <0x80000000 0x1ff00000>,
				<0xa0000000 0x1ff00000>,
				<0xc0000000 0x40000000>;
	};
};

&adc1 {
	status = "disabled";
};

&adc2 {
	status = "disabled";
};


&i2c1 {
	status = "disabled";
};

&flexcan1 {
	status = "disabled";
};

&flexcan2 {
	status = "disabled";
};

&iomuxc {
	imx7d-12x12-lpddr3-arm2 {
		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
			>;
		};
	};
};

&gpt3 {
	status = "disabled";
};

&gpt4 {
	status = "disabled";
};

&ocram {
	reg = <0x00901000 0xf000>;
};

&rpmsg{
	status = "okay";
};

&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";
};

&wdog3{
	status = "disabled";
};