summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-phyboard-zeta.dts
blob: a34f12f616f2b9d63a642bf74387d2654480568b (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/*
 * Copyright (C) 2015 PHYTEC America, LLC
 *
 * 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.
 */
/dts-v1/;

#include "imx7d-phycore-som.dtsi"
#include "imx7d-pba-c-09.dtsi"
#include "imx7d-peb-eval-02.dtsi"

/ {
	chosen {
		stdout-path = &uart5;

		environment {
			compatible = "barebox,environment";
			device-path = &bareboxenv;
		};
	};

	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x40000000>;
	};
};

/**** SOM - PCM-061 ****/

&fec1 {
	status = "okay";
};

/* eMMC */
&usdhc3 {
	status = "okay";

	boot0-partitions {
		compatible = "fixed-partitions";
		#address-cells = <1>;
		#size-cells = <1>;

		barebox@0 {
			label = "barebox";
			reg = <0x0 0x300000>;
		};

		bareboxenv: bareboxenv@300000 {
			label = "bareboxenv";
			reg = <0x300000 0x0>;
		};
	};
};

&i2c_eeprom {
	status = "okay";
};

&i2c_rtc {
	status = "okay";
};

/**** Carrier Board - PBA-C-09 ****/

&uart5 {
	status = "okay";
};

&usdhc1 {
	status = "okay";
};

&fec2 {
	status = "okay";
};

/* Host mode */
&usbotg1 {
	status = "okay";
};

/* OTG mode */
&usbotg2 {
	status = "okay";
};

&flexcan1 {
	status = "okay";
};

&wdog1 {
	status = "okay";
};

/**** PEB-AV-02: touch controller ft5406, LCD and PWM backlight control ****/
&i2c2 {
	status = "okay";
};

&ft5406 {
	status = "okay";
};

&lcdif {
	status = "okay";
};

&pwm3 {
	status = "okay";
};

&backlight {
	status = "okay";
};

/**** Interfaces on PEB-EVAL-02 ****/

&i2c4 {
	status = "okay";
};

&i2c4_eeprom {
	status = "okay";
};

&phytec_leds {
	status = "okay";
};

&phytec_buttons {
	status = "okay";
};

&uart1 {
	status = "okay";
};

&uart2 {
	status = "okay";
};