aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/patches-5.4/568-board-H500s.patch
blob: eaa28a977860147fe29333120c1d54770b821004 (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
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -2869,6 +2869,37 @@ static struct board_info __initdata boar
 		},
 	},
 };
+
+static struct board_info __initdata board_H500s = {
+	.name				= "BXK00C-1.6",
+	.expected_cpu_id		= 0x63268,
+
+	.has_ehci0			= 1,
+	.has_ohci0			= 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",
+			},
+		},
+	},
+};
 #endif /* CONFIG_BCM63XX_CPU_63268 */
 
 /*
@@ -2983,6 +3014,7 @@ static const struct board_info __initcon
 	&board_VR3032u,
 	&board_vw6339gu,
 	&board_BSKYB_63168,
+	&board_H500s,
 #endif
 };
 
@@ -3101,6 +3133,8 @@ static struct of_device_id const bcm963x
 	{ .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
 #endif /* CONFIG_OF */