xref: /linux/scripts/dtc/include-prefixes/arm/aspeed/aspeed-bmc-facebook-minerva.dts (revision 629e75e5dc88d8236027604b750fa4ed75d24ee9)
1// SPDX-License-Identifier: GPL-2.0+
2// Copyright (c) 2023 Facebook Inc.
3/dts-v1/;
4
5#include "aspeed-g6.dtsi"
6#include <dt-bindings/gpio/aspeed-gpio.h>
7#include <dt-bindings/i2c/i2c.h>
8
9/ {
10	model = "Facebook Minerva CMM";
11	compatible = "facebook,minerva-cmc", "aspeed,ast2600";
12
13	aliases {
14		serial4 = &uart5;
15		serial5 = &uart6;
16		/*
17		 * PCA9548 (2-0077) provides 8 channels connecting to
18		 * 6 pcs of FCB (Fan Controller Board).
19		 */
20		i2c16 = &imux16;
21		i2c17 = &imux17;
22		i2c18 = &imux18;
23		i2c19 = &imux19;
24		i2c20 = &imux20;
25		i2c21 = &imux21;
26	};
27
28	chosen {
29		stdout-path = "serial5:57600n8";
30	};
31
32	memory@80000000 {
33		device_type = "memory";
34		reg = <0x80000000 0x80000000>;
35	};
36
37	iio-hwmon {
38		compatible = "iio-hwmon";
39		io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>, <&adc0 3>,
40			<&adc0 4>, <&adc0 5>, <&adc0 6>, <&adc0 7>,
41			<&adc1 2>;
42	};
43
44	leds {
45		compatible = "gpio-leds";
46
47		led-0 {
48			label = "bmc_heartbeat_amber";
49			gpios = <&gpio0 ASPEED_GPIO(P, 7) GPIO_ACTIVE_LOW>;
50			linux,default-trigger = "heartbeat";
51		};
52
53		led-1 {
54			label = "fp_id_amber";
55			default-state = "off";
56			gpios = <&gpio0 ASPEED_GPIO(B, 5) GPIO_ACTIVE_HIGH>;
57		};
58
59		led-2 {
60			label = "power_blue";
61			default-state = "off";
62			gpios = <&gpio0 ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
63		};
64
65		led-3 {
66			label = "fan_status_led";
67			gpios = <&leds_gpio 9 GPIO_ACTIVE_HIGH>;
68			default-state = "off";
69		};
70
71		led-4 {
72			label = "fan_fault_led_n";
73			gpios = <&leds_gpio 10 GPIO_ACTIVE_LOW>;
74			default-state = "off";
75		};
76	};
77};
78
79&uart6 {
80	status = "okay";
81};
82
83&wdt1 {
84	status = "okay";
85	pinctrl-names = "default";
86	pinctrl-0 = <&pinctrl_wdtrst1_default>;
87	aspeed,reset-type = "soc";
88	aspeed,external-signal;
89	aspeed,ext-push-pull;
90	aspeed,ext-active-high;
91	aspeed,ext-pulse-duration = <256>;
92};
93
94&mac3 {
95	status = "okay";
96	phy-mode = "rmii";
97	pinctrl-names = "default";
98	pinctrl-0 = <&pinctrl_rmii4_default>;
99	fixed-link {
100		speed = <100>;
101		full-duplex;
102	};
103};
104
105&mdio3 {
106	status = "okay";
107};
108
109&fmc {
110	status = "okay";
111	flash@0 {
112		status = "okay";
113		m25p,fast-read;
114		label = "bmc";
115		spi-max-frequency = <50000000>;
116#include "openbmc-flash-layout-128.dtsi"
117	};
118	flash@1 {
119		status = "okay";
120		m25p,fast-read;
121		label = "alt-bmc";
122		spi-max-frequency = <50000000>;
123	};
124};
125
126&sgpiom0 {
127	status = "okay";
128	ngpios = <128>;
129	bus-frequency = <2000000>;
130};
131
132&i2c0 {
133	status = "okay";
134
135	power-monitor@40 {
136		compatible = "ti,ina230";
137		reg = <0x40>;
138		shunt-resistor = <1000>;
139	};
140
141	power-monitor@41 {
142		compatible = "ti,ina230";
143		reg = <0x41>;
144		shunt-resistor = <1000>;
145	};
146
147	power-monitor@67 {
148		compatible = "adi,ltc2945";
149		reg = <0x67>;
150	};
151
152	power-monitor@68 {
153		compatible = "adi,ltc2945";
154		reg = <0x68>;
155	};
156
157	leds_gpio: gpio@19 {
158		compatible = "nxp,pca9555";
159		reg = <0x19>;
160		gpio-controller;
161		#gpio-cells = <2>;
162	};
163};
164
165&i2c1 {
166	status = "okay";
167
168	temperature-sensor@4b {
169		compatible = "ti,tmp75";
170		reg = <0x4b>;
171	};
172
173	temperature-sensor@4f {
174		compatible = "ti,tmp75";
175		reg = <0x4f>;
176	};
177
178	eeprom@54 {
179		compatible = "atmel,24c128";
180		reg = <0x54>;
181	};
182};
183
184&i2c2 {
185	status = "okay";
186
187	i2c-mux@77 {
188		compatible = "nxp,pca9548";
189		reg = <0x77>;
190		#address-cells = <1>;
191		#size-cells = <0>;
192		i2c-mux-idle-disconnect;
193
194		imux16: i2c@0 {
195			#address-cells = <1>;
196			#size-cells = <0>;
197			reg = <0>;
198
199			eeprom@50 {
200				compatible = "atmel,24c128";
201				reg = <0x50>;
202			};
203
204			pwm@5e{
205				compatible = "max31790";
206				reg = <0x5e>;
207				#address-cells = <1>;
208				#size-cells = <0>;
209			};
210
211			power-sensor@40 {
212				compatible = "ti,ina238";
213				reg = <0x40>;
214				shunt-resistor = <1000>;
215			};
216
217			power-sensor@41 {
218				compatible = "ti,ina238";
219				reg = <0x41>;
220				shunt-resistor = <1000>;
221			};
222
223			power-sensor@44 {
224				compatible = "ti,ina238";
225				reg = <0x44>;
226				shunt-resistor = <1000>;
227			};
228
229			power-sensor@45 {
230				compatible = "ti,ina238";
231				reg = <0x45>;
232				shunt-resistor = <1000>;
233			};
234
235			temperature-sensor@4b {
236				compatible = "ti,tmp75";
237				reg = <0x4b>;
238			};
239		};
240
241		imux17: i2c@1 {
242			#address-cells = <1>;
243			#size-cells = <0>;
244			reg = <1>;
245
246			eeprom@50 {
247				compatible = "atmel,24c128";
248				reg = <0x50>;
249			};
250
251			pwm@5e{
252				compatible = "max31790";
253				reg = <0x5e>;
254				#address-cells = <1>;
255				#size-cells = <0>;
256			};
257
258			power-sensor@40 {
259				compatible = "ti,ina238";
260				reg = <0x40>;
261				shunt-resistor = <1000>;
262			};
263
264			power-sensor@41 {
265				compatible = "ti,ina238";
266				reg = <0x41>;
267				shunt-resistor = <1000>;
268			};
269
270			power-sensor@44 {
271				compatible = "ti,ina238";
272				reg = <0x44>;
273				shunt-resistor = <1000>;
274			};
275
276			power-sensor@45 {
277				compatible = "ti,ina238";
278				reg = <0x45>;
279				shunt-resistor = <1000>;
280			};
281
282			temperature-sensor@4b {
283				compatible = "ti,tmp75";
284				reg = <0x4b>;
285			};
286		};
287
288		imux18: i2c@2 {
289			#address-cells = <1>;
290			#size-cells = <0>;
291			reg = <2>;
292
293			eeprom@50 {
294				compatible = "atmel,24c128";
295				reg = <0x50>;
296			};
297
298			pwm@5e{
299				compatible = "max31790";
300				reg = <0x5e>;
301				#address-cells = <1>;
302				#size-cells = <0>;
303			};
304
305			power-sensor@40 {
306				compatible = "ti,ina238";
307				reg = <0x40>;
308				shunt-resistor = <1000>;
309			};
310
311			power-sensor@41 {
312				compatible = "ti,ina238";
313				reg = <0x41>;
314				shunt-resistor = <1000>;
315			};
316
317			power-sensor@44 {
318				compatible = "ti,ina238";
319				reg = <0x44>;
320				shunt-resistor = <1000>;
321			};
322
323			power-sensor@45 {
324				compatible = "ti,ina238";
325				reg = <0x45>;
326				shunt-resistor = <1000>;
327			};
328
329			temperature-sensor@4b {
330				compatible = "ti,tmp75";
331				reg = <0x4b>;
332			};
333		};
334
335		imux19: i2c@3 {
336			#address-cells = <1>;
337			#size-cells = <0>;
338			reg = <3>;
339
340			eeprom@50 {
341				compatible = "atmel,24c128";
342				reg = <0x50>;
343			};
344
345			pwm@5e{
346				compatible = "max31790";
347				reg = <0x5e>;
348				#address-cells = <1>;
349				#size-cells = <0>;
350			};
351
352			power-sensor@40 {
353				compatible = "ti,ina238";
354				reg = <0x40>;
355				shunt-resistor = <1000>;
356			};
357
358			power-sensor@41 {
359				compatible = "ti,ina238";
360				reg = <0x41>;
361				shunt-resistor = <1000>;
362			};
363
364			power-sensor@44 {
365				compatible = "ti,ina238";
366				reg = <0x44>;
367				shunt-resistor = <1000>;
368			};
369
370			power-sensor@45 {
371				compatible = "ti,ina238";
372				reg = <0x45>;
373				shunt-resistor = <1000>;
374			};
375
376			temperature-sensor@4b {
377				compatible = "ti,tmp75";
378				reg = <0x4b>;
379			};
380		};
381
382		imux20: i2c@4 {
383			#address-cells = <1>;
384			#size-cells = <0>;
385			reg = <4>;
386
387			eeprom@50 {
388				compatible = "atmel,24c128";
389				reg = <0x50>;
390			};
391
392			pwm@5e{
393				compatible = "max31790";
394				reg = <0x5e>;
395				#address-cells = <1>;
396				#size-cells = <0>;
397			};
398
399			power-sensor@40 {
400				compatible = "ti,ina238";
401				reg = <0x40>;
402				shunt-resistor = <1000>;
403			};
404
405			power-sensor@41 {
406				compatible = "ti,ina238";
407				reg = <0x41>;
408				shunt-resistor = <1000>;
409			};
410
411			power-sensor@44 {
412				compatible = "ti,ina238";
413				reg = <0x44>;
414				shunt-resistor = <1000>;
415			};
416
417			power-sensor@45 {
418				compatible = "ti,ina238";
419				reg = <0x45>;
420				shunt-resistor = <1000>;
421			};
422			temperature-sensor@4b {
423				compatible = "ti,tmp75";
424				reg = <0x4b>;
425			};
426		};
427
428		imux21: i2c@5 {
429			#address-cells = <1>;
430			#size-cells = <0>;
431			reg = <5>;
432
433			eeprom@50 {
434				compatible = "atmel,24c128";
435				reg = <0x50>;
436			};
437
438			pwm@5e{
439				compatible = "max31790";
440				reg = <0x5e>;
441				#address-cells = <1>;
442				#size-cells = <0>;
443			};
444
445			power-sensor@40 {
446				compatible = "ti,ina238";
447				reg = <0x40>;
448				shunt-resistor = <1000>;
449			};
450
451			power-sensor@41 {
452				compatible = "ti,ina238";
453				reg = <0x41>;
454				shunt-resistor = <1000>;
455			};
456
457			power-sensor@44 {
458				compatible = "ti,ina238";
459				reg = <0x44>;
460				shunt-resistor = <1000>;
461			};
462
463			power-sensor@45 {
464				compatible = "ti,ina238";
465				reg = <0x45>;
466				shunt-resistor = <1000>;
467			};
468			temperature-sensor@4b {
469				compatible = "ti,tmp75";
470				reg = <0x4b>;
471			};
472		};
473	};
474};
475
476&i2c3 {
477	status = "okay";
478};
479
480&i2c4 {
481	status = "okay";
482};
483
484&i2c5 {
485	status = "okay";
486};
487
488&i2c6 {
489	status = "okay";
490};
491
492&i2c7 {
493	status = "okay";
494};
495
496&i2c8 {
497	status = "okay";
498};
499
500&i2c9 {
501	status = "okay";
502
503	eeprom@50 {
504		compatible = "atmel,24c64";
505		reg = <0x50>;
506	};
507
508	rtc@51 {
509		compatible = "nxp,pcf8563";
510		reg = <0x51>;
511	};
512};
513
514&i2c12 {
515	status = "okay";
516};
517
518&i2c13 {
519	status = "okay";
520};
521
522&i2c14 {
523	status = "okay";
524	multi-master;
525
526	ipmb@10 {
527		compatible = "ipmb-dev";
528		reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
529		i2c-protocol;
530	};
531};
532
533&i2c15 {
534	status = "okay";
535
536	eeprom@50 {
537		compatible = "atmel,24c128";
538		reg = <0x50>;
539	};
540
541	eeprom@56 {
542		compatible = "atmel,24c64";
543		reg = <0x56>;
544	};
545};
546
547&adc0 {
548	aspeed,int-vref-microvolt = <2500000>;
549	status = "okay";
550	pinctrl-0 = <&pinctrl_adc0_default &pinctrl_adc1_default
551		&pinctrl_adc2_default &pinctrl_adc3_default
552		&pinctrl_adc4_default &pinctrl_adc5_default
553		&pinctrl_adc6_default &pinctrl_adc7_default>;
554};
555
556&adc1 {
557	aspeed,int-vref-microvolt = <2500000>;
558	status = "okay";
559	pinctrl-0 = <&pinctrl_adc10_default>;
560};
561
562&ehci0 {
563	status = "okay";
564};
565
566&ehci1 {
567	status = "okay";
568};
569
570&uhci {
571	status = "okay";
572};
573
574&gpio0 {
575	gpio-line-names =
576	/*A0-A7*/	"","","","","","","","",
577	/*B0-B7*/	"","","","","","","","",
578	/*C0-C7*/	"","","","","BLADE_UART_SEL2","","","",
579	/*D0-D7*/	"","","","","","","","",
580	/*E0-E7*/	"","","","","","","","",
581	/*F0-F7*/	"","","","","","","","",
582	/*G0-G7*/	"","","","","","","","",
583	/*H0-H7*/	"","","","","","","","",
584	/*I0-I7*/	"","","","","","","","",
585	/*J0-J7*/	"","","","","","","","",
586	/*K0-K7*/	"","","","","","","","",
587	/*L0-L7*/	"","","","","BLADE_UART_SEL0","","","",
588	/*M0-M7*/	"","","","","","BLADE_UART_SEL1","","",
589	/*N0-N7*/	"","","","","","","","",
590	/*O0-O7*/	"","","","","","","","",
591	/*P0-P7*/	"","","","","","","","",
592	/*Q0-Q7*/	"","","","","","power-chassis-control","","",
593	/*R0-R7*/	"","","","","","","","",
594	/*S0-S7*/	"","","","","","","","",
595	/*T0-T7*/	"","","","","","","","",
596	/*U0-U7*/	"","","","","","","","",
597	/*V0-V7*/	"","","","","BAT_DETECT","","power-chassis-good","",
598	/*W0-W7*/	"","","","","","","","",
599	/*X0-X7*/	"","","BLADE_UART_SEL3","","","","","",
600	/*Y0-Y7*/	"","","","","","","","",
601	/*Z0-Z7*/	"","","","","","","","";
602};
603
604&sgpiom0 {
605	gpio-line-names =
606	/*"input pin","output pin"*/
607	/*A0 - A7*/
608	"PRSNT_MTIA_BLADE0_N","PWREN_MTIA_BLADE0_EN",
609	"PRSNT_MTIA_BLADE1_N","PWREN_MTIA_BLADE1_EN",
610	"PRSNT_MTIA_BLADE2_N","PWREN_MTIA_BLADE2_EN",
611	"PRSNT_MTIA_BLADE3_N","PWREN_MTIA_BLADE3_EN",
612	"PRSNT_MTIA_BLADE4_N","PWREN_MTIA_BLADE4_EN",
613	"PRSNT_MTIA_BLADE5_N","PWREN_MTIA_BLADE5_EN",
614	"PRSNT_MTIA_BLADE6_N","PWREN_MTIA_BLADE6_EN",
615	"PRSNT_MTIA_BLADE7_N","PWREN_MTIA_BLADE7_EN",
616	/*B0 - B7*/
617	"PRSNT_MTIA_BLADE8_N","PWREN_MTIA_BLADE8_EN",
618	"PRSNT_MTIA_BLADE9_N","PWREN_MTIA_BLADE9_EN",
619	"PRSNT_MTIA_BLADE10_N","PWREN_MTIA_BLADE10_EN",
620	"PRSNT_MTIA_BLADE11_N","PWREN_MTIA_BLADE11_EN",
621	"PRSNT_MTIA_BLADE12_N","PWREN_MTIA_BLADE12_EN",
622	"PRSNT_MTIA_BLADE13_N","PWREN_MTIA_BLADE13_EN",
623	"PRSNT_MTIA_BLADE14_N","PWREN_MTIA_BLADE14_EN",
624	"PRSNT_MTIA_BLADE15_N","PWREN_MTIA_BLADE15_EN",
625	/*C0 - C7*/
626	"PRSNT_NW_BLADE0_N","PWREN_NW_BLADE0_EN",
627	"PRSNT_NW_BLADE1_N","PWREN_NW_BLADE1_EN",
628	"PRSNT_NW_BLADE2_N","PWREN_NW_BLADE2_EN",
629	"PRSNT_NW_BLADE3_N","PWREN_NW_BLADE3_EN",
630	"PRSNT_NW_BLADE4_N","PWREN_NW_BLADE4_EN",
631	"PRSNT_NW_BLADE5_N","PWREN_NW_BLADE5_EN",
632	"PRSNT_FCB_TOP_0_N","PWREN_MTIA_BLADE0_HSC_EN",
633	"PRSNT_FCB_TOP_1_N","PWREN_MTIA_BLADE1_HSC_EN",
634	/*D0 - D7*/
635	"PRSNT_FCB_MIDDLE_0_N","PWREN_MTIA_BLADE2_HSC_EN",
636	"PRSNT_FCB_MIDDLE_1_N","PWREN_MTIA_BLADE3_HSC_EN",
637	"PRSNT_FCB_BOTTOM_0_N","PWREN_MTIA_BLADE4_HSC_EN",
638	"PRSNT_FCB_BOTTOM_1_N","PWREN_MTIA_BLADE5_HSC_EN",
639	"PWRGD_MTIA_BLADE0_PWROK_L_BUF","PWREN_MTIA_BLADE6_HSC_EN",
640	"PWRGD_MTIA_BLADE1_PWROK_L_BUF","PWREN_MTIA_BLADE7_HSC_EN",
641	"PWRGD_MTIA_BLADE2_PWROK_L_BUF","PWREN_MTIA_BLADE8_HSC_EN",
642	"PWRGD_MTIA_BLADE3_PWROK_L_BUF","PWREN_MTIA_BLADE9_HSC_EN",
643	/*E0 - E7*/
644	"PWRGD_MTIA_BLADE4_PWROK_L_BUF","PWREN_MTIA_BLADE10_HSC_EN",
645	"PWRGD_MTIA_BLADE5_PWROK_L_BUF","PWREN_MTIA_BLADE11_HSC_EN",
646	"PWRGD_MTIA_BLADE6_PWROK_L_BUF","PWREN_MTIA_BLADE12_HSC_EN",
647	"PWRGD_MTIA_BLADE7_PWROK_L_BUF","PWREN_MTIA_BLADE13_HSC_EN",
648	"PWRGD_MTIA_BLADE8_PWROK_L_BUF","PWREN_MTIA_BLADE14_HSC_EN",
649	"PWRGD_MTIA_BLADE9_PWROK_L_BUF","PWREN_MTIA_BLADE15_HSC_EN",
650	"PWRGD_MTIA_BLADE10_PWROK_L_BUF","PWREN_NW_BLADE0_HSC_EN",
651	"PWRGD_MTIA_BLADE11_PWROK_L_BUF","PWREN_NW_BLADE1_HSC_EN",
652	/*F0 - F7*/
653	"PWRGD_MTIA_BLADE12_PWROK_L_BUF","PWREN_NW_BLADE2_HSC_EN",
654	"PWRGD_MTIA_BLADE13_PWROK_L_BUF","PWREN_NW_BLADE3_HSC_EN",
655	"PWRGD_MTIA_BLADE14_PWROK_L_BUF","PWREN_NW_BLADE4_HSC_EN",
656	"PWRGD_MTIA_BLADE15_PWROK_L_BUF","PWREN_NW_BLADE5_HSC_EN",
657	"PWRGD_NW_BLADE0_PWROK_L_BUF","PWREN_FCB_TOP_L_EN",
658	"PWRGD_NW_BLADE1_PWROK_L_BUF","PWREN_FCB_TOP_R_EN",
659	"PWRGD_NW_BLADE2_PWROK_L_BUF","PWREN_FCB_MIDDLE_L_EN",
660	"PWRGD_NW_BLADE3_PWROK_L_BUF","PWREN_FCB_MIDDLE_R_EN",
661	/*G0 - G7*/
662	"PWRGD_NW_BLADE4_PWROK_L_BUF","PWREN_FCB_BOTTOM_L_EN",
663	"PWRGD_NW_BLADE5_PWROK_L_BUF","PWREN_FCB_BOTTOM_R_EN",
664	"PWRGD_FCB_TOP_0_PWROK_L_BUF","FM_CMM_AC_CYCLE_N",
665	"PWRGD_FCB_TOP_1_PWROK_L_BUF","MGMT_SFP_TX_DIS",
666	"PWRGD_FCB_MIDDLE_0_PWROK_L_BUF","",
667	"PWRGD_FCB_MIDDLE_1_PWROK_L_BUF","RST_I2CRST_MTIA_BLADE0_1_N",
668	"PWRGD_FCB_BOTTOM_0_PWROK_L_BUF","RST_I2CRST_MTIA_BLADE2_3_N",
669	"PWRGD_FCB_BOTTOM_1_PWROK_L_BUF","RST_I2CRST_MTIA_BLADE4_5_N",
670	/*H0 - H7*/
671	"LEAK_DETECT_MTIA_BLADE0_N_BUF","RST_I2CRST_MTIA_BLADE6_7_N",
672	"LEAK_DETECT_MTIA_BLADE1_N_BUF","RST_I2CRST_MTIA_BLADE8_9_N",
673	"LEAK_DETECT_MTIA_BLADE2_N_BUF","RST_I2CRST_MTIA_BLADE10_11_N",
674	"LEAK_DETECT_MTIA_BLADE3_N_BUF","RST_I2CRST_MTIA_BLADE12_13_N",
675	"LEAK_DETECT_MTIA_BLADE4_N_BUF","RST_I2CRST_MTIA_BLADE14_15_N",
676	"LEAK_DETECT_MTIA_BLADE5_N_BUF","RST_I2CRST_NW_BLADE0_1_2_N",
677	"LEAK_DETECT_MTIA_BLADE6_N_BUF","RST_I2CRST_NW_BLADE3_4_5_N",
678	"LEAK_DETECT_MTIA_BLADE7_N_BUF","RST_I2CRST_FCB_N",
679	/*I0 - I7*/
680	"LEAK_DETECT_MTIA_BLADE8_N_BUF","RST_I2CRST_FCB_B_L_N",
681	"LEAK_DETECT_MTIA_BLADE9_N_BUF","RST_I2CRST_FCB_B_R_N",
682	"LEAK_DETECT_MTIA_BLADE10_N_BUF","RST_I2CRST_FCB_M_L_N",
683	"LEAK_DETECT_MTIA_BLADE11_N_BUF","RST_I2CRST_FCB_M_R_N",
684	"LEAK_DETECT_MTIA_BLADE12_N_BUF","RST_I2CRST_FCB_T_L_N",
685	"LEAK_DETECT_MTIA_BLADE13_N_BUF","RST_I2CRST_FCB_T_R_N",
686	"LEAK_DETECT_MTIA_BLADE14_N_BUF","BMC_READY",
687	"LEAK_DETECT_MTIA_BLADE15_N_BUF","wFM_88E6393X_BIN_UPDATE_EN_N",
688	/*J0 - J7*/
689	"LEAK_DETECT_NW_BLADE0_N_BUF","WATER_VALVE_CLOSED_N",
690	"LEAK_DETECT_NW_BLADE1_N_BUF","",
691	"LEAK_DETECT_NW_BLADE2_N_BUF","",
692	"LEAK_DETECT_NW_BLADE3_N_BUF","",
693	"LEAK_DETECT_NW_BLADE4_N_BUF","",
694	"LEAK_DETECT_NW_BLADE5_N_BUF","",
695	"MTIA_BLADE0_STATUS_LED","",
696	"MTIA_BLADE1_STATUS_LED","",
697	/*K0 - K7*/
698	"MTIA_BLADE2_STATUS_LED","",
699	"MTIA_BLADE3_STATUS_LED","",
700	"MTIA_BLADE4_STATUS_LED","",
701	"MTIA_BLADE5_STATUS_LED","",
702	"MTIA_BLADE6_STATUS_LED","",
703	"MTIA_BLADE7_STATUS_LED","",
704	"MTIA_BLADE8_STATUS_LED","",
705	"MTIA_BLADE9_STATUS_LED","",
706	/*L0 - L7*/
707	"MTIA_BLADE10_STATUS_LED","",
708	"MTIA_BLADE11_STATUS_LED","",
709	"MTIA_BLADE12_STATUS_LED","",
710	"MTIA_BLADE13_STATUS_LED","",
711	"MTIA_BLADE14_STATUS_LED","",
712	"MTIA_BLADE15_STATUS_LED","",
713	"NW_BLADE0_STATUS_LED","",
714	"NW_BLADE1_STATUS_LED","",
715	/*M0 - M7*/
716	"NW_BLADE2_STATUS_LED","",
717	"NW_BLADE3_STATUS_LED","",
718	"NW_BLADE4_STATUS_LED","",
719	"NW_BLADE5_STATUS_LED","",
720	"RPU_READY","",
721	"IT_GEAR_RPU_LINK_N","",
722	"IT_GEAR_LEAK","",
723	"WATER_VALVE_CLOSED_N","",
724	/*N0 - N7*/
725	"VALVE_STS0","",
726	"VALVE_STS1","",
727	"VALVE_STS2","",
728	"VALVE_STS3","",
729	"CR_TOGGLE_BOOT_BUF_N","",
730	"CMM_LC_RDY_LED_N","",
731	"CMM_LC_UNRDY_LED_N","",
732	"CMM_CABLE_CARTRIDGE_PRSNT_BOT_N","",
733	/*O0 - O7*/
734	"CMM_CABLE_CARTRIDGE_PRSNT_TOP_N","",
735	"BOT_BCB_CABLE_PRSNT_N","",
736	"TOP_BCB_CABLE_PRSNT_N","",
737	"CHASSIS0_LEAK_Q_N","",
738	"CHASSIS1_LEAK_Q_N","",
739	"LEAK0_DETECT","",
740	"LEAK1_DETECT","",
741	"MGMT_SFP_PRSNT_N","",
742	/*P0 - P7*/
743	"MGMT_SFP_TX_FAULT","",
744	"MGMT_SFP_RX_LOS","",
745	"","",
746	"","",
747	"","",
748	"","",
749	"","",
750	"","";
751};
752