Skip to content

Commit

Permalink
pddf_support_dell_platforms: Add PDDF support for s5212f, s5224f, s52…
Browse files Browse the repository at this point in the history
…32f and s5248f dell Platfroms
  • Loading branch information
arun1355492 committed Jul 26, 2024
1 parent d9e6ab7 commit 7629d0f
Show file tree
Hide file tree
Showing 81 changed files with 11,025 additions and 56 deletions.
61 changes: 61 additions & 0 deletions device/dell/x86_64-dellemc_s5212f_c3538-r0/pddf/pd-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"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": { "1":"Exhaust", "2":"Intake" }
}
},

"PSU_FAN_MAX_SPEED":"25500"
},

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

"pwm_to_duty_cycle": "lambda pwm: ((pwm/14520) * 100)"

}

}
Loading

0 comments on commit 7629d0f

Please sign in to comment.