aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/patches-5.4/519-board_bcm63268.patch
blob: 139f6ad08536310150ccff3bc9e7c6bfa0b060c1 (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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -2542,6 +2542,273 @@ static struct board_info __initdata boar
 #endif /* CONFIG_BCM63XX_CPU_6368 */
 
 /*
+ * known 63268/63269 boards
+ */
+#ifdef CONFIG_BCM63XX_CPU_63268
+static struct board_info __initdata board_963268bu_p300 = {
+	.name = "963268BU_P300",
+	.expected_cpu_id = 0x63268,
+
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+	.num_usbh_ports = 1,
+
+	.has_usbd = 1,
+	.usbd = {
+		.use_fullspeed = 0,
+		.port_no = 0,
+	},
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[0] = {
+				.used = 1,
+				.phy_id = 17,
+				.name = "FE1",
+			},
+			[3] = {
+				.used = 1,
+				.phy_id = 4,
+				.name = "GbE2",
+			},
+			[4] = {
+				.used = 1,
+				.phy_id = 0,
+				.name = "GbE3",
+				.mii_override = 1,
+				.timing_sel = 1,
+			},
+			[5] = {
+				.used = 1,
+				.phy_id = 1,
+				.name = "GbE1",
+				.mii_override = 1,
+				.timing_sel = 1,
+			},
+			[6] = {
+				.used = 1,
+				.phy_id = 24,
+				.name = "GbE4",
+				.mii_override = 1,
+				.timing_sel = 1,
+			},
+			[7] = {
+				.used = 1,
+				.phy_id = 25,
+				.name = "GbE5",
+				.mii_override = 1,
+				.timing_sel = 1,
+			},
+		},
+	},
+};
+
+static struct board_info __initdata board_963269bhr = {
+	.name = "963269BHR",
+	.expected_cpu_id = 0x63268,
+
+	.has_pci = 1,
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[0] = {
+				.used = 1,
+				.phy_id = 1,
+				.name = "port1",
+			},
+			[1] = {
+				.used = 1,
+				.phy_id = 2,
+				.name = "port2",
+			},
+			[2] = {
+				.used = 1,
+				.phy_id = 3,
+				.name = "port3",
+			},
+			[3] = {
+				.used = 1,
+				.phy_id = 4,
+				.name = "port4",
+			},
+		},
+	},
+};
+
+static struct board_info __initdata board_BSKYB_63168 = {
+	.name = "BSKYB_63168",
+	.expected_cpu_id = 0x63268,
+
+	.has_pci = 1,
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+	.num_usbh_ports = 2,
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[0] = {
+				.used = 1,
+				.phy_id = 1,
+				.name = "Port 1",
+			},
+			[1] = {
+				.used = 1,
+				.phy_id = 2,
+				.name = "Port 2",
+			},
+			[2] = {
+				.used = 1,
+				.phy_id = 3,
+				.name = "Port 3",
+			},
+			[3] = {
+				.used = 1,
+				.phy_id = 4,
+				.name = "Port 4",
+			},
+		},
+	},
+};
+
+static struct board_info __initdata board_H500s = {
+	.name = "BXK00C-1.6",
+	.expected_cpu_id = 0x63268,
+
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+	.num_usbh_ports = 1,
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[3] = {
+				.used = 1,
+				.phy_id = 12,
+				.name = "WAN",
+			},
+			[4] = {
+				.used = 1,
+				.phy_id = 0,
+				.bypass_link = 1,
+				.force_speed = 1000,
+				.force_duplex_full = 1,
+				.mii_override = 1,
+				.timing_sel = 1,
+				.name = "RGMII",
+			},
+		},
+	},
+};
+
+static struct board_info __initdata board_VG8050 = {
+	.name = "963169P-1861N5",
+	.expected_cpu_id = 0x63268,
+
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+	.num_usbh_ports = 2,
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[6] = {
+				.used = 1,
+				.phy_id = 0xff,
+				.bypass_link = 1,
+				.force_speed = 1000,
+				.force_duplex_full = 1,
+				.mii_override = 1,
+				.timing_sel = 1,
+				.name = "RGMII",
+			},
+		},
+	},
+};
+
+static struct board_info __initdata board_VR3032u = {
+	.name = "963168M-1841N1",
+	.expected_cpu_id = 0x63268,
+
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+	.num_usbh_ports = 1,
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[0] = {
+				.used = 1,
+				.phy_id = 1,
+				.name = "LAN2",
+			},
+			[1] = {
+				.used = 1,
+				.phy_id = 2,
+				.name = "LAN3",
+			},
+			[2] = {
+				.used = 1,
+				.phy_id = 3,
+				.name = "LAN4",
+			},
+			[3] = {
+				.used = 1,
+				.phy_id = 4,
+				.name = "LAN1",
+			},
+		},
+	},
+};
+
+static struct board_info __initdata board_vw6339gu = {
+	.name = "VW6339GU",
+	.expected_cpu_id = 0x63268,
+
+	.has_ohci0 = 1,
+	.has_ehci0 = 1,
+	.num_usbh_ports = 1,
+
+	.has_enetsw = 1,
+	.enetsw = {
+		.used_ports = {
+			[0] = {
+				.used = 1,
+				.phy_id = 1,
+				.name = "LAN2",
+			},
+			[1] = {
+				.used = 1,
+				.phy_id = 2,
+				.name = "LAN3",
+			},
+			[2] = {
+				.used = 1,
+				.phy_id = 3,
+				.name = "LAN4",
+			},
+			[3] = {
+				.used = 1,
+				.phy_id = 4,
+				.name = "LAN1",
+			},
+			[4] = {
+				.used = 1,
+				.phy_id = 7,
+				.name = "WAN",
+				.mii_override = 1,
+				.timing_sel = 1,
+			},
+		},
+	},
+};
+#endif /* CONFIG_BCM63XX_CPU_63268 */
+
+/*
  * all boards
  */
 static const struct board_info __initconst *bcm963xx_boards[] = {
@@ -2642,6 +2909,15 @@ static const struct board_info __initcon
 	&board_VR3026e,
 	&board_WAP5813n,
 #endif /* CONFIG_BCM63XX_CPU_6368 */
+#ifdef CONFIG_BCM63XX_CPU_63268
+	&board_963268bu_p300,
+	&board_963269bhr,
+	&board_BSKYB_63168,
+	&board_H500s,
+	&board_VG8050,
+	&board_VR3032u,
+	&board_vw6339gu,
+#endif /* CONFIG_BCM63XX_CPU_63268 */
 };
 
 static struct of_device_id const bcm963xx_boards_dt[] = {
@@ -2755,6 +3031,14 @@ static struct of_device_id const bcm963x
 	{ .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
 #endif /* CONFIG_BCM63XX_CPU_6368 */
 #ifdef CONFIG_BCM63XX_CPU_63268
+	{ .compatible = "brcm,bcm963268bu-p300", .data = &board_963268bu_p300, },
+	{ .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },
+	{ .compatible = "comtrend,vg-8050", .data = &board_VG8050, },
+	{ .compatible = "comtrend,vr-3032u", .data = &board_VR3032u, },
+	{ .compatible = "inteno,vg50", .data = &board_vw6339gu, },
+	{ .compatible = "sercomm,h500-s-lowi", .data = &board_H500s, },
+	{ .compatible = "sercomm,h500-s-vfes", .data = &board_H500s, },
+	{ .compatible = "sky,sr102", .data = &board_BSKYB_63168, },
 #endif /* CONFIG_BCM63XX_CPU_63268 */
 #endif /* CONFIG_OF */
 	{ },