xref: /illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/piclfrutree.info (revision 06e46062ef4f5f4b687cbafb4518fb123fe23920)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/*
28 * ident	"%Z%%M%	%I%	%E% SMI"
29 *
30 * supported prop types: void, int, uint, float, string
31 * supported prop access_modes: r, w, rw
32 *
33 * VERSION <version_number>  -- supported version number is 1.0
34 *
35 * name:<namepath> --     gives the anchor node
36 *      where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
37 *
38 * _class:<classpath> --   gives the anchor node
39 *      where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
40 *
41 * NODE <name> <class>
42 *       {describes a subtree}
43 * ENDNODE
44 *
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
46 *
47 * REFPROP <name> <dstnode>
48 *
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
50 *       with <destnode> if exists
51 *       where
52 *             <name> is the nodename
53 *             <class> is the picl class.
54 *             <destnode> is name:<namepath> or _class:<classpath>
55 *
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name:"
58 *
59 * This file describes the locations of all the system fru's and their
60 * proms, if present.
61 */
62
63/*
64 * define a macro to force a #ident line into the output stream
65 * otherwise cpp removes it. Use #ifndef because of #included definitions.
66 */
67#ifndef id
68#define	id(s)	#ident s
69#endif
70id("%Z%%M%	%I%	%E% SMI")
71
72/*
73 * There are a lot of nodes below the rmclomv node, define a shortname
74 */
75#define	RMCLOMV	/platform/ebus@1f,464000/rmc-comm@0,c28000/SUNW,rmclomv
76
77VERSION 1.1
78VERBOSE 1
79NODE frutree picl
80    NODE chassis fru
81    /*
82     * SunMC physical view view_points for this platform
83     * This will get moved to a separate SunMC physical view plugin later.
84     */
85    PROP ViewPoints string r 0 "front rear side"
86
87	NODE MB location
88	    PROP SlotType string r 0 "system-board"
89    	    PROP Label string r 0 "MB"
90            NODE system-board fru
91            ENDNODE
92	ENDNODE
93
94	NODE FT0 fru
95	    PROP SlotType string r 0 "fan-tray"
96    	    PROP Label string r 0 "FT0"
97	ENDNODE
98	NODE FT1 fru
99	    PROP SlotType string r 0 "fan-tray"
100    	    PROP Label string r 0 "FT1"
101	ENDNODE
102	NODE FT2 fru
103	    PROP SlotType string r 0 "fan-tray"
104    	    PROP Label string r 0 "FT2"
105	ENDNODE
106	NODE FT3 fru
107	    PROP SlotType string r 0 "fan-tray"
108    	    PROP Label string r 0 "FT3"
109	ENDNODE
110	NODE FT4 fru
111	    PROP SlotType string r 0 "fan-tray"
112    	    PROP Label string r 0 "FT4"
113	ENDNODE
114	NODE FT5 fru
115	    PROP SlotType string r 0 "fan-tray"
116    	    PROP Label string r 0 "FT5"
117	ENDNODE
118
119        NODE PDB location
120            PROP SlotType string r 0 "power-distribution-board"
121            PROP Label string r 0 "PDB"
122            NODE power-distribution-board fru
123            ENDNODE
124        ENDNODE
125
126	/* on Boston we need only two of the four possible power supplies */
127
128	NODE PS0 location
129	    PROP SlotType string r 0 "power-supply"
130	    PROP Label string r 0 "PS0"
131	ENDNODE
132	NODE PS1 location
133	    PROP SlotType string r 0 "power-supply"
134	    PROP Label string r 0 "PS1"
135	ENDNODE
136	NODE PS2 location
137	    PROP SlotType string r 0 "power-supply"
138	    PROP Label string r 0 "PS2"
139	ENDNODE
140	NODE PS3 location
141	    PROP SlotType string r 0 "power-supply"
142	    PROP Label string r 0 "PS3"
143	ENDNODE
144
145    ENDNODE
146ENDNODE
147
148name:/frutree/chassis/MB/system-board/PS0
149/*
150 * Motherboard properties
151 */
152name:/frutree/chassis/MB/system-board
153    Node C0 location
154         PROP SlotType string r 0 "cpu-module"
155         Prop Label string r 0 "C0"
156    ENDNODE
157    Node C1 location
158         PROP SlotType string r 0 "cpu-module"
159         Prop Label string r 0 "C1"
160    ENDNODE
161    Node C2 location
162         PROP SlotType string r 0 "cpu-module"
163         Prop Label string r 0 "C2"
164    ENDNODE
165    Node C3 location
166         PROP SlotType string r 0 "cpu-module"
167         Prop Label string r 0 "C3"
168    ENDNODE
169
170    NODE PCI0 location
171        PROP SlotType string r 0 "pci-e"
172        PROP Label string r 0 "PCI0"
173    ENDNODE
174    NODE PCI1 location
175        PROP SlotType string r 0 "pci-e"
176        PROP Label string r 0 "PCI1"
177    ENDNODE
178    NODE PCI2 location
179        PROP SlotType string r 0 "pci-x"
180        PROP Label string r 0 "PCI2"
181    ENDNODE
182    NODE PCI3 location
183        PROP SlotType string r 0 "pci-x"
184        PROP Label string r 0 "PCI3"
185    ENDNODE
186    NODE PCI4 location
187        PROP SlotType string r 0 "pci-x"
188        PROP Label string r 0 "PCI4"
189    ENDNODE
190    NODE PCI5 location
191        PROP SlotType string r 0 "pci-x"
192        PROP Label string r 0 "PCI5"
193    ENDNODE
194    NODE PCI6 location
195        PROP SlotType string r 0 "pci-e"
196        PROP Label string r 0 "PCI6"
197    ENDNODE
198    NODE PCI7 location
199        PROP SlotType string r 0 "pci-e"
200        PROP Label string r 0 "PCI7"
201    ENDNODE
202
203    NODE USB0 location
204        PROP SlotType string r 0 "usb"
205        PROP Label string r 0 "USB0"
206    ENDNODE
207    NODE USB1 location
208        PROP SlotType string r 0 "usb"
209        PROP Label string r 0 "USB1"
210    ENDNODE
211
212    NODE FIOB location
213        PROP SlotType string r 0 "front-IO-board"
214        PROP Label string r 0 "FIOB"
215    ENDNODE
216
217    NODE SC location
218        PROP SlotType string r 0 "service-processor-board"
219        PROP Label string r 0 "SC"
220    ENDNODE
221
222    NODE HDDCNTRL location
223        PROP SlotType string r 0 "disk-controller"
224        PROP Label string r 0 "HDDCNTRL"
225    ENDNODE
226
227    NODE RMD0 location
228        PROP SlotType string r 0 "dvd-slot"
229	PROP Label string r 0 "RMD0"
230    ENDNODE
231
232name:/frutree/chassis/MB/system-board/FIOB
233    NODE front-IO-board fru
234        NODE USB2 location
235            PROP SlotType string r 0 "usb"
236            PROP Label string r 0 "USB2"
237        ENDNODE
238        NODE USB3 location
239            PROP SlotType string r 0 "usb"
240            PROP Label string r 0 "USB3"
241        ENDNODE
242        NODE FLEDB location
243	    PROP SlotType string r 0 "led-board"
244            PROP Label string r 0 "FLEDB"
245            NODE front-led-board fru
246            ENDNODE
247        ENDNODE
248	NODE HUB location
249	    PROP SlotType string r 0 "usb-hub"
250	    PROP Label string r 0 "HUB0"
251	ENDNODE
252    ENDNODE
253
254/*
255 * System controller contains the SCC and a battery
256 */
257name:/frutree/chassis/MB/system-board/SC
258    NODE service-processor fru
259        NODE SCC location
260            PROP Label string r 0 "SCC"
261            NODE system-config-chip fru
262            ENDNODE
263        ENDNODE
264        NODE BATTERY location
265            PROP Label string r 0 "BATTERY"
266            NODE battery fru
267            ENDNODE
268        ENDNODE
269    ENDNODE
270
271/*
272 * built-in LSI PCIe disk controller and disk backplane
273 */
274name:/frutree/chassis/MB/system-board/HDDCNTRL
275    PROP SlotType string r 0 "disk-controller"
276    PROP Label string r 0 "HDDCNTRL"
277    NODE disk-controller fru
278        NODE HDDBP location
279            PROP Label string r 0 "HDDBP"
280            PROP SlotType string r 0 "disk-backplane-8"
281            NODE disk-backplane-8 fru
282            ENDNODE
283        ENDNODE
284    ENDNODE
285
286/*
287 * up to 8 disks in Boston...
288 */
289name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8
290    NODE HDD0 location
291        PROP SlotType string r 0 "disk-slot"
292        PROP Label string r 0 "HDD0"
293    ENDNODE
294    NODE HDD1 location
295        PROP SlotType string r 0 "disk-slot"
296        PROP Label string r 0 "HDD1"
297    ENDNODE
298    NODE HDD2 location
299        PROP SlotType string r 0 "disk-slot"
300        PROP Label string r 0 "HDD2"
301    ENDNODE
302    NODE HDD3 location
303        PROP SlotType string r 0 "disk-slot"
304        PROP Label string r 0 "HDD3"
305    ENDNODE
306    NODE HDD4 location
307        PROP SlotType string r 0 "disk-slot"
308        PROP Label string r 0 "HDD4"
309    ENDNODE
310    NODE HDD5 location
311        PROP SlotType string r 0 "disk-slot"
312        PROP Label string r 0 "HDD5"
313    ENDNODE
314    NODE HDD6 location
315        PROP SlotType string r 0 "disk-slot"
316        PROP Label string r 0 "HDD6"
317    ENDNODE
318    NODE HDD7 location
319        PROP SlotType string r 0 "disk-slot"
320        PROP Label string r 0 "HDD7"
321    ENDNODE
322
323/*
324 * add power-supply nodes if their fru-proms are visible
325 */
326name:/frutree/chassis/PS0
327	REFNODE power-supply fru WITH name:/platform/i2c@1f,520000/power-supply-fru-prom?UnitAddress=0,24
328name:/frutree/chassis/PS1
329	REFNODE power-supply fru WITH name:/platform/i2c@1f,520000/power-supply-fru-prom?UnitAddress=0,32
330name:/frutree/chassis/PS2
331	REFNODE power-supply fru WITH name:/platform/i2c@1f,520000/power-supply-fru-prom?UnitAddress=0,52
332name:/frutree/chassis/PS3
333	REFNODE power-supply fru WITH name:/platform/i2c@1f,520000/power-supply-fru-prom?UnitAddress=0,72
334
335/*
336 * PDB chassis ID prom
337 */
338name:/frutree/chassis/PDB
339	REFNODE power-distribution-board fru WITH name:/platform/i2c@1f,520000/pdb-fru-prom@0,da
340
341/*
342 * system fans (on Boston, the trays are the fru's, not the fans)
343 */
344name:/frutree/chassis/FT0
345    NODE F0 location
346        PROP SlotType string r 0 "fan-unit"
347        PROP Label string r 0 "F0"
348    ENDNODE
349name:/frutree/chassis/FT1
350    NODE F0 location
351        PROP SlotType string r 0 "fan-unit"
352        PROP Label string r 0 "F0"
353    ENDNODE
354name:/frutree/chassis/FT2
355    NODE F0 location
356        PROP SlotType string r 0 "fan-unit"
357        PROP Label string r 0 "F0"
358    ENDNODE
359name:/frutree/chassis/FT3
360    NODE F0 location
361        PROP SlotType string r 0 "fan-unit"
362        PROP Label string r 0 "F0"
363    ENDNODE
364name:/frutree/chassis/FT4
365    NODE F0 location
366        PROP SlotType string r 0 "fan-unit"
367        PROP Label string r 0 "F0"
368    ENDNODE
369name:/frutree/chassis/FT5
370    NODE F0 location
371        PROP SlotType string r 0 "fan-unit"
372        PROP Label string r 0 "F0"
373    ENDNODE
374
375
376/*
377 * cdrom fru node
378 */
379name:/frutree/chassis/MB/system-board/RMD0
380	REFNODE removable-media fru WITH name:/platform/pci@1f,700000/pci@0/pci@1/pci@0/ide@1f/sd@0,0
381name:/platform/pci@1f,700000/pci@0/pci@1/pci@0/ide@1f/sd@0,0
382	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/RMD0/removable-media
383
384
385/*
386 * add disk fru nodes for disks which are present (built-in 1068E mappings)
387 */
388
389name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD0
390	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@0,0
391name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD1
392	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@1,0
393name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD2
394	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@2,0
395name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD3
396	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@3,0
397name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD4
398	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@4,0
399name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD5
400	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@5,0
401name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD6
402	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@6,0
403name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD7
404	REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@2/scsi@0/sd@7,0
405
406/*
407 * Add disk fru nodes for disks which are present (1068x mappings with the
408 * 1068x located in slot 4 (short PCI-X slot adjacent to the MBC)
409 */
410
411name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD0
412	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@0,0
413name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD1
414	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@1,0
415name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD2
416	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@2,0
417name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD3
418	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@3,0
419name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD4
420	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@4,0
421name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD5
422	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@5,0
423name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD6
424	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@6,0
425name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD7
426	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@7,0
427
428/*
429 * Add disk fru nodes for disks which are present (1064x mappings with the
430 * 1064x located in slot 5 (last short PCI-X slot).  These are assumed to
431 * be the remaining four disks if the first controller is also a 1064x.
432 */
433
434name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD4
435	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@2/sd@4,0
436name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD5
437	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@2/sd@5,0
438name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD6
439	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@2/sd@6,0
440name:/frutree/chassis/MB/system-board/HDDCNTRL/disk-controller/HDDBP/disk-backplane-8/HDD7
441	REFNODE disk fru WITH name:/platform/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@2/sd@7,0
442
443/*
444 * the eight PCIe/PCI-x slots...
445 */
446name:/frutree/chassis/MB/system-board/PCI0
447	REFNODE pci-card fru WITH _class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl?DeviceID=0
448name:/frutree/chassis/MB/system-board/PCI1
449	REFNODE pci-card fru WITH _class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl?DeviceID=0
450name:/frutree/chassis/MB/system-board/PCI2
451	REFNODE pci-card fru WITH _class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl?DeviceID=1
452name:/frutree/chassis/MB/system-board/PCI3
453	REFNODE pci-card fru WITH _class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl?DeviceID=2
454name:/frutree/chassis/MB/system-board/PCI4
455	REFNODE pci-card fru WITH _class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl?DeviceID=1
456name:/frutree/chassis/MB/system-board/PCI5
457	REFNODE pci-card fru WITH _class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl?DeviceID=2
458name:/frutree/chassis/MB/system-board/PCI6
459	REFNODE pci-card fru WITH _class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl?DeviceID=0
460name:/frutree/chassis/MB/system-board/PCI7
461	REFNODE pci-card fru WITH _class:/jbus/pciex@1e,600000/pciex@0/pciex@8/picl?DeviceID=0
462
463#include "system-board.info"
464#include <fru_SC_data.info>
465#include <SB-tables.info>
466
467/*
468 * built-in USB hub on the front IO board, one for EHCI, one for OHCI
469 */
470_class:/jbus/pciex@1f,700000/pciex@0/pciex@1/pciex@0/usb@1c,3/obp-device@7
471	REFPROP _location_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/HUB
472_class:/jbus/pciex@1f,700000/pciex@0/pciex@1/pciex@0/usb@1c,2/obp-device@1
473	REFPROP _location_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/HUB
474
475/*
476 * devices in PCIe/PCI-x slots
477 */
478_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0
479        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
480_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,0
481        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
482_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,1
483        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
484_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,2
485        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
486_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,3
487        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
488_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,4
489        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
490_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,5
491        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
492_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,6
493        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
494_class:/jbus/pciex@1f,700000/pciex@0/pciex@9/picl@0,7
495        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI0/pci-card
496
497_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0
498        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
499_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,0
500        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
501_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,1
502        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
503_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,2
504        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
505_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,3
506        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
507_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,4
508        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
509_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,5
510        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
511_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,6
512        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
513_class:/jbus/pciex@1e,600000/pciex@0/pciex@9/picl@0,7
514        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI1/pci-card
515
516_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1
517        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
518_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,0
519        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
520_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,1
521        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
522_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,2
523        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
524_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,3
525        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
526_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,4
527        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
528_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,5
529        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
530_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,6
531        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
532_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@1,7
533        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI2/pci-card
534
535_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2
536        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
537_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,0
538        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
539_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,1
540        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
541_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,2
542        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
543_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,3
544        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
545_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,4
546        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
547_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,5
548        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
549_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,6
550        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
551_class:/jbus/pciex@1e,600000/pciex@0/pciex@1/pciex@0/pci@8/picl@2,7
552        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI3/pci-card
553
554_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1
555        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
556_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,0
557        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
558_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,1
559        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
560_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,2
561        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
562_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,3
563        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
564_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,4
565        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
566_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,5
567        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
568_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,6
569        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
570_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@1,7
571        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI4/pci-card
572
573_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2
574        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
575_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,0
576        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
577_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,1
578        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
579_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,2
580        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
581_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,3
582        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
583_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,4
584        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
585_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,5
586        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
587_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,6
588        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
589_class:/jbus/pciex@1f,700000/pciex@0/pciex@2/pciex@0/pci@8/picl@2,7
590        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI5/pci-card
591
592_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0
593        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
594_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,0
595        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
596_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,1
597        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
598_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,2
599        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
600_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,3
601        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
602_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,4
603        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
604_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,5
605        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
606_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,6
607        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
608_class:/jbus/pciex@1f,700000/pciex@0/pciex@8/picl@0,7
609        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI6/pci-card
610
611_class:/jbus/pciex@1e,600000/pciex@0/pciex@8/picl@0
612        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
613_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,0/picl@0
614        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
615_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,1/picl@0
616        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
617_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,2/picl@0
618        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
619_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,3/picl@0
620        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
621_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,4/picl@0
622        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
623_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,5/picl@0
624        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
625_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,6/picl@0
626        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
627_class:/jbus/pciex@1e,600000/pciex@0/pciex@8,7/picl@0
628        REFPROP _fru_parent name:/frutree/chassis/MB/system-board/PCI7/pci-card
629