-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[202205][Arista] Fix content of platform.json for DCS-7050CX3-32S (#1…
…2265) * Fix platform.json for 7050cx3 * Add platform_components.json
- Loading branch information
1 parent
47e3cc7
commit 2b36f81
Showing
2 changed files
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
device/arista/x86_64-arista_7050cx3_32s/platform_components.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"chassis": { | ||
"DCS-7050CX3-32S": { | ||
"component": { | ||
"Aboot()": {}, | ||
"Scd(addr=0000:00:18.7)": {}, | ||
"Ucd90120A(addr=3-004e)": {}, | ||
"Ucd90120A(addr=16-004e)": {}, | ||
"CrowSysCpld(addr=2-0023)": {} | ||
} | ||
} | ||
} | ||
} |