summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-mf287.dts
blob: fc4bae6937fb7aa2f5999225681d8b3a57885bcb (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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
// Copyright (c) 2022, Pawel Dembicki <paweldembicki@gmail.com>.
// Copyright (c) 2022, Giammarco Marzano <stich86@gmail.com>.
// Copyright (c) 2023, Andreas Böhler <dev@aboehler.at>

#include "qcom-ipq4018-mf287_common.dtsi"

/ {
	model = "ZTE MF287";
	compatible = "zte,mf287";
};

&gpio_modem_reset {
	gpios = <&tlmm 5 GPIO_ACTIVE_HIGH>;
};

&key_reset {
	gpios = <&tlmm 63 GPIO_ACTIVE_LOW>;
};

&key_wps {
	gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
};

&led_status {
	gpios = <&tlmm 0 GPIO_ACTIVE_LOW>;
};

&blsp1_spi1 {
	pinctrl-0 = <&spi_0_pins>;
	pinctrl-names = "default";
	status = "okay";
	cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>,
		   <&tlmm 59 GPIO_ACTIVE_HIGH>,
		   <&tlmm 1 GPIO_ACTIVE_HIGH>;

	flash@0 {
		compatible = "jedec,spi-nor";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0>;
		spi-max-frequency = <24000000>;

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

			partition@0 {
				label = "0:SBL1";
				reg = <0x0 0x40000>;
				read-only;
			};

			partition@40000 {
				label = "0:MIBIB";
				reg = <0x40000 0x20000>;
				read-only;
			};

			partition@60000 {
				label = "0:QSEE";
				reg = <0x60000 0x60000>;
				read-only;
			};

			partition@c0000 {
				label = "0:CDT";
				reg = <0xc0000 0x10000>;
				read-only;
			};

			partition@d0000 {
				label = "0:DDRPARAMS";
				reg = <0xd0000 0x10000>;
				read-only;
			};

			partition@e0000 {
				label = "0:APPSBLENV";
				reg = <0xe0000 0x10000>;
				read-only;
			};

			partition@f0000 {
				label = "0:APPSBL";
				reg = <0xf0000 0xc0000>;
				read-only;
			};

			partition@1b0000 {
				label = "0:reserved1";
				reg = <0x1b0000 0x50000>;
				read-only;
			};
		};
	};

	spi-nand@1 { /* flash@1 ? */
		compatible = "spi-nand";
		reg = <1>;
		spi-max-frequency = <24000000>;

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

			partition@0 {
				label = "fota-flag";
				reg = <0x0 0x140000>;
				read-only;
			};

			partition@140000 {
				label = "ART";
				reg = <0x140000 0x140000>;
				read-only;

				nvmem-layout {
					compatible = "fixed-layout";
					#address-cells = <1>;
					#size-cells = <1>;

					precal_art_1000: precal@1000 {
						reg = <0x1000 0x2f20>;
					};

					precal_art_5000: precal@5000 {
						reg = <0x5000 0x2f20>;
					};
				};
			};

			partition@280000 {
				label = "mac";
				reg = <0x280000 0x140000>;
				read-only;

				nvmem-layout {
					compatible = "fixed-layout";
					#address-cells = <1>;
					#size-cells = <1>;

					macaddr_mac_0: macaddr@0 {
						compatible = "mac-base";
						reg = <0x0 0x6>;
						#nvmem-cell-cells = <1>;
					};
				};
			};

			partition@3c0000 {
				label = "cfg-param";
				reg = <0x3c0000 0x600000>;
				read-only;
			};

			partition@9c0000 {
				label = "oops";
				reg = <0x9c0000 0x140000>;
			};

			partition@b00000 {
				label = "web";
				reg = <0xb00000 0x800000>;
			};

			partition@1300000 {
				label = "rootfs";
				reg = <0x1300000 0x2200000>;
			};

			partition@3500000 {
				label = "data";
				reg = <0x3500000 0x1900000>;
			};

			partition@4e00000 {
				label = "fota";
				reg = <0x4e00000 0x3200000>;
			};
		};
	};

	zigbee@2 {
		#address-cells = <1>;
		#size-cells = <0>;

		compatible = "silabs,em3581";
		reg = <2>;
		spi-max-frequency = <12000000>;
	};
};

&tlmm {
	serial_pins: serial_pinmux {
		mux {
			pins = "gpio60", "gpio61";
			function = "blsp_uart0";
			bias-disable;
		};
	};

	spi_0_pins: spi_0_pinmux {
		pinmux {
			function = "blsp_spi0";
			pins = "gpio55", "gpio56", "gpio57";
			drive-strength = <12>;
			bias-disable;
		};

		pinmux_cs {
			function = "gpio";
			pins = "gpio54", "gpio59", "gpio1";
			drive-strength = <2>;
			bias-disable;
			output-high;
		};
	};
};

&wifi0 {
	qcom,ath10k-calibration-variant = "zte,mf287";
};

&wifi1{
	qcom,ath10k-calibration-variant = "zte,mf287";
};