1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * CDDL HEADER START
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson *
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * The contents of this file are subject to the terms of the
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * Common Development and Distribution License, Version 1.0 only
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * (the "License"). You may not use this file except in compliance
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * with the License.
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson *
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * or http://www.opensolaris.org/os/licensing.
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * See the License for the specific language governing permissions
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * and limitations under the License.
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson *
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * When distributing Covered Code, include this CDDL HEADER in each
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * If applicable, add the following below this CDDL HEADER, with the
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * fields enclosed by brackets "[]" replaced with your own identifying
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * information: Portions Copyright [yyyy] [name of copyright owner]
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson *
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * CDDL HEADER END
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * Use is subject to license terms.
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson *
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * # ident "%Z%%M% %I% %E% SMI"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson *
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * This file creates the system board structure
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE SUNW,Netra-CP3010 fru
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE CPU location
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP Label string r 0 "CPU 0"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP GeoAddr uint r 1 1
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP SlotType string r 0 "cpu"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE CPU location
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP Label string r 0 "CPU 1"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP GeoAddr uint r 1 2
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP SlotType string r 0 "cpu"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE mem-slot location
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP GeoAddr uint r 1 1
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP Label string r 0 "DIMM0"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP SlotType string r 0 "memory-module"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE mem-slot location
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP GeoAddr uint r 1 2
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP Label string r 0 "DIMM1"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP SlotType string r 0 "memory-module"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE mem-slot location
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP GeoAddr uint r 1 3
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP Label string r 0 "DIMM2"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP SlotType string r 0 "memory-module"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonNODE mem-slot location
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP GeoAddr uint r 1 4
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP Label string r 0 "DIMM3"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson PROP SlotType string r 0 "memory-module"
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonENDNODE
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * create the fru modules for CPU
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/CPU?GeoAddr=1
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFNODE cpu-module fru WITH _class:/PLATFORM_CLASS/cpu?ID=0
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/CPU?GeoAddr=2
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFNODE cpu-module fru WITH _class:/PLATFORM_CLASS/cpu?ID=1
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * _fru_parent CPU devices
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson_class:/PLATFORM_CLASS/cpu?ID=0
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _fru_parent /frutree/chassis/MB/SUNW,Netra-CP3010/CPU?GeoAddr=1/cpu-module
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson_class:/PLATFORM_CLASS/cpu?ID=1
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _fru_parent /frutree/chassis/MB/SUNW,Netra-CP3010/CPU?GeoAddr=2/cpu-module
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * _fru_parent motherboard
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson_class:/PLATFORM_CLASS
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _fru_parent /frutree/chassis/MB/SUNW,Netra-CP3010
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * Set up memory module fru
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM0
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFNODE mem-module fru WITH /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM1
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFNODE mem-module fru WITH /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a2
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM2
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFNODE mem-module fru WITH /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a4
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM3
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFNODE mem-module fru WITH /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a6
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * seeprom source for motherboard
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonPROP FRUDataAvailable void r
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _seeprom_source /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/motherboard-fru-prom@81,a8
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson/*
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson * seeprom source for dimms
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson */
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM0/mem-module
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonPROP FRUDataAvailable void r
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _seeprom_source /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM1/mem-module
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonPROP FRUDataAvailable void r
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _seeprom_source /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a2
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM2/mem-module
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonPROP FRUDataAvailable void r
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _seeprom_source /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a4
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelson
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonname:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM3/mem-module
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonPROP FRUDataAvailable void r
1cb6af97c6f66f456d4f726ef056e1ebc0f73305wnelsonREFPROP _seeprom_source /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a6