summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-05-12 00:00:52 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-05-12 08:22:19 +0200
commit343bdbf2ad8d754e8c21b4bda2810888cd626ba5 (patch)
tree2d165967096495c74abc5a1c2a427a0c7b40e614 /arch/mips/dts
parent92f9b36fc0701d2c95d1f5182feeb927a3a25bfa (diff)
downloadbarebox-343bdbf2ad8d754e8c21b4bda2810888cd626ba5.tar.gz
barebox-343bdbf2ad8d754e8c21b4bda2810888cd626ba5.tar.xz
MIPS: img-ci20: enable dm9000 ethernet controller
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r--arch/mips/dts/img-ci20.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips/dts/img-ci20.dts b/arch/mips/dts/img-ci20.dts
index f2022dd273..da2a5bf625 100644
--- a/arch/mips/dts/img-ci20.dts
+++ b/arch/mips/dts/img-ci20.dts
@@ -28,6 +28,21 @@
device_type = "memory";
reg = <0x0 0x10000000>;
};
+
+ board {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "simple-bus";
+ ranges = <>;
+
+ dm9000@16000000 {
+ compatible = "davicom,dm9000";
+ davicom,no-eeprom;
+
+ reg = <0x16000000 1 /* addr */
+ 0x16000002 1>; /* data */
+ };
+ };
};
&uart0 {