Skip to content

Commit

Permalink
PSU Presence detection in platform manager for morgan800cc
Browse files Browse the repository at this point in the history
  • Loading branch information
scottpaulsen authored and somasun committed Dec 2, 2024
1 parent b2a3e80 commit e8d02f5
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions fboss/platform/configs/morgan800cc/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,27 @@
"slotType": "PSU_SLOT",
"outgoingI2cBusNames": [
"MCB_IOB_I2C_MASTER_1"
]
],
"presenceDetection": {
"gpioLineHandle": {
"devicePath": "/[MCB_MCB_GPIO]",
"ineIndex": 48,
"desiredValue": 1
}
}
},
"PSU_SLOT@1": {
"slotType": "PSU_SLOT",
"outgoingI2cBusNames": [
"MCB_IOB_I2C_MASTER_2"
]
],
"presenceDetection": {
"gpioLineHandle": {
"devicePath": "/[MCB_MCB_GPIO]",
"lineIndex": 52,
"desiredValue": 1
}
}
},
"FCB_SLOT@0": {
"slotType": "FCB_SLOT",
Expand Down

0 comments on commit e8d02f5

Please sign in to comment.