summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-10-14 11:10:59 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-10-14 13:09:45 +0900
commit05c7e9070fe4d751e029fd9524bfbbc93cbb1393 (patch)
tree7d3179ff95f299f1253538e6604970939767b78f /include
parentcae6f909baf86357b3c0bd01acfc414348c4d175 (diff)
downloadtalos-obmc-uboot-05c7e9070fe4d751e029fd9524bfbbc93cbb1393.tar.gz
talos-obmc-uboot-05c7e9070fe4d751e029fd9524bfbbc93cbb1393.zip
sh: rsk7203: Add smc911x driver support to board config file
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rsk7203.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h
index d99e4f3274..1f20e57197 100644
--- a/include/configs/rsk7203.h
+++ b/include/configs/rsk7203.h
@@ -104,4 +104,9 @@
#define CMT_CLK_DIVIDER 32 /* 8 (default), 32, 128 or 512 */
#define CFG_HZ (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER)
+/* Network interface */
+#define CONFIG_DRIVER_SMC911X
+#define CONFIG_DRIVER_SMC911X_16_BIT
+#define CONFIG_DRIVER_SMC911X_BASE (0x24000000)
+
#endif /* __RSK7203_H */
OpenPOWER on IntegriCloud