From 9961a0b6fbe199cd7b08203415a905c4c7d0a731 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Fri, 30 Oct 2015 15:35:52 +0800 Subject: sandbox: add a sandbox timer and basic test Add a sandbox timer which get time from host os and a basic test. Signed-off-by: Thomas Chou Reviewed-by: Simon Glass --- doc/device-tree-bindings/timer/sandbox_timer.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/device-tree-bindings/timer/sandbox_timer.txt (limited to 'doc/device-tree-bindings/timer') diff --git a/doc/device-tree-bindings/timer/sandbox_timer.txt b/doc/device-tree-bindings/timer/sandbox_timer.txt new file mode 100644 index 0000000000..3e113f83f0 --- /dev/null +++ b/doc/device-tree-bindings/timer/sandbox_timer.txt @@ -0,0 +1,7 @@ +Sandbox timer + +The sandbox timer device is an emulated device which gets time from +host os. + +Required properties: + compatible: "sandbox,timer" -- cgit v1.2.1