Skip to content

Commit

Permalink
added /run/devmap/flashes
Browse files Browse the repository at this point in the history
  • Loading branch information
aalamsi22 committed Aug 17, 2024
1 parent bb0c0d1 commit 931f582
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions fboss/platform/configs/meru800bfa/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI0_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI0_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -1380,13 +1380,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI1_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI1_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -2282,13 +2282,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI2_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI2_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -3220,13 +3220,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI3_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI3_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -4436,7 +4436,10 @@
"/run/devmap/xcvrs/xcvr_126": "/SMB_SLOT@0/[OSFP_PORT126_XCVR]",
"/run/devmap/xcvrs/xcvr_127": "/SMB_SLOT@0/[OSFP_PORT127_XCVR]",
"/run/devmap/xcvrs/xcvr_128": "/SMB_SLOT@0/[OSFP_PORT128_XCVR]",
"/run/devmap/flashes/SMB_SPI_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI0_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI0_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI1_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI1_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI2_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI2_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI3_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI3_MASTER0_DEVICE1]",
"/run/devmap/sensors/PSU1_PMBUS": "/SMB_SLOT@0/PSU_SLOT@0/[PSU_PMBUS]",
"/run/devmap/sensors/PSU2_PMBUS": "/SMB_SLOT@0/PSU_SLOT@1/[PSU_PMBUS]",
"/run/devmap/sensors/PSU3_PMBUS": "/SMB_SLOT@0/PSU_SLOT@2/[PSU_PMBUS]",
Expand Down

0 comments on commit 931f582

Please sign in to comment.