blob: 8c742f694fa2324994172aeefa07bcbe9fb5a41d [file] [log] [blame]
Nirmal Patel12a8ca82020-05-12 07:33:53 -07001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Implement to provide Memory connection information to sockets and memory
3 controllers.
Nirmal Patel12a8ca82020-05-12 07:33:53 -07004properties:
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: >
Patrick Williams8da396c2022-03-14 14:21:02 -050020 Slot of given channel.