Skip to content

Commit 78c262e

Browse files
authored
[Arista][x86_64-arista_7050_qx32] Add Components to platform.json (#15252)
* [Arista][x86_64-arista_7050_qx32] Add Components to platform.json Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * reformat Signed-off-by: vaibhav dahiya <[email protected]> --------- Signed-off-by: vaibhav dahiya <[email protected]>
1 parent 1389772 commit 78c262e

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

device/arista/x86_64-arista_7050_qx32/platform.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"chassis": {
33
"name": "DCS-7050QX-32",
4-
"components": [],
4+
"components": [
5+
{
6+
"name": "Scd(addr=0000:04:00.0)"
7+
},
8+
{
9+
"name": "Ucd90120A(addr=6-004e)"
10+
},
11+
{
12+
"name": "Ucd90160(addr=10-004e)"
13+
}
14+
],
515
"fans": [
616
{
717
"name": "fan1"

device/arista/x86_64-arista_7050_qx32s/platform.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
22
"chassis": {
33
"name": "DCS-7050QX-32S",
4-
"components": [],
4+
"components": [
5+
{
6+
"name": "Aboot()"
7+
},
8+
{
9+
"name": "Scd(addr=0000:02:00.0)"
10+
},
11+
{
12+
"name": "Ucd90120A(addr=4-004e)"
13+
},
14+
{
15+
"name": "Ucd90120A(addr=8-004e)"
16+
},
17+
{
18+
"name": "CrowSysCpld(addr=2-0023)"
19+
}
20+
],
521
"fans": [],
622
"fan_drawers": [
723
{

0 commit comments

Comments
 (0)