summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/RSPRO.hints
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-12-29 05:51:48 +0000
committeradrian <adrian@FreeBSD.org>2011-12-29 05:51:48 +0000
commit577d3885b98451372f19cd5e7c6d815e5d26744a (patch)
tree91a19d14fd16d68af5093d531498ecf6c3850604 /sys/mips/conf/RSPRO.hints
parentc935aad28df0ff0a5f10a74af96cb89480b3e426 (diff)
downloadFreeBSD-src-577d3885b98451372f19cd5e7c6d815e5d26744a.zip
FreeBSD-src-577d3885b98451372f19cd5e7c6d815e5d26744a.tar.gz
Break out the AR71XX config file into _BASE and board specific
bits. The ROUERSTATION and RSPRO variants contain: * the board specific bits (eg the RTC for RSPRO, later on it'll include the GPIO/LED definitions); * the boot specific bits (eg, on-board flash, usb flash, etc). For now the AR71XX_BASE file contains the common board config, drivers and net80211/ath wireless drivers. I'll follow this up with config files for the other boards I have (eg the Ubiquiti LSSR71, as well as some Mikrotik boards that use the AR71XX and atheros reference boards) which will be quite easy to do now.
Diffstat (limited to 'sys/mips/conf/RSPRO.hints')
-rw-r--r--sys/mips/conf/RSPRO.hints13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/mips/conf/RSPRO.hints b/sys/mips/conf/RSPRO.hints
new file mode 100644
index 0000000..01ad750
--- /dev/null
+++ b/sys/mips/conf/RSPRO.hints
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+hint.arge.0.phymask=0x10
+
+hint.arge.1.media=1000
+hint.arge.1.fduplex=1
+hint.arge.1.phymask=0x0e
+
+# RF led
+hint.gpioled.0.at="gpiobus0"
+hint.gpioled.0.name="rf"
+# pin 2
+hint.gpioled.0.pins=0x0004
OpenPOWER on IntegriCloud