add new AIC json file
add Add-in-Card configuration in json file. ther is a I2C Mux in Riser card.
tested:
it's tested in board by actual AIC card : AXX1P100HSSI card.
Change-Id: I50f8510b3b710896756a8e6575b9b89d2d1aa97b
Signed-off-by: Chen,Yugang <yugang.chen@linux.intel.com>
diff --git a/configurations/AXX1P100HSSI_AIC.json b/configurations/AXX1P100HSSI_AIC.json
new file mode 100644
index 0000000..1d7fa7f
--- /dev/null
+++ b/configurations/AXX1P100HSSI_AIC.json
@@ -0,0 +1,32 @@
+[
+ {
+ "Exposes": [
+ {
+ "Address": "$address",
+ "Bus": "$bus",
+ "Name": "AIC 1 Fru",
+ "Type": "EEPROM"
+ },
+ {
+ "Address": "0x72",
+ "Bus": "$bus",
+ "ChannelNames": [
+ "Pcie_Slot_1",
+ "Pcie_Slot_2",
+ "Pcie_Slot_3",
+ ""
+ ],
+ "Name": "Riser Mux",
+ "Type": "PCA9545Mux"
+ }
+ ],
+ "Name": "Ethernet Network Adapter",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'AXX1P100HSSI'})",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "Manufacturer": "$BOARD_MANUFACTURER",
+ "Model": "$BOARD_PRODUCT_NAME",
+ "PartNumber": "$BOARD_PART_NUMBER",
+ "SerialNumber": "$BOARD_SERIAL_NUMBER"
+ }
+ }
+]