The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/mips/conf/AR71XX.hints

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/8.2/sys/mips/conf/AR71XX.hints 215938 2010-11-27 12:26:40Z jchandra $
    2 hint.apb.0.at="nexus0"
    3 hint.apb.0.irq=4
    4 
    5 # uart0
    6 hint.uart.0.at="apb0"
    7 # see atheros/uart_cpu_ar71xx.c why +3
    8 hint.uart.0.maddr=0x18020003
    9 hint.uart.0.msize=0x18
   10 hint.uart.0.irq=3
   11 
   12 #ohci
   13 hint.ohci.0.at="apb0"
   14 hint.ohci.0.maddr=0x1c000000
   15 hint.ohci.0.msize=0x01000000
   16 hint.ohci.0.irq=6
   17 
   18 #ehci
   19 hint.ehci.0.at="nexus0"
   20 hint.ehci.0.maddr=0x1b000000
   21 hint.ehci.0.msize=0x01000000
   22 hint.ehci.0.irq=1
   23 
   24 # pci
   25 hint.pcib.0.at="nexus0"
   26 hint.pcib.0.irq=0
   27 
   28 hint.arge.0.at="nexus0"
   29 hint.arge.0.maddr=0x19000000
   30 hint.arge.0.msize=0x1000
   31 hint.arge.0.irq=2
   32 # PHY4 = 1 << 4
   33 hint.arge.0.phymask=0x10
   34 # Uncomment this hint for RS (not PRO)
   35 # PHY20 = 1 << 20
   36 # hint.arge.0.phymask=0x100000
   37 
   38 hint.arge.1.at="nexus0"
   39 hint.arge.1.maddr=0x1a000000
   40 hint.arge.1.msize=0x1000
   41 hint.arge.1.irq=3
   42 # PHY1, PHY2, PHY3 
   43 hint.arge.1.phymask=0x0e
   44 # should be 100 for RS 
   45 hint.arge.1.media=1000
   46 hint.arge.1.fduplex=1
   47 # Uncomment this hint for RS (not PRO)
   48 # hint.arge.0.phymask=70000
   49 
   50 # GPIO
   51 hint.gpio.0.at="apb0"
   52 hint.gpio.0.maddr=0x18040000
   53 hint.gpio.0.msize=0x1000
   54 hint.gpio.0.irq=2
   55 
   56 # RF led
   57 hint.gpioled.0.at="gpiobus0"
   58 hint.gpioled.0.name="rf"
   59 # pin 2
   60 hint.gpioled.0.pins=0x0004
   61 
   62 # SPI flash
   63 hint.spi.0.at="nexus0"
   64 hint.spi.0.maddr=0x1f000000
   65 hint.spi.0.msize=0x10
   66 
   67 hint.mx25l.0.at="spibus0"
   68 hint.mx25l.0.cs=0
   69 
   70 # shares the same bus with mx25l. 
   71 # CE low for flash, CE high for RTC
   72 # at the moment it's just stub until SPI bus is ready for such hacks
   73 # hint.rtc.0.at="spibus0"
   74 # hint.rtc.0.cs=0
   75 
   76 # Watchdog
   77 hint.ar71xx_wdog.0.at="nexus0"

Cache object: 7d07ced078bdd44911a8e8375a78a4c3


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.