diff options
Diffstat (limited to 'test/dm/test.dts')
-rw-r--r-- | test/dm/test.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/dm/test.dts b/test/dm/test.dts index 96775e10ba..762ddc3507 100644 --- a/test/dm/test.dts +++ b/test/dm/test.dts @@ -166,4 +166,22 @@ }; }; + eth@10002000 { + compatible = "sandbox,eth"; + reg = <0x10002000 0x1000>; + fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x00>; + }; + + eth@10003000 { + compatible = "sandbox,eth"; + reg = <0x10003000 0x1000>; + fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x11>; + }; + + eth@10004000 { + compatible = "sandbox,eth"; + reg = <0x10004000 0x1000>; + fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x22>; + }; + }; |