summaryrefslogtreecommitdiffstats
path: root/pcie_x16_card.xml
blob: c3e8613afba6b00882f5b3a5f61322e5153693c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: pcie_x16_card.xml $                                           -->
<!--                                                                        -->
<!-- OpenPOWER HostBoot Project                                             -->
<!--                                                                        -->
<!-- Contributors Listed Below - COPYRIGHT 2014                             -->
<!-- [+] International Business Machines Corp.                              -->
<!--                                                                        -->
<!--                                                                        -->
<!-- Licensed under the Apache License, Version 2.0 (the "License");        -->
<!-- you may not use this file except in compliance with the License.       -->
<!-- You may obtain a copy of the License at                                -->
<!--                                                                        -->
<!--     http://www.apache.org/licenses/LICENSE-2.0                         -->
<!--                                                                        -->
<!-- Unless required by applicable law or agreed to in writing, software    -->
<!-- distributed under the License is distributed on an "AS IS" BASIS,      -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or        -->
<!-- implied. See the License for the specific language governing           -->
<!-- permissions and limitations under the License.                         -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Header: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/systems/pegasus/xml/common/pcie_x16_card.xml,v 1.14 2013/06/04 15:45:24 szerdi Exp $ --><card xmlns:mrw="http://w3.ibm.com/stg/power-firmware/schema/mrw" xmlns="http://w3.ibm.com/stg/power-firmware/schema/mrw">

<id>pcie_x16_card</id>
<card-type>pcie</card-type>
<description>PCIe x16 Card</description>

<parts-used>
	<part-used><part-id>PCIE_X16_ABSTRACT</part-id></part-used>
</parts-used>
<connectors-used>
	<connector><part-id>PCIE_X16_SLOT</part-id></connector>
</connectors-used>
<part-instances>
	<part-instance><id>U3</id><part-id>PCIE_X16_ABSTRACT</part-id><position>0</position></part-instance>
</part-instances>
<connector-instances>
	<connector-instance><id>JSLOT</id><connector-id>PCIE_X16_SLOT</connector-id><position>0</position></connector-instance>
</connector-instances>
<busses>
<pcies>
	<pcie>
		<id>pcie2</id>
		<source><connector-instance-id>JSLOT</connector-instance-id><pin-name>PCIE_X16</pin-name></source>
		<endpoint><part-instance-id>U3</part-instance-id><unit-name>PCIE_X16</unit-name></endpoint>
	</pcie>
</pcies>
<powers>
	<power>
		<id>power11</id>
		<resistance>0</resistance>
		<source><connector-instance-id>JSLOT</connector-instance-id><pin-name>12V</pin-name></source>
		<endpoint><part-instance-id>U3</part-instance-id><unit-name>12V</unit-name></endpoint>
	</power>
	<power>
		<id>power14</id>
		<resistance>0</resistance>
		<source><connector-instance-id>JSLOT</connector-instance-id><pin-name>3.3V</pin-name></source>
		<endpoint><part-instance-id>U3</part-instance-id><unit-name>3.3V</unit-name></endpoint>
	</power>
</powers>
</busses>
</card>
OpenPOWER on IntegriCloud