summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9n12ek.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-04-24 10:46:18 +0800
committerJoe Hershberger <joe.hershberger@ni.com>2013-06-24 19:11:14 -0500
commit162762205fa997bf27dded8597904052571a803b (patch)
treef96113d939b958bdae8dcbabcd149964c54a79a7 /include/configs/at91sam9n12ek.h
parent45a1693a312453dcb5d26cd03c57569c50872cc6 (diff)
downloadtalos-obmc-uboot-162762205fa997bf27dded8597904052571a803b.tar.gz
talos-obmc-uboot-162762205fa997bf27dded8597904052571a803b.zip
ARM: at91sam9n12: add network support with ksz8851_16mll
add network support with ksz8851_16mll on at91sam9n12ek board Signed-off-by: Bo Shen <voice.shen@atmel.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91sam9n12ek.h')
-rw-r--r--include/configs/at91sam9n12ek.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h
index 8d2673dacb..b4b1c31960 100644
--- a/include/configs/at91sam9n12ek.h
+++ b/include/configs/at91sam9n12ek.h
@@ -167,6 +167,10 @@
#define CONFIG_DOS_PARTITION
#endif
+/* Ethernet */
+#define CONFIG_KS8851_MLL
+#define CONFIG_KS8851_MLL_BASEADDR 0x30000000 /* use NCS2 */
+
#define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
OpenPOWER on IntegriCloud