blob: 9445031b1822a5d80e6059ed35d48557269cb57e [file] [log] [blame]
Simon Glass159829d2020-11-05 06:32:06 -07001Sysinfo
2=======
3
4This provides capabilities to access information about a board/system, for
5use by drivers.
6
7Required properties:
8
9 - compatible: any suitable string where the driver is in the UCLASS_SYSINFO
10 class
11
12See also smbios.txt
13
14
15Example
16
17sysinfo {
18 compatible = "sandbox,sysinfo-sandbox";
19};