Commit 49337238 authored by Simon Glass's avatar Simon Glass Committed by Bin Meng
Browse files

doc: Add a binding for sysinfo



Add a simple binding file for this, so that it is clear what this binding
directory is for.
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 3a8ee3df
Sysinfo
=======
This provides capabilities to access information about a board/system, for
use by drivers.
Required properties:
- compatible: any suitable string where the driver is in the UCLASS_SYSINFO
class
See also smbios.txt
Example
sysinfo {
compatible = "sandbox,sysinfo-sandbox";
};
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment