blob: 513f4d75b8b0059fb68c939409283e6dceda01a7 [file] [log] [blame]
Nico Hubera6a8df32021-03-07 16:38:50 +01001# Try to resemble an Alpine Ridge topology
2[device "alpine-root"]
3 driver = "x3130-upstream"
4 bus = "ich9-pcie-port-1"
5 addr = "00.0"
6
7[device "alpine-0"]
8 driver = "xio3130-downstream"
9 bus = "alpine-root"
10 addr = "00.0"
11 chassis = "10"
Nico Huberb992df92022-08-24 18:42:22 +020012 hotplug = "off"
Nico Hubera6a8df32021-03-07 16:38:50 +010013
14[device "alpine-nhi"]
15 driver = "pci-testdev"
16 bus = "alpine-0"
17 addr = "00.0"
18 membar = "1M"
19
20[device "alpine-1"]
21 driver = "xio3130-downstream"
22 bus = "alpine-root"
23 addr = "01.0"
24 chassis = "11"
Nico Huberb992df92022-08-24 18:42:22 +020025 hotplug = "off"
Nico Hubera6a8df32021-03-07 16:38:50 +010026
27[device "alpine-up"]
28 driver = "x3130-upstream"
29 bus = "alpine-1"
30 addr = "00.0"
31
32[device "alpine-down0"]
33 driver = "xio3130-downstream"
34 bus = "alpine-up"
35 addr = "00.0"
36 chassis = "20"
37
38# TBT device here
39
40[device "alpine-down1"]
41 driver = "xio3130-downstream"
42 bus = "alpine-up"
43 addr = "01.0"
44 chassis = "21"
45
46# TBT device here
47
48[device "alpine-down4"]
49 driver = "xio3130-downstream"
50 bus = "alpine-up"
51 addr = "04.0"
52 chassis = "24"
Nico Huberb992df92022-08-24 18:42:22 +020053 hotplug = "off"
Nico Hubera6a8df32021-03-07 16:38:50 +010054
55[device "alpine-xhci"]
56 driver = "nec-usb-xhci"
57 bus = "alpine-down4"
58 addr = "00.0"
59
60[device "alpine-2"]
61 driver = "xio3130-downstream"
62 bus = "alpine-root"
63 addr = "02.0"
64 chassis = "12"
Nico Huberb992df92022-08-24 18:42:22 +020065 hotplug = "off"