blob: 4f4f07706b9826fb8ed649a99029781278a96fed [file] [log] [blame]
Qiang XUc6c5b3d2019-04-23 23:47:22 +08001{
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 "Address": "0x18",
68 "Bus": 1,
69 "Name": "Multi Node Presence Detector",
70 "Type": "MultiNode"
71 },
72 {
73 "BindGpioNodeID": "Node ID GPIO 0",
74 "Name": "Multi Node ID 0",
75 "Type": "MultiNode"
76 },
77 {
78 "BindGpioNodeID": "Node ID GPIO 1",
79 "Name": "Multi Node ID 1",
80 "Type": "MultiNode"
81 },
82 {
83 "BindGpioNodeID": "Node ID GPIO 2",
84 "Name": "Multi Node ID 2",
85 "Type": "MultiNode"
86 },
87 {
88 "BindGpioNodeID": "Node ID GPIO 3",
89 "Name": "Multi Node ID 3",
90 "Type": "MultiNode"
91 },
92 {
93 "Name": "Multi Node Supported",
94 "Type": "MultiNode"
95 }
96 ],
97 "Name": "BNP Baseboard",
98 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*BNP'})",
99 "Type": "Board",
100 "xyz.openbmc_project.Inventory.Decorator.Asset": {
101 "Manufacturer": "$PRODUCT_MANUFACTURER",
102 "Model": "$PRODUCT_PRODUCT_NAME",
103 "PartNumber": "$PRODUCT_PART_NUMBER",
104 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
105 }
106}