sonic-buildimage/device/quanta/x86_64-quanta_ix8a_bwde-r0/Quanta-IX8A-BWDE-56X/platform-def.json
roberthong-qct 95c67d2d55
[Quanta] Add and update platform and device files (#6971)
Add device and platform code for ix7-bwde, ix8a-bwde.
Support platform API 2.0 for all quanta platforms except for ix1b

Co-authored-by: robert.hong <robert.hong@qct.io>
2021-06-21 09:24:41 -07:00

49 lines
1.1 KiB
JSON

{
"fec-mode": {
"Ethernet0-47": {
"1": {
"1000": [ "none" ],
"10000": [ "none", "fc" ],
"25000": [ "none", "rs" ]
}
},
"Ethernet48-79": {
"1": {
"10000": [ "none", "fc" ],
"25000": [ "none", "rs" ]
},
"2": {
"20000": [ "none", "fc" ],
"50000": [ "none", "rs" ]
},
"4": {
"40000": [ "none", "fc" ],
"100000": [ "none", "rs" ]
}
}
},
"default-fec-mode": {
"Ethernet0-47": {
"1": {
"1000": "none",
"10000": "none",
"25000": "rs"
}
},
"Ethernet48-79": {
"4": {
"40000": "none",
"100000": "rs"
}
}
},
"native-port-supported-speeds": {
"Ethernet0-47": {
"1": ["25000","10000","1000"]
},
"Ethernet48-79": {
"4": ["100000","40000"]
}
}
}