~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/devices/probe/boards/google,spherion.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0
  2 #
  3 # This is the device definition for the Google Spherion Chromebook.
  4 # The filename "google,spherion" comes from the Devicetree compatible, so this
  5 # file will be automatically used when the test is run on that machine.
  6 #
  7 # The top-level is a list of controllers, either for USB or PCI(e).
  8 # Every controller needs to have a 'type' key set to either 'usb-controller' or
  9 # 'pci-controller'.
 10 # Every controller needs to be uniquely identified on the platform. To achieve
 11 # this, several optional keys can be used:
 12 # - dt-mmio: identify the MMIO address of the controller as defined in the
 13 #   Devicetree.
 14 # - of-fullname-regex: regular expression to match against the OF_FULLNAME
 15 #   property. Useful when the controller's address is not unique across other
 16 #   sibling controllers. In this case, dt-mmio can't be used, and this property
 17 #   allows the matching to include parent nodes as well to make it unique.
 18 # - usb-version: for USB controllers to differentiate between USB3 and USB2
 19 #   buses sharing the same controller.
 20 # - acpi-uid: _UID property of the controller as supplied by the ACPI. Useful to
 21 #   distinguish between multiple PCI host controllers.
 22 #
 23 # The 'devices' key defines a list of devices that are accessible under that
 24 # controller. A device might be a leaf device or another controller (see
 25 # 'Dell Inc.,XPS 13 9300.yaml').
 26 #
 27 # The 'path' key is needed for every child device (that is, not top-level) to
 28 # define how to reach this device from the parent controller. For USB devices it
 29 # follows the format \d(.\d)* and denotes the port in the hub at each level in
 30 # the USB topology. For PCI devices it follows the format \d.\d(/\d.\d)*
 31 # denoting the device (identified by device-function pair) at each level in the
 32 # PCI topology.
 33 #
 34 # The 'name' key is used in the leaf devices to name the device for clarity in
 35 # the test output.
 36 #
 37 # For USB leaf devices, the 'interfaces' key should contain a list of the
 38 # interfaces in that device that should be bound to a driver.
 39 #
 40 - type: usb-controller
 41   dt-mmio: 11200000
 42   usb-version: 2
 43   devices:
 44     - path: 1.4.1
 45       interfaces: [0, 1]
 46       name: camera
 47     - path: 1.4.2
 48       interfaces: [0, 1]
 49       name: bluetooth
 50 - type: pci-controller
 51   dt-mmio: 11230000
 52   devices:
 53     - path: 0.0/0.0
 54       name: wifi

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php