blob: 6e9e48d36fccdeb213a79cd68f232169594860a5 [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: >
Patrick Williams8da396c2022-03-14 14:21:02 -050020 Slot of given channel.