1Sysinfo 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}; 20