-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Accton]: Add a new supported device and platform, AS7712-32X (#662)
* platform/broadcom: Add a new supported device and platform, AS7712-32X * Switch Vendor: Edge-core * Switch SKU: AS7712-32X * ASIC Vendor: Broadcom * Swich ASIC: Tomahawk * Port Configuration: 32x100G * SONiC Image: SONiC-ONIE-Broadcom Signed-off-by: polly_hsu@accton.com
- Loading branch information
1 parent
9041288
commit c1c8a12
Showing
25 changed files
with
4,415 additions
and
1 deletion.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
device/accton/x86_64-accton_as7712_32x-r0/Accton-AS7712-32X/port_config.ini
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,33 @@ | ||
# name lanes alias | ||
Ethernet0 49,50,51,52 hundredGigE1 | ||
Ethernet4 53,54,55,56 hundredGigE2 | ||
Ethernet8 57,58,59,60 hundredGigE3 | ||
Ethernet12 61,62,63,64 hundredGigE4 | ||
Ethernet16 65,66,67,68 hundredGigE5 | ||
Ethernet20 69,70,71,72 hundredGigE6 | ||
Ethernet24 73,74,75,76 hundredGigE7 | ||
Ethernet28 77,78,79,80 hundredGigE8 | ||
Ethernet32 33,34,35,36 hundredGigE9 | ||
Ethernet36 37,38,39,40 hundredGigE10 | ||
Ethernet40 41,42,43,44 hundredGigE11 | ||
Ethernet44 45,46,47,48 hundredGigE12 | ||
Ethernet48 81,82,83,84 hundredGigE13 | ||
Ethernet52 85,86,87,88 hundredGigE14 | ||
Ethernet56 89,90,91,92 hundredGigE15 | ||
Ethernet60 93,94,95,96 hundredGigE16 | ||
Ethernet64 97,98,99,100 hundredGigE17 | ||
Ethernet68 101,102,103,104 hundredGigE18 | ||
Ethernet72 105,106,107,108 hundredGigE19 | ||
Ethernet76 109,110,111,112 hundredGigE20 | ||
Ethernet80 17,18,19,20 hundredGigE21 | ||
Ethernet84 21,22,23,24 hundredGigE22 | ||
Ethernet88 25,26,27,28 hundredGigE23 | ||
Ethernet92 29,30,31,32 hundredGigE24 | ||
Ethernet96 113,114,115,116 hundredGigE25 | ||
Ethernet100 117,118,119,120 hundredGigE26 | ||
Ethernet104 121,122,123,124 hundredGigE27 | ||
Ethernet108 125,126,127,128 hundredGigE28 | ||
Ethernet112 1,2,3,4 hundredGigE29 | ||
Ethernet116 5,6,7,8 hundredGigE30 | ||
Ethernet120 9,10,11,12 hundredGigE31 | ||
Ethernet124 13,14,15,16 hundredGigE32 |
2 changes: 2 additions & 0 deletions
2
device/accton/x86_64-accton_as7712_32x-r0/Accton-AS7712-32X/sai.profile
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,2 @@ | ||
SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7712-32x100G.config.bcm | ||
|
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,3 @@ | ||
CONSOLE_PORT=0x2f8 | ||
CONSOLE_DEV=1 | ||
CONSOLE_SPEED=115200 |
Oops, something went wrong.