]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/dts/sandbox.dts
sandbox: eth: Add a bridge to a real network for sandbox
[u-boot] / arch / sandbox / dts / sandbox.dts
index f5e05178e47c7508865fa9dbc9441d4ecb301b5e..553bfbee32f6868a91a200c1e61a4885346e4f6f 100644 (file)
                reg = <0x10002000 0x1000>;
                fake-host-hwaddr = [00 00 66 44 22 00];
        };
+
+       eth@80000000 {
+               compatible = "sandbox,eth-raw";
+               reg = <0x80000000 0x1000>;
+               host-raw-interface = "eth0";
+       };
 };