1description: >
2    Implement to provide Memory connection information to sockets and memory
3    controllers.
4properties:
5    - name: Socket
6      type: byte
7      description: >
8          CPU socket.
9    - name: MemoryController
10      type: byte
11      description: >
12          Memory controller number of given socket.
13    - name: Channel
14      type: byte
15      description: >
16          Channel number of given memory controller.
17    - name: Slot
18      type: byte
19      description: >
20          Slot of given channel.
21