9
0
Fork 0

MIPS: img-ci20: enable dm9000 ethernet controller

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2015-05-12 00:00:52 +03:00 committed by Sascha Hauer
parent 92f9b36fc0
commit 343bdbf2ad
2 changed files with 16 additions and 0 deletions

View File

@ -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 {

View File

@ -27,6 +27,7 @@ config BOARD_RZX50
config BOARD_CI20
bool "Imagination Creator CI20"
select CPU_JZ4780
select HAS_DM9000
endchoice