sysinfo.txt 307 B

12345678910111213141516171819
  1. Sysinfo
  2. =======
  3. This provides capabilities to access information about a board/system, for
  4. use by drivers.
  5. Required properties:
  6. - compatible: any suitable string where the driver is in the UCLASS_SYSINFO
  7. class
  8. See also smbios.txt
  9. Example
  10. sysinfo {
  11. compatible = "sandbox,sysinfo-sandbox";
  12. };