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 236 imux17: i2c@1 { 237 #address-cells = <1>; 238 #size-cells = <0>; 239 reg = <1>; 240 241 eeprom@50 { 242 compatible = "atmel,24c128"; 243 reg = <0x50>; 244 }; 245 246 pwm@5e{ 247 compatible = "max31790"; 248 reg = <0x5e>; 249 #address-cells = <1>; 250 #size-cells = <0>; 251 }; 252 253 power-sensor@40 { 254 compatible = "ti,ina238"; 255 reg = <0x40>; 256 shunt-resistor = <1000>; 257 }; 258 259 power-sensor@41 { 260 compatible = "ti,ina238"; 261 reg = <0x41>; 262 shunt-resistor = <1000>; 263 }; 264 265 power-sensor@44 { 266 compatible = "ti,ina238"; 267 reg = <0x44>; 268 shunt-resistor = <1000>; 269 }; 270 271 power-sensor@45 { 272 compatible = "ti,ina238"; 273 reg = <0x45>; 274 shunt-resistor = <1000>; 275 }; 276 }; 277 278 imux18: i2c@2 { 279 #address-cells = <1>; 280 #size-cells = <0>; 281 reg = <2>; 282 283 eeprom@50 { 284 compatible = "atmel,24c128"; 285 reg = <0x50>; 286 }; 287 288 pwm@5e{ 289 compatible = "max31790"; 290 reg = <0x5e>; 291 #address-cells = <1>; 292 #size-cells = <0>; 293 }; 294 295 power-sensor@40 { 296 compatible = "ti,ina238"; 297 reg = <0x40>; 298 shunt-resistor = <1000>; 299 }; 300 301 power-sensor@41 { 302 compatible = "ti,ina238"; 303 reg = <0x41>; 304 shunt-resistor = <1000>; 305 }; 306 307 power-sensor@44 { 308 compatible = "ti,ina238"; 309 reg = <0x44>; 310 shunt-resistor = <1000>; 311 }; 312 313 power-sensor@45 { 314 compatible = "ti,ina238"; 315 reg = <0x45>; 316 shunt-resistor = <1000>; 317 }; 318 }; 319 320 imux19: i2c@3 { 321 #address-cells = <1>; 322 #size-cells = <0>; 323 reg = <3>; 324 325 eeprom@50 { 326 compatible = "atmel,24c128"; 327 reg = <0x50>; 328 }; 329 330 pwm@5e{ 331 compatible = "max31790"; 332 reg = <0x5e>; 333 #address-cells = <1>; 334 #size-cells = <0>; 335 }; 336 337 power-sensor@40 { 338 compatible = "ti,ina238"; 339 reg = <0x40>; 340 shunt-resistor = <1000>; 341 }; 342 343 power-sensor@41 { 344 compatible = "ti,ina238"; 345 reg = <0x41>; 346 shunt-resistor = <1000>; 347 }; 348 349 power-sensor@44 { 350 compatible = "ti,ina238"; 351 reg = <0x44>; 352 shunt-resistor = <1000>; 353 }; 354 355 power-sensor@45 { 356 compatible = "ti,ina238"; 357 reg = <0x45>; 358 shunt-resistor = <1000>; 359 }; 360 }; 361 362 imux20: i2c@4 { 363 #address-cells = <1>; 364 #size-cells = <0>; 365 reg = <4>; 366 367 eeprom@50 { 368 compatible = "atmel,24c128"; 369 reg = <0x50>; 370 }; 371 372 pwm@5e{ 373 compatible = "max31790"; 374 reg = <0x5e>; 375 #address-cells = <1>; 376 #size-cells = <0>; 377 }; 378 379 power-sensor@40 { 380 compatible = "ti,ina238"; 381 reg = <0x40>; 382 shunt-resistor = <1000>; 383 }; 384 385 power-sensor@41 { 386 compatible = "ti,ina238"; 387 reg = <0x41>; 388 shunt-resistor = <1000>; 389 }; 390 391 power-sensor@44 { 392 compatible = "ti,ina238"; 393 reg = <0x44>; 394 shunt-resistor = <1000>; 395 }; 396 397 power-sensor@45 { 398 compatible = "ti,ina238"; 399 reg = <0x45>; 400 shunt-resistor = <1000>; 401 }; 402 }; 403 404 imux21: i2c@5 { 405 #address-cells = <1>; 406 #size-cells = <0>; 407 reg = <5>; 408 409 eeprom@50 { 410 compatible = "atmel,24c128"; 411 reg = <0x50>; 412 }; 413 414 pwm@5e{ 415 compatible = "max31790"; 416 reg = <0x5e>; 417 #address-cells = <1>; 418 #size-cells = <0>; 419 }; 420 421 power-sensor@40 { 422 compatible = "ti,ina238"; 423 reg = <0x40>; 424 shunt-resistor = <1000>; 425 }; 426 427 power-sensor@41 { 428 compatible = "ti,ina238"; 429 reg = <0x41>; 430 shunt-resistor = <1000>; 431 }; 432 433 power-sensor@44 { 434 compatible = "ti,ina238"; 435 reg = <0x44>; 436 shunt-resistor = <1000>; 437 }; 438 439 power-sensor@45 { 440 compatible = "ti,ina238"; 441 reg = <0x45>; 442 shunt-resistor = <1000>; 443 }; 444 }; 445 }; 446}; 447 448&i2c3 { 449 status = "okay"; 450}; 451 452&i2c4 { 453 status = "okay"; 454}; 455 456&i2c5 { 457 status = "okay"; 458}; 459 460&i2c6 { 461 status = "okay"; 462}; 463 464&i2c7 { 465 status = "okay"; 466}; 467 468&i2c8 { 469 status = "okay"; 470}; 471 472&i2c9 { 473 status = "okay"; 474 475 eeprom@50 { 476 compatible = "atmel,24c64"; 477 reg = <0x50>; 478 }; 479 480 rtc@51 { 481 compatible = "nxp,pcf8563"; 482 reg = <0x51>; 483 }; 484}; 485 486&i2c12 { 487 status = "okay"; 488}; 489 490&i2c13 { 491 status = "okay"; 492}; 493 494&i2c14 { 495 status = "okay"; 496 multi-master; 497 498 ipmb@10 { 499 compatible = "ipmb-dev"; 500 reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>; 501 i2c-protocol; 502 }; 503}; 504 505&i2c15 { 506 status = "okay"; 507 508 eeprom@50 { 509 compatible = "atmel,24c128"; 510 reg = <0x50>; 511 }; 512 513 eeprom@56 { 514 compatible = "atmel,24c64"; 515 reg = <0x56>; 516 }; 517}; 518 519&adc0 { 520 aspeed,int-vref-microvolt = <2500000>; 521 status = "okay"; 522 pinctrl-0 = <&pinctrl_adc0_default &pinctrl_adc1_default 523 &pinctrl_adc2_default &pinctrl_adc3_default 524 &pinctrl_adc4_default &pinctrl_adc5_default 525 &pinctrl_adc6_default &pinctrl_adc7_default>; 526}; 527 528&adc1 { 529 aspeed,int-vref-microvolt = <2500000>; 530 status = "okay"; 531 pinctrl-0 = <&pinctrl_adc10_default>; 532}; 533 534&ehci1 { 535 status = "okay"; 536}; 537 538&uhci { 539 status = "okay"; 540}; 541 542&gpio0 { 543 gpio-line-names = 544 /*A0-A7*/ "","","","","","","","", 545 /*B0-B7*/ "","","","","","","","", 546 /*C0-C7*/ "","","","","BLADE_UART_SEL2","","","", 547 /*D0-D7*/ "","","","","","","","", 548 /*E0-E7*/ "","","","","","","","", 549 /*F0-F7*/ "","","","","","","","", 550 /*G0-G7*/ "","","","","","","","", 551 /*H0-H7*/ "","","","","","","","", 552 /*I0-I7*/ "","","","","","","","", 553 /*J0-J7*/ "","","","","","","","", 554 /*K0-K7*/ "","","","","","","","", 555 /*L0-L7*/ "","","","","BLADE_UART_SEL0","","","", 556 /*M0-M7*/ "","","","","","BLADE_UART_SEL1","","", 557 /*N0-N7*/ "","","","","","","","", 558 /*O0-O7*/ "","","","","","","","", 559 /*P0-P7*/ "","","","","","","","", 560 /*Q0-Q7*/ "","","","","","power-chassis-control","","", 561 /*R0-R7*/ "","","","","","","","", 562 /*S0-S7*/ "","","","","","","","", 563 /*T0-T7*/ "","","","","","","","", 564 /*U0-U7*/ "","","","","","","","", 565 /*V0-V7*/ "","","","","BAT_DETECT","","power-chassis-good","", 566 /*W0-W7*/ "","","","","","","","", 567 /*X0-X7*/ "","","BLADE_UART_SEL3","","","","","", 568 /*Y0-Y7*/ "","","","","","","","", 569 /*Z0-Z7*/ "","","","","","","",""; 570}; 571 572&sgpiom0 { 573 gpio-line-names = 574 /*"input pin","output pin"*/ 575 /*A0 - A7*/ 576 "PRSNT_MTIA_BLADE0_N","PWREN_MTIA_BLADE0_EN", 577 "PRSNT_MTIA_BLADE1_N","PWREN_MTIA_BLADE1_EN", 578 "PRSNT_MTIA_BLADE2_N","PWREN_MTIA_BLADE2_EN", 579 "PRSNT_MTIA_BLADE3_N","PWREN_MTIA_BLADE3_EN", 580 "PRSNT_MTIA_BLADE4_N","PWREN_MTIA_BLADE4_EN", 581 "PRSNT_MTIA_BLADE5_N","PWREN_MTIA_BLADE5_EN", 582 "PRSNT_MTIA_BLADE6_N","PWREN_MTIA_BLADE6_EN", 583 "PRSNT_MTIA_BLADE7_N","PWREN_MTIA_BLADE7_EN", 584 /*B0 - B7*/ 585 "PRSNT_MTIA_BLADE8_N","PWREN_MTIA_BLADE8_EN", 586 "PRSNT_MTIA_BLADE9_N","PWREN_MTIA_BLADE9_EN", 587 "PRSNT_MTIA_BLADE10_N","PWREN_MTIA_BLADE10_EN", 588 "PRSNT_MTIA_BLADE11_N","PWREN_MTIA_BLADE11_EN", 589 "PRSNT_MTIA_BLADE12_N","PWREN_MTIA_BLADE12_EN", 590 "PRSNT_MTIA_BLADE13_N","PWREN_MTIA_BLADE13_EN", 591 "PRSNT_MTIA_BLADE14_N","PWREN_MTIA_BLADE14_EN", 592 "PRSNT_MTIA_BLADE15_N","PWREN_MTIA_BLADE15_EN", 593 /*C0 - C7*/ 594 "PRSNT_NW_BLADE0_N","PWREN_NW_BLADE0_EN", 595 "PRSNT_NW_BLADE1_N","PWREN_NW_BLADE1_EN", 596 "PRSNT_NW_BLADE2_N","PWREN_NW_BLADE2_EN", 597 "PRSNT_NW_BLADE3_N","PWREN_NW_BLADE3_EN", 598 "PRSNT_NW_BLADE4_N","PWREN_NW_BLADE4_EN", 599 "PRSNT_NW_BLADE5_N","PWREN_NW_BLADE5_EN", 600 "PRSNT_FCB_TOP_0_N","PWREN_MTIA_BLADE0_HSC_EN", 601 "PRSNT_FCB_TOP_1_N","PWREN_MTIA_BLADE1_HSC_EN", 602 /*D0 - D7*/ 603 "PRSNT_FCB_MIDDLE_0_N","PWREN_MTIA_BLADE2_HSC_EN", 604 "PRSNT_FCB_MIDDLE_1_N","PWREN_MTIA_BLADE3_HSC_EN", 605 "PRSNT_FCB_BOTTOM_0_N","PWREN_MTIA_BLADE4_HSC_EN", 606 "PRSNT_FCB_BOTTOM_1_N","PWREN_MTIA_BLADE5_HSC_EN", 607 "PWRGD_MTIA_BLADE0_PWROK_L_BUF","PWREN_MTIA_BLADE6_HSC_EN", 608 "PWRGD_MTIA_BLADE1_PWROK_L_BUF","PWREN_MTIA_BLADE7_HSC_EN", 609 "PWRGD_MTIA_BLADE2_PWROK_L_BUF","PWREN_MTIA_BLADE8_HSC_EN", 610 "PWRGD_MTIA_BLADE3_PWROK_L_BUF","PWREN_MTIA_BLADE9_HSC_EN", 611 /*E0 - E7*/ 612 "PWRGD_MTIA_BLADE4_PWROK_L_BUF","PWREN_MTIA_BLADE10_HSC_EN", 613 "PWRGD_MTIA_BLADE5_PWROK_L_BUF","PWREN_MTIA_BLADE11_HSC_EN", 614 "PWRGD_MTIA_BLADE6_PWROK_L_BUF","PWREN_MTIA_BLADE12_HSC_EN", 615 "PWRGD_MTIA_BLADE7_PWROK_L_BUF","PWREN_MTIA_BLADE13_HSC_EN", 616 "PWRGD_MTIA_BLADE8_PWROK_L_BUF","PWREN_MTIA_BLADE14_HSC_EN", 617 "PWRGD_MTIA_BLADE9_PWROK_L_BUF","PWREN_MTIA_BLADE15_HSC_EN", 618 "PWRGD_MTIA_BLADE10_PWROK_L_BUF","PWREN_NW_BLADE0_HSC_EN", 619 "PWRGD_MTIA_BLADE11_PWROK_L_BUF","PWREN_NW_BLADE1_HSC_EN", 620 /*F0 - F7*/ 621 "PWRGD_MTIA_BLADE12_PWROK_L_BUF","PWREN_NW_BLADE2_HSC_EN", 622 "PWRGD_MTIA_BLADE13_PWROK_L_BUF","PWREN_NW_BLADE3_HSC_EN", 623 "PWRGD_MTIA_BLADE14_PWROK_L_BUF","PWREN_NW_BLADE4_HSC_EN", 624 "PWRGD_MTIA_BLADE15_PWROK_L_BUF","PWREN_NW_BLADE5_HSC_EN", 625 "PWRGD_NW_BLADE0_PWROK_L_BUF","PWREN_FCB_TOP_L_EN", 626 "PWRGD_NW_BLADE1_PWROK_L_BUF","PWREN_FCB_TOP_R_EN", 627 "PWRGD_NW_BLADE2_PWROK_L_BUF","PWREN_FCB_MIDDLE_L_EN", 628 "PWRGD_NW_BLADE3_PWROK_L_BUF","PWREN_FCB_MIDDLE_R_EN", 629 /*G0 - G7*/ 630 "PWRGD_NW_BLADE4_PWROK_L_BUF","PWREN_FCB_BOTTOM_L_EN", 631 "PWRGD_NW_BLADE5_PWROK_L_BUF","PWREN_FCB_BOTTOM_R_EN", 632 "PWRGD_FCB_TOP_0_PWROK_L_BUF","FM_CMM_AC_CYCLE_N", 633 "PWRGD_FCB_TOP_1_PWROK_L_BUF","MGMT_SFP_TX_DIS", 634 "PWRGD_FCB_MIDDLE_0_PWROK_L_BUF","", 635 "PWRGD_FCB_MIDDLE_1_PWROK_L_BUF","RST_I2CRST_MTIA_BLADE0_1_N", 636 "PWRGD_FCB_BOTTOM_0_PWROK_L_BUF","RST_I2CRST_MTIA_BLADE2_3_N", 637 "PWRGD_FCB_BOTTOM_1_PWROK_L_BUF","RST_I2CRST_MTIA_BLADE4_5_N", 638 /*H0 - H7*/ 639 "LEAK_DETECT_MTIA_BLADE0_N_BUF","RST_I2CRST_MTIA_BLADE6_7_N", 640 "LEAK_DETECT_MTIA_BLADE1_N_BUF","RST_I2CRST_MTIA_BLADE8_9_N", 641 "LEAK_DETECT_MTIA_BLADE2_N_BUF","RST_I2CRST_MTIA_BLADE10_11_N", 642 "LEAK_DETECT_MTIA_BLADE3_N_BUF","RST_I2CRST_MTIA_BLADE12_13_N", 643 "LEAK_DETECT_MTIA_BLADE4_N_BUF","RST_I2CRST_MTIA_BLADE14_15_N", 644 "LEAK_DETECT_MTIA_BLADE5_N_BUF","RST_I2CRST_NW_BLADE0_1_2_N", 645 "LEAK_DETECT_MTIA_BLADE6_N_BUF","RST_I2CRST_NW_BLADE3_4_5_N", 646 "LEAK_DETECT_MTIA_BLADE7_N_BUF","RST_I2CRST_FCB_N", 647 /*I0 - I7*/ 648 "LEAK_DETECT_MTIA_BLADE8_N_BUF","RST_I2CRST_FCB_B_L_N", 649 "LEAK_DETECT_MTIA_BLADE9_N_BUF","RST_I2CRST_FCB_B_R_N", 650 "LEAK_DETECT_MTIA_BLADE10_N_BUF","RST_I2CRST_FCB_M_L_N", 651 "LEAK_DETECT_MTIA_BLADE11_N_BUF","RST_I2CRST_FCB_M_R_N", 652 "LEAK_DETECT_MTIA_BLADE12_N_BUF","RST_I2CRST_FCB_T_L_N", 653 "LEAK_DETECT_MTIA_BLADE13_N_BUF","RST_I2CRST_FCB_T_R_N", 654 "LEAK_DETECT_MTIA_BLADE14_N_BUF","BMC_READY", 655 "LEAK_DETECT_MTIA_BLADE15_N_BUF","wFM_88E6393X_BIN_UPDATE_EN_N", 656 /*J0 - J7*/ 657 "LEAK_DETECT_NW_BLADE0_N_BUF","WATER_VALVE_CLOSED_N", 658 "LEAK_DETECT_NW_BLADE1_N_BUF","", 659 "LEAK_DETECT_NW_BLADE2_N_BUF","", 660 "LEAK_DETECT_NW_BLADE3_N_BUF","", 661 "LEAK_DETECT_NW_BLADE4_N_BUF","", 662 "LEAK_DETECT_NW_BLADE5_N_BUF","", 663 "MTIA_BLADE0_STATUS_LED","", 664 "MTIA_BLADE1_STATUS_LED","", 665 /*K0 - K7*/ 666 "MTIA_BLADE2_STATUS_LED","", 667 "MTIA_BLADE3_STATUS_LED","", 668 "MTIA_BLADE4_STATUS_LED","", 669 "MTIA_BLADE5_STATUS_LED","", 670 "MTIA_BLADE6_STATUS_LED","", 671 "MTIA_BLADE7_STATUS_LED","", 672 "MTIA_BLADE8_STATUS_LED","", 673 "MTIA_BLADE9_STATUS_LED","", 674 /*L0 - L7*/ 675 "MTIA_BLADE10_STATUS_LED","", 676 "MTIA_BLADE11_STATUS_LED","", 677 "MTIA_BLADE12_STATUS_LED","", 678 "MTIA_BLADE13_STATUS_LED","", 679 "MTIA_BLADE14_STATUS_LED","", 680 "MTIA_BLADE15_STATUS_LED","", 681 "NW_BLADE0_STATUS_LED","", 682 "NW_BLADE1_STATUS_LED","", 683 /*M0 - M7*/ 684 "NW_BLADE2_STATUS_LED","", 685 "NW_BLADE3_STATUS_LED","", 686 "NW_BLADE4_STATUS_LED","", 687 "NW_BLADE5_STATUS_LED","", 688 "RPU_READY","", 689 "IT_GEAR_RPU_LINK_N","", 690 "IT_GEAR_LEAK","", 691 "WATER_VALVE_CLOSED_N","", 692 /*N0 - N7*/ 693 "VALVE_STS0","", 694 "VALVE_STS1","", 695 "VALVE_STS2","", 696 "VALVE_STS3","", 697 "CR_TOGGLE_BOOT_BUF_N","", 698 "CMM_LC_RDY_LED_N","", 699 "CMM_LC_UNRDY_LED_N","", 700 "CMM_CABLE_CARTRIDGE_PRSNT_BOT_N","", 701 /*O0 - O7*/ 702 "CMM_CABLE_CARTRIDGE_PRSNT_TOP_N","", 703 "BOT_BCB_CABLE_PRSNT_N","", 704 "TOP_BCB_CABLE_PRSNT_N","", 705 "CHASSIS0_LEAK_Q_N","", 706 "CHASSIS1_LEAK_Q_N","", 707 "LEAK0_DETECT","", 708 "LEAK1_DETECT","", 709 "MGMT_SFP_PRSNT_N","", 710 /*P0 - P7*/ 711 "MGMT_SFP_TX_FAULT","", 712 "MGMT_SFP_RX_LOS","", 713 "","", 714 "","", 715 "","", 716 "","", 717 "","", 718 "",""; 719}; 720