Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 4 | "Address": "0x44", |
| 5 | "Bus": 4, |
| 6 | "Labels": [ |
| 7 | "iout1", |
| 8 | "pin", |
| 9 | "temp1", |
| 10 | "vin", |
| 11 | "vout1" |
| 12 | ], |
| 13 | "Name": "PDB_HSC", |
Daniel Hsu | 78a0772 | 2024-03-18 13:38:01 +0800 | [diff] [blame] | 14 | "Thresholds": [ |
| 15 | { |
| 16 | "Direction": "greater than", |
| 17 | "Label": "iout1", |
| 18 | "Name": "upper critical", |
| 19 | "Severity": 1, |
Daniel Hsu | 3389c35 | 2024-09-27 01:52:29 +0800 | [diff] [blame] | 20 | "Value": 37.5 |
Daniel Hsu | 78a0772 | 2024-03-18 13:38:01 +0800 | [diff] [blame] | 21 | }, |
| 22 | { |
| 23 | "Direction": "greater than", |
| 24 | "Label": "pin", |
| 25 | "Name": "upper critical", |
| 26 | "Severity": 1, |
Daniel Hsu | 3389c35 | 2024-09-27 01:52:29 +0800 | [diff] [blame] | 27 | "Value": 1910.0 |
Daniel Hsu | 78a0772 | 2024-03-18 13:38:01 +0800 | [diff] [blame] | 28 | }, |
| 29 | { |
Daniel Hsu | 2ec1f15 | 2024-08-28 16:09:05 +0800 | [diff] [blame] | 30 | "Direction": "less than", |
| 31 | "Label": "temp1", |
| 32 | "Name": "lower critical", |
| 33 | "Severity": 1, |
| 34 | "Value": 5.0 |
| 35 | }, |
| 36 | { |
Daniel Hsu | 78a0772 | 2024-03-18 13:38:01 +0800 | [diff] [blame] | 37 | "Direction": "greater than", |
| 38 | "Label": "temp1", |
| 39 | "Name": "upper critical", |
| 40 | "Severity": 1, |
| 41 | "Value": 80.0 |
| 42 | }, |
| 43 | { |
| 44 | "Direction": "less than", |
| 45 | "Label": "vin", |
| 46 | "Name": "lower critical", |
| 47 | "Severity": 1, |
| 48 | "Value": 46.0 |
| 49 | }, |
| 50 | { |
| 51 | "Direction": "greater than", |
| 52 | "Label": "vin", |
| 53 | "Name": "upper critical", |
| 54 | "Severity": 1, |
| 55 | "Value": 55.0 |
| 56 | }, |
| 57 | { |
| 58 | "Direction": "less than", |
| 59 | "Label": "vout1", |
| 60 | "Name": "lower critical", |
| 61 | "Severity": 1, |
| 62 | "Value": 46.0 |
| 63 | }, |
| 64 | { |
| 65 | "Direction": "greater than", |
| 66 | "Label": "vout1", |
| 67 | "Name": "upper critical", |
| 68 | "Severity": 1, |
| 69 | "Value": 55.0 |
| 70 | } |
| 71 | ], |
Peter Yin | 404664a | 2024-04-18 10:50:13 +0800 | [diff] [blame] | 72 | "Type": "LTC4287", |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 73 | "iout1_Name": "PDB_HSC_CURR_A", |
Peter Yin | b96d0a5 | 2024-07-15 22:55:20 +0800 | [diff] [blame] | 74 | "iout1_Offset": -0.5496, |
| 75 | "iout1_Scale": 1070, |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 76 | "pin_Name": "PDB_HSC_PWR_W", |
Peter Yin | b96d0a5 | 2024-07-15 22:55:20 +0800 | [diff] [blame] | 77 | "pin_Offset": -16, |
| 78 | "pin_Scale": 1073883, |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 79 | "temp1_Name": "PDB_HSC_TEMP_C", |
| 80 | "vin_Name": "PDB_HSC_VIN_VOLT_V", |
| 81 | "vout1_Name": "PDB_HSC_VOUT_VOLT_V" |
| 82 | }, |
| 83 | { |
Peter Yin | 404664a | 2024-04-18 10:50:13 +0800 | [diff] [blame] | 84 | "Address": "0x49", |
| 85 | "Bus": 4, |
| 86 | "Name": "PDB_TEMP_C", |
Daniel Hsu | 2ec1f15 | 2024-08-28 16:09:05 +0800 | [diff] [blame] | 87 | "Thresholds": [ |
| 88 | { |
| 89 | "Direction": "less than", |
| 90 | "Name": "lower critical", |
| 91 | "Severity": 1, |
| 92 | "Value": 5.0 |
| 93 | }, |
| 94 | { |
| 95 | "Direction": "greater than", |
| 96 | "Name": "upper critical", |
| 97 | "Severity": 1, |
| 98 | "Value": 80.0 |
| 99 | } |
| 100 | ], |
Peter Yin | 404664a | 2024-04-18 10:50:13 +0800 | [diff] [blame] | 101 | "Type": "TMP75" |
| 102 | }, |
| 103 | { |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 104 | "Address": "0x69", |
| 105 | "Bus": 4, |
| 106 | "Labels": [ |
| 107 | "iout1", |
| 108 | "pin", |
| 109 | "pout1", |
| 110 | "temp1", |
| 111 | "vin", |
| 112 | "vout1" |
| 113 | ], |
| 114 | "Name": "PDB_BRICK", |
Daniel Hsu | 78a0772 | 2024-03-18 13:38:01 +0800 | [diff] [blame] | 115 | "Thresholds": [ |
| 116 | { |
| 117 | "Direction": "greater than", |
| 118 | "Label": "iout1", |
| 119 | "Name": "upper critical", |
| 120 | "Severity": 1, |
| 121 | "Value": 71.6 |
| 122 | }, |
| 123 | { |
| 124 | "Direction": "greater than", |
| 125 | "Label": "pin", |
| 126 | "Name": "upper critical", |
| 127 | "Severity": 1, |
| 128 | "Value": 874.0 |
| 129 | }, |
| 130 | { |
| 131 | "Direction": "greater than", |
| 132 | "Label": "pout1", |
| 133 | "Name": "upper critical", |
| 134 | "Severity": 1, |
| 135 | "Value": 860.0 |
| 136 | }, |
| 137 | { |
Daniel Hsu | 2ec1f15 | 2024-08-28 16:09:05 +0800 | [diff] [blame] | 138 | "Direction": "less than", |
| 139 | "Label": "temp1", |
| 140 | "Name": "lower critical", |
| 141 | "Severity": 1, |
| 142 | "Value": 5.0 |
| 143 | }, |
| 144 | { |
Daniel Hsu | 78a0772 | 2024-03-18 13:38:01 +0800 | [diff] [blame] | 145 | "Direction": "greater than", |
| 146 | "Label": "temp1", |
| 147 | "Name": "upper critical", |
| 148 | "Severity": 1, |
| 149 | "Value": 105.0 |
| 150 | }, |
| 151 | { |
| 152 | "Direction": "less than", |
| 153 | "Label": "vin", |
| 154 | "Name": "lower critical", |
| 155 | "Severity": 1, |
| 156 | "Value": 38.0 |
| 157 | }, |
| 158 | { |
| 159 | "Direction": "greater than", |
| 160 | "Label": "vin", |
| 161 | "Name": "upper critical", |
| 162 | "Severity": 1, |
| 163 | "Value": 60.0 |
| 164 | }, |
| 165 | { |
| 166 | "Direction": "less than", |
| 167 | "Label": "vout1", |
| 168 | "Name": "lower critical", |
| 169 | "Severity": 1, |
| 170 | "Value": 10.8 |
| 171 | }, |
| 172 | { |
| 173 | "Direction": "greater than", |
| 174 | "Label": "vout1", |
| 175 | "Name": "upper critical", |
| 176 | "Severity": 1, |
| 177 | "Value": 13.2 |
| 178 | } |
| 179 | ], |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 180 | "Type": "pmbus", |
| 181 | "iout1_Name": "PDB_BRICK_CURR_A", |
| 182 | "pin_Name": "PDB_BRICK_PIN_PWR_W", |
| 183 | "pout1_Name": "PDB_BRICK_POUT_PWR_W", |
| 184 | "temp1_Name": "PDB_BRICK_TEMP_C", |
| 185 | "vin_Name": "PDB_BRICK_VIN_VOLT_V", |
| 186 | "vout1_Name": "PDB_BRICK_VOUT_VOLT_V" |
| 187 | } |
| 188 | ], |
| 189 | "Name": "Minerva PDB", |
Daniel Hsu | 2ec1f15 | 2024-08-28 16:09:05 +0800 | [diff] [blame] | 190 | "Probe": [ |
| 191 | "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Minerva PDB EVT'})", |
| 192 | "OR", |
| 193 | "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Minerva PDB', 'BOARD_INFO_AM4': 'hsc-ltc'})" |
| 194 | ], |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 195 | "Type": "Board", |
| 196 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
Peter Yin | 5501ee3 | 2024-05-15 16:17:12 +0800 | [diff] [blame] | 197 | "BuildDate": "$BOARD_MANUFACTURE_DATE", |
Peter Yin | 91c9290 | 2024-05-15 16:17:12 +0800 | [diff] [blame] | 198 | "Manufacturer": "$BOARD_MANUFACTURER", |
| 199 | "Model": "$BOARD_PRODUCT_NAME", |
| 200 | "PartNumber": "$BOARD_PART_NUMBER", |
Peter Yin | 05cdf04 | 2024-06-05 00:54:29 +0800 | [diff] [blame] | 201 | "SerialNumber": "$BOARD_SERIAL_NUMBER", |
| 202 | "SparePartNumber": "$BOARD_INFO_AM1" |
Peter Yin | 141718c | 2024-07-15 23:27:01 +0800 | [diff] [blame] | 203 | }, |
| 204 | "xyz.openbmc_project.Inventory.Decorator.AssetTag": { |
| 205 | "AssetTag": "$PRODUCT_ASSET_TAG" |
Potin Lai | 16152b5 | 2023-10-31 18:48:02 +0800 | [diff] [blame] | 206 | } |
| 207 | } |