1
0
Fork 0

test: add sandbox timer to test.dts

Add missing sandbox timer to test.dts, so that test-dm works.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
utp
Thomas Chou 2015-12-11 16:27:34 +08:00 committed by Simon Glass
parent 3861d784b1
commit e7cc8d11ad
1 changed files with 5 additions and 0 deletions

View File

@ -279,6 +279,11 @@
0x38 8>;
};
timer {
compatible = "sandbox,timer";
clock-frequency = <1000000>;
};
uart0: serial {
compatible = "sandbox,serial";
u-boot,dm-pre-reloc;