1*0Sstevel@tonic-gate/*
2*0Sstevel@tonic-gate * CDDL HEADER START
3*0Sstevel@tonic-gate *
4*0Sstevel@tonic-gate * The contents of this file are subject to the terms of the
5*0Sstevel@tonic-gate * Common Development and Distribution License, Version 1.0 only
6*0Sstevel@tonic-gate * (the "License").  You may not use this file except in compliance
7*0Sstevel@tonic-gate * with the License.
8*0Sstevel@tonic-gate *
9*0Sstevel@tonic-gate * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*0Sstevel@tonic-gate * or http://www.opensolaris.org/os/licensing.
11*0Sstevel@tonic-gate * See the License for the specific language governing permissions
12*0Sstevel@tonic-gate * and limitations under the License.
13*0Sstevel@tonic-gate *
14*0Sstevel@tonic-gate * When distributing Covered Code, include this CDDL HEADER in each
15*0Sstevel@tonic-gate * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*0Sstevel@tonic-gate * If applicable, add the following below this CDDL HEADER, with the
17*0Sstevel@tonic-gate * fields enclosed by brackets "[]" replaced with your own identifying
18*0Sstevel@tonic-gate * information: Portions Copyright [yyyy] [name of copyright owner]
19*0Sstevel@tonic-gate *
20*0Sstevel@tonic-gate * CDDL HEADER END
21*0Sstevel@tonic-gate */
22*0Sstevel@tonic-gate/*
23*0Sstevel@tonic-gate * Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
24*0Sstevel@tonic-gate * Use is subject to license terms.
25*0Sstevel@tonic-gate *
26*0Sstevel@tonic-gate * #ident	"%Z%%M%	%I%	%E% SMI"
27*0Sstevel@tonic-gate *
28*0Sstevel@tonic-gate * This file creates the system board structure
29*0Sstevel@tonic-gate */
30*0Sstevel@tonic-gate
31*0Sstevel@tonic-gate/*
32*0Sstevel@tonic-gate * define a macro to force a #ident line into the output stream
33*0Sstevel@tonic-gate * otherwise cpp removes it. Use #ifndef because of #included definitions.
34*0Sstevel@tonic-gate */
35*0Sstevel@tonic-gate#ifndef id
36*0Sstevel@tonic-gate#define	id(s)	#ident s
37*0Sstevel@tonic-gate#endif
38*0Sstevel@tonic-gateid("%Z%%M% %I%     %E% SMI")
39*0Sstevel@tonic-gate
40*0Sstevel@tonic-gate/*
41*0Sstevel@tonic-gate * Motherboard properties
42*0Sstevel@tonic-gate */
43*0Sstevel@tonic-gatename:/frutree/chassis/MB
44*0Sstevel@tonic-gate    NODE system-board fru
45*0Sstevel@tonic-gate	NODE SC location
46*0Sstevel@tonic-gate    	    PROP Label string r 0 "SC"
47*0Sstevel@tonic-gate	    NODE sc fru
48*0Sstevel@tonic-gate	    ENDNODE
49*0Sstevel@tonic-gate	ENDNODE
50*0Sstevel@tonic-gate	NODE BAT location
51*0Sstevel@tonic-gate    	    PROP Label string r 0 "BAT"
52*0Sstevel@tonic-gate	    NODE battery fru
53*0Sstevel@tonic-gate	    ENDNODE
54*0Sstevel@tonic-gate	ENDNODE
55*0Sstevel@tonic-gate    ENDNODE
56*0Sstevel@tonic-gate
57*0Sstevel@tonic-gate/*
58*0Sstevel@tonic-gate * motherboard seeprom source
59*0Sstevel@tonic-gate */
60*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board
61*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
62*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom@0,a2
63*0Sstevel@tonic-gate
64*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom@0,a2
65*0Sstevel@tonic-gate	REFPROP _fru_parent /frutree/chassis/MB/system-board
66*0Sstevel@tonic-gate
67*0Sstevel@tonic-gate/*
68*0Sstevel@tonic-gate * Processors
69*0Sstevel@tonic-gate */
70*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board
71*0Sstevel@tonic-gateNODE P0 location
72*0Sstevel@tonic-gate    PROP SlotType string r 0 "cpu"
73*0Sstevel@tonic-gate    PROP Label string r 0 "P0"
74*0Sstevel@tonic-gateENDNODE
75*0Sstevel@tonic-gateNODE P1 location
76*0Sstevel@tonic-gate    PROP SlotType string r 0 "cpu"
77*0Sstevel@tonic-gate    PROP Label string r 0 "P1"
78*0Sstevel@tonic-gateENDNODE
79*0Sstevel@tonic-gate
80*0Sstevel@tonic-gate/*
81*0Sstevel@tonic-gate * Processor 0
82*0Sstevel@tonic-gate */
83*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0
84*0Sstevel@tonic-gate	REFNODE cpu fru WITH name:/platform/SUNW,UltraSPARC-IIIi@0,0
85*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu
86*0Sstevel@tonic-gate	REFNODE F0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
87*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/F0
88*0Sstevel@tonic-gate	PROP SlotType string r 0 "fan-unit"
89*0Sstevel@tonic-gate	PROP Label string r 0 "F0"
90*0Sstevel@tonic-gate	REFNODE fan-unit fru WITH name:RMCLOMV/mb_p0_f0_rs
91*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu
92*0Sstevel@tonic-gate	REFNODE F1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
93*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/F1
94*0Sstevel@tonic-gate	PROP SlotType string r 0 "fan-unit"
95*0Sstevel@tonic-gate	PROP Label string r 0 "F1"
96*0Sstevel@tonic-gate	REFNODE fan-unit fru WITH name:RMCLOMV/mb_p0_f1_rs
97*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu
98*0Sstevel@tonic-gate	REFNODE B0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
99*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0
100*0Sstevel@tonic-gate	PROP Label string r 0 "B0"
101*0Sstevel@tonic-gate	REFNODE bank fru WITH name:/frutree/chassis/MB/system-board/P0/cpu
102*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank
103*0Sstevel@tonic-gate	REFNODE D0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
104*0Sstevel@tonic-gate	REFNODE D1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
105*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu
106*0Sstevel@tonic-gate	REFNODE B1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
107*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1
108*0Sstevel@tonic-gate	PROP Label string r 0 "B1"
109*0Sstevel@tonic-gate	REFNODE bank fru WITH name:/frutree/chassis/MB/system-board/P0/cpu
110*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank
111*0Sstevel@tonic-gate	REFNODE D0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
112*0Sstevel@tonic-gate	REFNODE D1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
113*0Sstevel@tonic-gate
114*0Sstevel@tonic-gate/*
115*0Sstevel@tonic-gate * Processor 1
116*0Sstevel@tonic-gate */
117*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1
118*0Sstevel@tonic-gate	REFNODE cpu fru WITH name:/platform/SUNW,UltraSPARC-IIIi@1,0
119*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu
120*0Sstevel@tonic-gate	REFNODE F0 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
121*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/F0
122*0Sstevel@tonic-gate	PROP SlotType string r 0 "fan-unit"
123*0Sstevel@tonic-gate	PROP Label string r 0 "F0"
124*0Sstevel@tonic-gate	REFNODE fan-unit fru WITH name:RMCLOMV/mb_p1_f0_rs
125*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu
126*0Sstevel@tonic-gate	REFNODE F1 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
127*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/F1
128*0Sstevel@tonic-gate	PROP SlotType string r 0 "fan-unit"
129*0Sstevel@tonic-gate	PROP Label string r 0 "F1"
130*0Sstevel@tonic-gate	REFNODE fan-unit fru WITH name:RMCLOMV/mb_p1_f1_rs
131*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu
132*0Sstevel@tonic-gate	REFNODE B0 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
133*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0
134*0Sstevel@tonic-gate	PROP Label string r 0 "B0"
135*0Sstevel@tonic-gate	REFNODE bank fru WITH name:/frutree/chassis/MB/system-board/P1/cpu
136*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank
137*0Sstevel@tonic-gate	REFNODE D0 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
138*0Sstevel@tonic-gate	REFNODE D1 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
139*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu
140*0Sstevel@tonic-gate	REFNODE B1 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
141*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1
142*0Sstevel@tonic-gate	PROP Label string r 0 "B1"
143*0Sstevel@tonic-gate	REFNODE bank fru WITH name:/frutree/chassis/MB/system-board/P1/cpu
144*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank
145*0Sstevel@tonic-gate	REFNODE D0 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
146*0Sstevel@tonic-gate	REFNODE D1 location WITH name:/frutree/chassis/MB/system-board/P1/cpu
147*0Sstevel@tonic-gate
148*0Sstevel@tonic-gate/*
149*0Sstevel@tonic-gate * Processor 0 memory
150*0Sstevel@tonic-gate */
151*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D0
152*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
153*0Sstevel@tonic-gate	PROP Label string r 0 "D0"
154*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D1
155*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
156*0Sstevel@tonic-gate	PROP Label string r 0 "D1"
157*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D0
158*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
159*0Sstevel@tonic-gate	PROP Label string r 0 "D0"
160*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D1
161*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
162*0Sstevel@tonic-gate	PROP Label string r 0 "D1"
163*0Sstevel@tonic-gate
164*0Sstevel@tonic-gate/*
165*0Sstevel@tonic-gate * Processor 1 memory
166*0Sstevel@tonic-gate */
167*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0
168*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
169*0Sstevel@tonic-gate	PROP Label string r 0 "D0"
170*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1
171*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
172*0Sstevel@tonic-gate	PROP Label string r 0 "D1"
173*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0
174*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
175*0Sstevel@tonic-gate	PROP Label string r 0 "D0"
176*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1
177*0Sstevel@tonic-gate	PROP SlotType string r 0 "memory-module"
178*0Sstevel@tonic-gate	PROP Label string r 0 "D1"
179*0Sstevel@tonic-gate
180*0Sstevel@tonic-gate/*
181*0Sstevel@tonic-gate * Dimm nodes
182*0Sstevel@tonic-gate */
183*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D0
184*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b6
185*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D1
186*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b8
187*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D0
188*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ba
189*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D1
190*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc
191*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0
192*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c6
193*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1
194*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c8
195*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0
196*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ca
197*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1
198*0Sstevel@tonic-gate	REFNODE mem-module fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,cc
199*0Sstevel@tonic-gate
200*0Sstevel@tonic-gate/*
201*0Sstevel@tonic-gate * DIMM seeprom sources
202*0Sstevel@tonic-gate */
203*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D0/mem-module
204*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
205*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b6
206*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D1/mem-module
207*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
208*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b8
209*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D0/mem-module
210*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
211*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ba
212*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D1/mem-module
213*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
214*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc
215*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0/mem-module
216*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
217*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c6
218*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1/mem-module
219*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
220*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c8
221*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0/mem-module
222*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
223*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ca
224*0Sstevel@tonic-gatename:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1/mem-module
225*0Sstevel@tonic-gate	PROP FRUDataAvailable void r
226*0Sstevel@tonic-gate	REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,cc
227*0Sstevel@tonic-gate
228*0Sstevel@tonic-gate/*
229*0Sstevel@tonic-gate * DIMM FRU parents
230*0Sstevel@tonic-gate */
231*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b6
232*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D0/mem-module
233*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b8
234*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D1/mem-module
235*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ba
236*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D0/mem-module
237*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc
238*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D1/mem-module
239*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c6
240*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0/mem-module
241*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c8
242*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1/mem-module
243*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ca
244*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0/mem-module
245*0Sstevel@tonic-gatename:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,cc
246*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1/mem-module
247*0Sstevel@tonic-gate
248*0Sstevel@tonic-gatename:/platform/SUNW,UltraSPARC-IIIi@0,0
249*0Sstevel@tonic-gate	REFPROP _fru_parent /frutree/chassis/MB/system-board/P0/cpu
250*0Sstevel@tonic-gate
251*0Sstevel@tonic-gatename:/platform/SUNW,UltraSPARC-IIIi@1,0
252*0Sstevel@tonic-gate	REFPROP _fru_parent /frutree/chassis/MB/system-board/P1/cpu
253*0Sstevel@tonic-gate
254*0Sstevel@tonic-gate/*
255*0Sstevel@tonic-gate * DIMM parents
256*0Sstevel@tonic-gate */
257*0Sstevel@tonic-gatename:/platform/memory-controller@0,0/memory-module-group?ID=0/memory-module?ID=0
258*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D0/mem-module
259*0Sstevel@tonic-gatename:/platform/memory-controller@0,0/memory-module-group?ID=0/memory-module?ID=1
260*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B0/bank/D1/mem-module
261*0Sstevel@tonic-gatename:/platform/memory-controller@0,0/memory-module-group?ID=1/memory-module?ID=0
262*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D0/mem-module
263*0Sstevel@tonic-gatename:/platform/memory-controller@0,0/memory-module-group?ID=1/memory-module?ID=1
264*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P0/cpu/B1/bank/D1/mem-module
265*0Sstevel@tonic-gatename:/platform/memory-controller@1,0/memory-module-group?ID=0/memory-module?ID=0
266*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0/mem-module
267*0Sstevel@tonic-gatename:/platform/memory-controller@1,0/memory-module-group?ID=0/memory-module?ID=1
268*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1/mem-module
269*0Sstevel@tonic-gatename:/platform/memory-controller@1,0/memory-module-group?ID=1/memory-module?ID=0
270*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0/mem-module
271*0Sstevel@tonic-gatename:/platform/memory-controller@1,0/memory-module-group?ID=1/memory-module?ID=1
272*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1/mem-module
273*0Sstevel@tonic-gate/*
274*0Sstevel@tonic-gate * create reference properties for motherboard pci devices
275*0Sstevel@tonic-gate */
276*0Sstevel@tonic-gate_class:/jbus/pci@1c,600000
277*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board
278*0Sstevel@tonic-gate_class:/jbus/pci@1d,700000
279*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board
280*0Sstevel@tonic-gate_class:/jbus/pci@1e,600000
281*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board
282*0Sstevel@tonic-gate_class:/jbus/pci@1f,700000
283*0Sstevel@tonic-gate	REFPROP _fru_parent name:/frutree/chassis/MB/system-board
284