summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts
blob: c0900d7126d7ce324223fab6b66c27ec1fd1d7d1 (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
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "armada-385-fortinet-fg-x0e.dtsi"

/ {
	model = "Fortinet FortiGate 30E";
	compatible = "fortinet,fg-30e", "marvell,armada385", "marvell,armada380";

	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x40000000>; /* 1GB */
	};
};

&gpio_leds {
	led-14 {
		gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
		color = <LED_COLOR_ID_AMBER>;
		linux,default-trigger = "mv88e6xxx-1:00:100Mbps";
	};

	led-15 {
		gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
		color = <LED_COLOR_ID_GREEN>;
		linux,default-trigger = "mv88e6xxx-1:00:1Gbps";
	};
};

&pinctrl {
	pmx_switch_pins: switch-pins {
		marvell,pins = "mpp19";
		marvell,function = "gpio";
	};
};

&mdio {
	pinctrl-names = "default";
	pinctrl-0 = <&mdio_pins>, <&pmx_switch_pins>;

	/* Marvell 88E6176 */
	switch@2 {
		compatible = "marvell,mv88e6085";
		reg = <0x2>;
		reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				label = "wan";
				nvmem-cells = <&macaddr_bdinfo_d880 1>;
				nvmem-cell-names = "mac-address";
			};

			port@1 {
				reg = <1>;
				label = "lan4";
				nvmem-cells = <&macaddr_bdinfo_d880 5>;
				nvmem-cell-names = "mac-address";
			};

			port@2 {
				reg = <2>;
				label = "lan3";
				nvmem-cells = <&macaddr_bdinfo_d880 4>;
				nvmem-cell-names = "mac-address";
			};

			port@3 {
				reg = <3>;
				label = "lan2";
				nvmem-cells = <&macaddr_bdinfo_d880 3>;
				nvmem-cell-names = "mac-address";
			};

			port@4 {
				reg = <4>;
				label = "lan1";
				nvmem-cells = <&macaddr_bdinfo_d880 2>;
				nvmem-cell-names = "mac-address";
			};

			port@6 {
				reg = <6>;
				ethernet = <&eth0>;
				phy-connection-type = "rgmii-id";

				fixed-link {
					speed = <1000>;
					full-duplex;
				};
			};
		};
	};
};