blob: 43e838f7028cad149feb301e055b5ad37cc9f842 [file] [log] [blame]
Nirmal Patel12a8ca82020-05-12 07:33:53 -07001description: >
2 Implement to provide Memory connection information to sockets
3 and memory 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.