Skip to content

Commit

Permalink
PDDF support for s5296f platform and fix error for reboot-cause in pd…
Browse files Browse the repository at this point in the history
…df mode
  • Loading branch information
arun1355492 committed Jul 26, 2024
1 parent 7629d0f commit 467f3a3
Show file tree
Hide file tree
Showing 21 changed files with 3,771 additions and 0 deletions.
69 changes: 69 additions & 0 deletions device/dell/x86_64-dellemc_s5296f_c3538-r0/pddf/pd-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"PSU":
{
"psu_present":
{
"i2c":
{
"valmap": { "1":true, "0":false }
},
"bmc":
{
"valmap": { "1":true, "0":false }
}
},

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

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

"PSU_FAN_MAX_SPEED":"25500"
},

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

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

"pwm_to_duty_cycle": "lambda pwm: (pwm*1.0)"

}

}
Loading

0 comments on commit 467f3a3

Please sign in to comment.