From c112ad6322162e0b8f6f6d188fdae44c009285bf Mon Sep 17 00:00:00 2001 From: "Evgeny Alekseev (IBS Group)" Date: Fri, 3 Jun 2022 11:40:25 +0300 Subject: [Mod]SILA-Baseboard.json add P3V_RTC_BAT accrdng 2 scheme --- .../entity-manager/SILA-Baseboard.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'meta-ibs') diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json index abc7310ef7..1348d3c9ee 100644 --- a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json +++ b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json @@ -161,6 +161,44 @@ ], "Type": "ADC" }, + { + "BridgeGpio": [ + { + "Name": "P3VBAT_BRIDGE_EN", + "Polarity": "High" + } + ], + "Index": 7, + "Name": "P3V_RTC_BAT", + "ScaleFactor": 0.375, + "Thresholds": [ + { + "Direction": "greater than", + "Name": "upper critical", + "Severity": 1, + "Value": 3.296 + }, + { + "Direction": "greater than", + "Name": "upper non critical", + "Severity": 0, + "Value": 3.263 + }, + { + "Direction": "less than", + "Name": "lower non critical", + "Severity": 0, + "Value": 2.457 + }, + { + "Direction": "less than", + "Name": "lower critical", + "Severity": 1, + "Value": 2.138 + } + ], + "Type": "ADC" + }, { "CPURequired": 1, "Index": 8, -- cgit v1.2.3