4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
26 * # ident "%Z%%M% %I% %E% SMI"
28 * supported prop types: void, int, uint, float, string
29 * supported prop access_modes: r, w, rw
31 * VERSION <version_number> -- supported version number is 1.0
33 * name:<namepath> -- gives the anchor node
34 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
36 * _class:<classpath> -- gives the anchor node
37 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
40 * {describes a subtree}
43 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
45 * REFPROP <name> <dstnode>
47 * REFNODE <name> <class> with <destnode> -- Associates a new node
48 * with <destnode> if exists
50 * <name> is the nodename
51 * <class> is the picl class.
52 * <destnode> is name:<namepath> or _class:<classpath>
54 * If "name:" or "_class:" is not specified in the <path>,
55 * the default is "name:"
58 #define PLATFORM_CLASS jbus
64 * SunMC physical view view_points for this platform
65 * This will get moved to a separate SunMC physical view plugin later.
67 PROP ViewPoints string r 0 "front rear side"
73 PROP SlotType string r 0 "system-board"
74 PROP Label string r 0 "MB"
78 * Front panel interface board
81 PROP SlotType string r 0 "system-board"
82 PROP Label string r 0 "FIOB"
84 PROP FRUDataAvailable void r
85 REFPROP _seeprom_source /platform/ebus@1f,464000/i2c@3,80/front-io-fru-prom@0,a4
87 PROP SlotType string r 0 "cdrom-slot"
88 PROP Label string r 0 "RM0"
94 PROP SlotType string r 0 "fan-unit"
95 PROP Label string r 0 "F0"
96 REFNODE system-fan0 fru WITH _class:/PLATFORM_CLASS/cpu?ID=0
99 PROP SlotType string r 0 "fan-unit"
100 PROP Label string r 0 "F1"
101 REFNODE system-fan1 fru WITH _class:/PLATFORM_CLASS/cpu?ID=1
104 PROP SlotType string r 0 "fan-unit"
105 PROP Label string r 0 "F2"
110 PROP SlotType string r 0 "fan-unit"
111 PROP Label string r 0 "F3"
116 PROP SlotType string r 0 "fan-unit"
117 PROP Label string r 0 "F4"
126 PROP SlotType string r 0 "power-supply"
127 PROP Label string r 0 "PS0"
128 NODE power-supply fru
129 PROP FRUDataAvailable void r
130 REFPROP _seeprom_source /platform/ebus@1f,464000/i2c@3,80/psu-fru-prom@0,ae
138 PROP FRUDataAvailable void r
139 REFPROP _seeprom_source /platform/ebus@1f,464000/i2c@3,80/sas-backplane-fru-prom@0,a6
141 PROP SlotType string r 0 "disk-slot"
142 PROP Label string r 0 "HDD0"
145 PROP SlotType string r 0 "disk-slot"
146 PROP Label string r 0 "HDD1"
149 PROP SlotType string r 0 "disk-slot"
150 PROP Label string r 0 "HDD2"
153 PROP SlotType string r 0 "disk-slot"
154 PROP Label string r 0 "HDD3"
161 * Add disk fru nodes for disks which are present.
163 name:/frutree/chassis/SAS-BP/HDD0
164 REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@0,0
166 name:/frutree/chassis/SAS-BP/HDD1
167 REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@1,0
169 name:/frutree/chassis/SAS-BP/HDD2
170 REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@2,0
172 name:/frutree/chassis/SAS-BP/HDD3
173 REFNODE disk fru WITH name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@3,0
176 * Removable Media on front-io board
178 name:/frutree/chassis/FIOB/system-board/RM0
179 REFNODE cdrom fru WITH name:/platform/pci@1e,600000/pci@0/pci@1/pci@0/ide@1f/sd@0,0
181 #include "system-board.info"