blob: fad8661918cd3b349f0a96999d83810fb3659292 [file] [log] [blame]
Alexander Hansen7b5b4e82024-11-08 11:24:25 +01001description: >
2 Information to enable a daemon to probe hardware based on gpio values
3properties:
4 - name: Name
5 type: string
6 description: >
7 Used by entity-manager to identify which hw was detected. For internal
8 use by entity-manager.
9 - name: PresencePinNames
10 type: array[string]
11 description: >
12 Names of the gpio lines.
13 - name: PresencePinValues
14 type: array[uint64]
15 description: >
16 Values of the gpio lines for which a device is considered present.
17 Choosing 'uint64' instead of 'bool' here for compatibility with how EM
18 exposes configuration on dbus.