sysfs-devices 882 B

123456789101112131415161718192021222324
  1. # Note: This documents additional properties of any device beyond what
  2. # is documented in Documentation/admin-guide/sysfs-rules.rst
  3. What: /sys/devices/*/of_node
  4. Date: February 2015
  5. Contact: Device Tree mailing list <devicetree@vger.kernel.org>
  6. Description:
  7. Any device associated with a device-tree node will have
  8. an of_path symlink pointing to the corresponding device
  9. node in /sys/firmware/devicetree/
  10. What: /sys/devices/*/devspec
  11. Date: October 2016
  12. Contact: Device Tree mailing list <devicetree@vger.kernel.org>
  13. Description:
  14. If CONFIG_OF is enabled, then this file is present. When
  15. read, it returns full name of the device node.
  16. What: /sys/devices/*/obppath
  17. Date: October 2016
  18. Contact: Device Tree mailing list <devicetree@vger.kernel.org>
  19. Description:
  20. If CONFIG_OF is enabled, then this file is present. When
  21. read, it returns full name of the device node.