mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
dm: test: Add tests for the clk uclass
Add tests of each API call using a sandbox clock device. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c02790ce12
commit
6a1c7cef14
7 changed files with 162 additions and 0 deletions
|
@ -105,6 +105,10 @@
|
|||
compatible = "denx,u-boot-fdt-test";
|
||||
};
|
||||
|
||||
clk@0 {
|
||||
compatible = "sandbox,clk";
|
||||
};
|
||||
|
||||
eth@10002000 {
|
||||
compatible = "sandbox,eth";
|
||||
reg = <0x10002000 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue