Skip to content

Commit

Permalink
[arista] Add asic and phy configs for clearwater2ms (#8174)
Browse files Browse the repository at this point in the history
* Add ASIC configs for clearwater2ms
* Add 100G gearbox configs for clearwater2ms
  • Loading branch information
byu343 authored Oct 5, 2021
1 parent 552963a commit 677f31d
Show file tree
Hide file tree
Showing 21 changed files with 1,835 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"CONTEXTS": [
{
"guid" : 0,
"name" : "asic0",
"dbAsic" : "ASIC_DB",
"dbCounters" : "COUNTERS_DB",
"dbFlex": "FLEX_COUNTER_DB",
"dbState" : "STATE_DB",
"zmq_enable" : false,
"zmq_endpoint": "tcp://127.0.0.1:5555",
"zmq_ntf_endpoint": "tcp://127.0.0.1:5556",
"switches": [
{
"index" : 0,
"hwinfo" : ""
}
]
},
{
"guid" : 1,
"name" : "phys",
"dbAsic" : "GB_ASIC_DB",
"dbCounters" : "GB_COUNTERS_DB",
"dbFlex": "GB_FLEX_COUNTER_DB",
"dbState" : "STATE_DB",
"zmq_enable" : false,
"zmq_endpoint": "tcp://127.0.0.1:5565",
"zmq_ntf_endpoint": "tcp://127.0.0.1:5566",
"switches": [
{
"index" : 0,
"hwinfo" : "mdio0_0_0/0"
},
{
"index" : 1,
"hwinfo" : "mdio1_0_0/0"
},
{
"index" : 2,
"hwinfo" : "mdio2_0_0/0"
},
{
"index" : 3,
"hwinfo" : "mdio3_0_0/0"
},
{
"index" : 4,
"hwinfo" : "mdio4_0_0/0"
},
{
"index" : 5,
"hwinfo" : "mdio5_0_0/0"
},
{
"index" : 6,
"hwinfo" : "mdio6_0_0/0"
},
{
"index" : 7,
"hwinfo" : "mdio7_0_0/0"
},
{
"index" : 8,
"hwinfo" : "mdio8_0_0/0"
},
{
"index" : 9,
"hwinfo" : "mdio9_0_0/0"
},
{
"index" : 10,
"hwinfo" : "mdio10_0_0/0"
},
{
"index" : 11,
"hwinfo" : "mdio11_0_0/0"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0"?>
<root>
<name>CSDK-B52</name>
<phy_addr>0</phy_addr>
<mode>gearbox</mode>
<topology>2</topology>
<tx-taps>
<PAM4>2,-8,17,0,0</PAM4>
<NRZ>0,-8,17,0,0</NRZ>
</tx-taps>
<tx-taps-scale>0,0,1,0,0</tx-taps-scale>

<lane id="0" system-side="true" />
<lane id="1" system-side="true" />
<lane id="2" system-side="true" />
<lane id="3" system-side="true" />
<lane id="4" system-side="true" />
<lane id="5" system-side="true" />
<lane id="6" system-side="true" />
<lane id="7" system-side="true" />
<lane id="8" system-side="false" />
<lane id="9" system-side="false" />
<lane id="10" system-side="false" />
<lane id="11" system-side="false" />
<lane id="12" system-side="false" />
<lane id="13" system-side="false" />
<lane id="14" system-side="false" />
<lane id="15" system-side="false" />
<lane id="16" system-side="false" />
<lane id="17" system-side="false" />
<lane id="18" system-side="false" />
<lane id="19" system-side="false" />
<lane id="20" system-side="false" />
<lane id="21" system-side="false" />
<lane id="22" system-side="false" />
<lane id="23" system-side="false" />
</root>
Loading

0 comments on commit 677f31d

Please sign in to comment.