Yong Li | 51f9037 | 2018-11-01 13:03:02 +0800 | [diff] [blame] | 1 | description: > |
| 2 | An interface for chassis capabilities defined in IPMI spec. |
| 3 | properties: |
| 4 | - name: CapabilitiesFlags |
| 5 | type: byte |
| 6 | description: > |
| 7 | Chassis capabilities flags. bit1= Provides front panel lockout, |
| 8 | bit0 = Provides intrusion. All other bits reserved. |
| 9 | - name: FRUDeviceAddress |
| 10 | type: byte |
| 11 | description: > |
| 12 | Chassis FRU device address. |
| 13 | - name: SDRDeviceAddress |
| 14 | type: byte |
| 15 | description: > |
| 16 | Chassis SDR device address. |
| 17 | - name: SELDeviceAddress |
| 18 | type: byte |
| 19 | description: > |
| 20 | Chassis SEL device address. |
| 21 | - name: SMDeviceAddress |
| 22 | type: byte |
| 23 | description: > |
| 24 | Chassis SM device address. |
| 25 | - name: BridgeDeviceAddress |
| 26 | type: byte |
| 27 | description: > |
| 28 | Chassis Bridge device address. |