sonic-buildimage/device/arista/x86_64-arista_720dt_48s/Arista-720DT-48S/phy3_config.json
andywongarista 07dbc149df
[Arista] Add missing configs for 720DT-48S (#11362)
* Why I did it
Followup to #10656. This change adds the remaining configs for the 720DT-48S platform.

* How I did it
Adds the following:
gearbox_config.json and other gearbox-related config files, to enable traffic on external PHY ports (Ethernet0-23)
sensors.conf
pcie.yaml
Also add missing facts in platform.json

* How to verify it
show interfaces status shows links up on interfaces Ethernet0-23
traffic flows with no errors on interfaces Ethernet0-23
Note: above testing depends on Add gbsyncd container for broncos #11154 and [orchagent]: Enhance initSaiPhyApi sonic-swss#2367, as well as having the appropriate PAI driver.

Co-authored-by: Samuel Angebault <staphylo@arista.com>
2022-07-20 11:36:16 +08:00

39 lines
885 B
JSON

{
"lanes": [
{
"index": 255,
"local_lane_id": 255,
"system_side": true,
"tx_polarity": 255,
"rx_polarity": 255,
"line_tx_lanemap": 255,
"line_rx_lanemap": 255,
"line_to_system_lanemap": 255,
"mdio_addr": ""
}
],
"ports": [
{
"index": 4,
"mdio_addr": "",
"system_speed": 1000,
"system_fec": "none",
"system_auto_neg": false,
"system_loopback": "none",
"system_training": false,
"line_speed": 1000,
"line_fec": "none",
"line_auto_neg": false,
"line_loopback": "none",
"line_training": false,
"line_media_type": "copper",
"line_intf_type": "none",
"line_adver_speed": [],
"line_adver_fec": [],
"line_adver_auto_neg": false,
"line_adver_asym_pause": false,
"line_adver_media_type": "copper"
}
]
}