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