Skip to content

Commit

Permalink
[AS4630-54PE] Add to support PDDF
Browse files Browse the repository at this point in the history
Signed-off-by: Jostar Yang <jostar_yang@accton.com.tw>
  • Loading branch information
Jostar Yang committed Jun 29, 2021
1 parent ef67ba5 commit 3335a3b
Show file tree
Hide file tree
Showing 21 changed files with 1,594 additions and 1 deletion.
66 changes: 66 additions & 0 deletions device/accton/x86_64-accton_as4630_54pe-r0/pddf/pd-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"XCVR":
{
"xcvr_present":
{
"i2c":
{
"valmap-SFP28": {"1":true, "0":false },
"valmap-QSFP28": {"1":true, "0":false}
}
}
},

"PSU":
{
"psu_present":
{
"i2c":
{
"valmap": { "1":true, "0":false }
}
},

"psu_power_good":
{
"i2c":
{
"valmap": { "1": true, "0":false }
}
},

"psu_fan_dir":
{
"i2c":
{
"valmap": { "F2B":"EXHAUST", "B2F":"INTAKE" }
}
},

"PSU_FAN_MAX_SPEED":"18000"
},

"FAN":
{
"direction":
{
"i2c":
{
"valmap": {"1":"EXHAUST", "0":"INTAKE"}
}
},

"present":
{
"i2c":
{
"valmap": {"1":true, "0":false}
}
},

"duty_cycle_to_pwm": "lambda dc: ((dc*100.0)/625)",

"pwm_to_duty_cycle": "lambda pwm: ((pwm*625.0)/100)"
}

}
Loading

0 comments on commit 3335a3b

Please sign in to comment.