mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
30 lines
616 B
Text
30 lines
616 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# arge0 mdio bus
|
|
hint.argemdio.0.at="nexus0"
|
|
hint.argemdio.0.maddr=0x19000000
|
|
hint.argemdio.0.msize=0x1000
|
|
hint.argemdio.0.order=0
|
|
|
|
# Uncomment this hint for RS (not PRO)
|
|
# PHY20 = 1 << 20
|
|
hint.arge.0.phymask=0x100000
|
|
hint.arge.0.mdio=mdioproxy1 # .. off of the switch mdiobus
|
|
|
|
# should be 100 for RS
|
|
hint.arge.1.media=100
|
|
hint.arge.1.fduplex=1
|
|
hint.arge.1.phymask=0x0
|
|
hint.arge.1.mdio=mdioproxy1 # .. off of the switch mdiobus
|
|
|
|
# ukswitch
|
|
hint.ukswitch.0.at="mdio0"
|
|
hint.ukswitch.0.phymask=0x30000
|
|
|
|
# RF led
|
|
hint.gpioled.0.at="gpiobus0"
|
|
hint.gpioled.0.name="rf"
|
|
# pin 2
|
|
hint.gpioled.0.pins=0x0004
|