Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/testing/selftests/devices/probe/boards/Dell Inc.,XPS 13 9300.yaml
26292 views
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# This is the device definition for the XPS 13 9300.
4
# The filename "Dell Inc.,XPS 13 9300" was chosen following the format
5
# "Vendor,Product", where Vendor comes from
6
# /sys/devices/virtual/dmi/id/sys_vendor, and Product comes from
7
# /sys/devices/virtual/dmi/id/product_name.
8
#
9
# See google,spherion.yaml for more information.
10
#
11
- type: pci-controller
12
# This machine has a single PCI host controller so it's valid to not have any
13
# key to identify the controller. If it had more than one controller, the UID
14
# of the controller from ACPI could be used to distinguish as follows:
15
#acpi-uid: 0
16
devices:
17
- path: 14.0
18
type: usb-controller
19
usb-version: 2
20
devices:
21
- path: 9
22
name: camera
23
interfaces: [0, 1, 2, 3]
24
- path: 10
25
name: bluetooth
26
interfaces: [0, 1]
27
- path: 2.0
28
name: gpu
29
- path: 4.0
30
name: thermal
31
- path: 12.0
32
name: sensors
33
- path: 14.3
34
name: wifi
35
- path: 1d.0/0.0
36
name: ssd
37
- path: 1d.7/0.0
38
name: sdcard-reader
39
- path: 1f.3
40
name: audio
41
42