blob: bcbde97eaa235aa91c3e6d111e14e33024749c95 [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"
12
13[device "alpine-nhi"]
14 driver = "pci-testdev"
15 bus = "alpine-0"
16 addr = "00.0"
17 membar = "1M"
18
19[device "alpine-1"]
20 driver = "xio3130-downstream"
21 bus = "alpine-root"
22 addr = "01.0"
23 chassis = "11"
24
25[device "alpine-up"]
26 driver = "x3130-upstream"
27 bus = "alpine-1"
28 addr = "00.0"
29
30[device "alpine-down0"]
31 driver = "xio3130-downstream"
32 bus = "alpine-up"
33 addr = "00.0"
34 chassis = "20"
35
36# TBT device here
37
38[device "alpine-down1"]
39 driver = "xio3130-downstream"
40 bus = "alpine-up"
41 addr = "01.0"
42 chassis = "21"
43
44# TBT device here
45
46[device "alpine-down4"]
47 driver = "xio3130-downstream"
48 bus = "alpine-up"
49 addr = "04.0"
50 chassis = "24"
51
52[device "alpine-xhci"]
53 driver = "nec-usb-xhci"
54 bus = "alpine-down4"
55 addr = "00.0"
56
57[device "alpine-2"]
58 driver = "xio3130-downstream"
59 bus = "alpine-root"
60 addr = "02.0"
61 chassis = "12"