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