1{
2    "Exposes": [
3        {
4            "Direction": "Input",
5            "Index": 32,
6            "Name": "Reset Button",
7            "Polarity": "Low",
8            "Type": "Gpio"
9        },
10        {
11            "Direction": "Out",
12            "Index": 33,
13            "Name": "Reset Out",
14            "Polarity": "Low",
15            "Type": "Gpio"
16        },
17        {
18            "Direction": "Both",
19            "Index": 34,
20            "Name": "Power Button",
21            "Polarity": "Low",
22            "Type": "Gpio"
23        },
24        {
25            "Direction": "Both",
26            "Index": 35,
27            "Name": "Power Up",
28            "Polarity": "Low",
29            "Type": "Gpio"
30        },
31        {
32            "Direction": "Input",
33            "Index": 219,
34            "Name": "Power Good",
35            "Polarity": "High",
36            "Type": "Gpio"
37        },
38        {
39            "Direction": "Input",
40            "Index": 59,
41            "Name": "Node ID GPIO 0",
42            "Polarity": "High",
43            "Type": "Gpio"
44        },
45        {
46            "Direction": "Input",
47            "Index": 60,
48            "Name": "Node ID GPIO 1",
49            "Polarity": "High",
50            "Type": "Gpio"
51        },
52        {
53            "Direction": "Input",
54            "Index": 61,
55            "Name": "Node ID GPIO 2",
56            "Polarity": "High",
57            "Type": "Gpio"
58        },
59        {
60            "Direction": "Input",
61            "Index": 62,
62            "Name": "Node ID GPIO 3",
63            "Polarity": "High",
64            "Type": "Gpio"
65        },
66        {
67            "GpioPins": [
68                59,
69                60,
70                61,
71                62
72            ],
73            "Name": "Multi Node ID",
74            "Type": "MultiNodeID"
75        },
76        {
77            "Address": "0x18",
78            "Bus": 1,
79            "Name": "Multi Node Presence Detector",
80            "Type": "MultiNodePresence"
81        }
82    ],
83    "Name": "BNP Baseboard",
84    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*BNP'})",
85    "ProductId": 124,
86    "Type": "Board",
87    "xyz.openbmc_project.Inventory.Decorator.Asset": {
88        "Manufacturer": "$PRODUCT_MANUFACTURER",
89        "Model": "$PRODUCT_PRODUCT_NAME",
90        "PartNumber": "$PRODUCT_PART_NUMBER",
91        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
92    }
93}
94