realtek: drop redundant label with new LED color/function format
[openwrt/staging/robimarko.git] / target / linux / realtek / dts-5.15 / rtl8382_panasonic_m24eg-pn28240k.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "rtl838x.dtsi"
4 #include "rtl83xx_panasonic_mxxeg-pn28xx0k.dtsi"
5
6 #include <dt-bindings/interrupt-controller/irq.h>
7
8 / {
9 compatible = "panasonic,m24eg-pn28240k", "realtek,rtl8382-soc";
10 model = "Panasonic Switch-M24eG PN28240K";
11
12 aliases {
13 led-boot = &led_status_eco_green;
14 led-failsafe = &led_status_eco_amber;
15 led-running = &led_status_eco_green;
16 led-upgrade = &led_status_eco_green;
17 };
18
19 /*
20 * sfp0/1 are "combo" port with each TP port (23/24), and they are
21 * connected to the RTL8218FB. Currently, there is no support for
22 * the chip and only TP ports work by the RTL8218D support.
23 */
24 sfp0: sfp-p23 {
25 compatible = "sff,sfp";
26 i2c-bus = <&i2c0>;
27 tx-fault-gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>;
28 tx-disable-gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
29 mod-def0-gpio = <&gpio1 2 GPIO_ACTIVE_LOW>;
30 los-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
31 };
32
33 sfp1: sfp-p24 {
34 compatible = "sff,sfp";
35 i2c-bus = <&i2c1>;
36 tx-fault-gpio = <&gpio1 4 GPIO_ACTIVE_HIGH>;
37 tx-disable-gpio = <&gpio1 5 GPIO_ACTIVE_HIGH>;
38 mod-def0-gpio = <&gpio1 6 GPIO_ACTIVE_LOW>;
39 los-gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
40 };
41 };
42
43 &leds {
44 led_status_eco_amber: led-5 {
45 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
46 color = <LED_COLOR_ID_AMBER>;
47 function = LED_FUNCTION_STATUS;
48 function-enumerator = <1>;
49 };
50
51 led_status_eco_green: led-6 {
52 gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
53 color = <LED_COLOR_ID_GREEN>;
54 function = LED_FUNCTION_STATUS;
55 function-enumerator = <2>;
56 };
57 };
58
59 &i2c_gpio_0 {
60 scl-gpios = <&gpio0 0 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
61 sda-gpios = <&gpio0 1 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
62 };
63
64 &i2c_gpio_1 {
65 scl-gpios = <&gpio0 12 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
66 sda-gpios = <&gpio0 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
67 };
68
69 &gpio2 {
70 interrupt-controller;
71 #interrupt-cells = <2>;
72 interrupt-parent = <&gpio0>;
73 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
74
75 /*
76 * GPIO12 (IO1_4): RTL8218B + RTL8218FB
77 *
78 * This GPIO pin should be specified as "reset-gpio" in mdio node,
79 * but the current configuration of RTL8218B phy in the phy driver
80 * seems to be incomplete and RTL8218FB phy won't be configured on
81 * RTL8218D support. So, ethernet ports on these phys will be broken
82 * after hard-resetting.
83 * (RTL8218FB phy will be detected as RTL8218D by the phy driver)
84 * At the moment, configure this GPIO pin as gpio-hog to avoid breaking
85 * by resetting.
86 */
87 ext_switch_reset {
88 gpio-hog;
89 gpios = <12 GPIO_ACTIVE_HIGH>;
90 output-high;
91 line-name = "ext-switch-reset";
92 };
93 };
94
95 &i2c_switch {
96 i2c0: i2c@0 {
97 #address-cells = <1>;
98 #size-cells = <0>;
99 reg = <0>;
100 };
101
102 i2c1: i2c@1 {
103 #address-cells = <1>;
104 #size-cells = <0>;
105 reg = <1>;
106 };
107 };
108
109 &ethernet0 {
110 mdio-bus {
111 compatible = "realtek,rtl838x-mdio";
112 #address-cells = <1>;
113 #size-cells = <0>;
114
115 EXTERNAL_PHY(0)
116 EXTERNAL_PHY(1)
117 EXTERNAL_PHY(2)
118 EXTERNAL_PHY(3)
119 EXTERNAL_PHY(4)
120 EXTERNAL_PHY(5)
121 EXTERNAL_PHY(6)
122 EXTERNAL_PHY(7)
123
124 INTERNAL_PHY(8)
125 INTERNAL_PHY(9)
126 INTERNAL_PHY(10)
127 INTERNAL_PHY(11)
128 INTERNAL_PHY(12)
129 INTERNAL_PHY(13)
130 INTERNAL_PHY(14)
131 INTERNAL_PHY(15)
132
133 /* RTL8218FB */
134 EXTERNAL_PHY(16)
135 EXTERNAL_PHY(17)
136 EXTERNAL_PHY(18)
137 EXTERNAL_PHY(19)
138 EXTERNAL_PHY(20)
139 EXTERNAL_PHY(21)
140 EXTERNAL_PHY(22)
141 EXTERNAL_PHY(23)
142 };
143 };
144
145 &switch0 {
146 ports {
147 #address-cells = <1>;
148 #size-cells = <0>;
149
150 SWITCH_PORT(0, 1, qsgmii)
151 SWITCH_PORT(1, 2, qsgmii)
152 SWITCH_PORT(2, 3, qsgmii)
153 SWITCH_PORT(3, 4, qsgmii)
154 SWITCH_PORT(4, 5, qsgmii)
155 SWITCH_PORT(5, 6, qsgmii)
156 SWITCH_PORT(6, 7, qsgmii)
157 SWITCH_PORT(7, 8, qsgmii)
158
159 SWITCH_PORT(8, 9, internal)
160 SWITCH_PORT(9, 10, internal)
161 SWITCH_PORT(10, 11, internal)
162 SWITCH_PORT(11, 12, internal)
163 SWITCH_PORT(12, 13, internal)
164 SWITCH_PORT(13, 14, internal)
165 SWITCH_PORT(14, 15, internal)
166 SWITCH_PORT(15, 16, internal)
167
168 SWITCH_PORT(16, 17, qsgmii)
169 SWITCH_PORT(17, 18, qsgmii)
170 SWITCH_PORT(18, 19, qsgmii)
171 SWITCH_PORT(19, 20, qsgmii)
172 SWITCH_PORT(20, 21, qsgmii)
173 SWITCH_PORT(21, 22, qsgmii)
174 SWITCH_PORT(22, 23, qsgmii)
175 SWITCH_PORT(23, 24, qsgmii)
176
177 port@28 {
178 ethernet = <&ethernet0>;
179 reg = <28>;
180 phy-mode = "internal";
181
182 fixed-link {
183 speed = <1000>;
184 full-duplex;
185 };
186 };
187 };
188 };