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/AR724X_BASE.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 #
    2 # $FreeBSD: releng/10.2/sys/mips/conf/AR724X_BASE.hints 239705 2012-08-26 04:36:59Z adrian $
    3 #
    4 hint.apb.0.at="nexus0"
    5 hint.apb.0.irq=4
    6 
    7 # uart0
    8 hint.uart.0.at="apb0"
    9 # see atheros/uart_cpu_ar71xx.c why +3
   10 hint.uart.0.maddr=0x18020003
   11 hint.uart.0.msize=0x18
   12 hint.uart.0.irq=3
   13 
   14 #ohci
   15 hint.ohci.0.at="apb0"
   16 hint.ohci.0.maddr=0x1c000000
   17 hint.ohci.0.msize=0x01000000
   18 hint.ohci.0.irq=6
   19 
   20 #ehci
   21 hint.ehci.0.at="nexus0"
   22 hint.ehci.0.maddr=0x1b000100
   23 hint.ehci.0.msize=0x01000000
   24 hint.ehci.0.irq=1
   25 
   26 # pci
   27 hint.pcib.0.at="nexus0"
   28 hint.pcib.0.irq=0
   29 
   30 hint.arge.0.at="nexus0"
   31 hint.arge.0.maddr=0x19000000
   32 hint.arge.0.msize=0x1000
   33 hint.arge.0.irq=2
   34 
   35 # phymask, media and fduplex depend upon the specific
   36 # board.
   37 # So each board will override the settings as needed.
   38 
   39 hint.arge.1.at="nexus0"
   40 hint.arge.1.maddr=0x1a000000
   41 hint.arge.1.msize=0x1000
   42 hint.arge.1.irq=3
   43 
   44 # SPI flash
   45 hint.spi.0.at="nexus0"
   46 hint.spi.0.maddr=0x1f000000
   47 hint.spi.0.msize=0x10
   48 
   49 hint.mx25l.0.at="spibus0"
   50 hint.mx25l.0.cs=0
   51 
   52 # Watchdog
   53 hint.ar71xx_wdog.0.at="nexus0"
   54 
   55 # GPIO
   56 hint.gpio.0.at="apb0"
   57 hint.gpio.0.maddr=0x18040000
   58 hint.gpio.0.msize=0x1000
   59 hint.gpio.0.irq=2
   60 
   61 # Each board should override the GPIO bus pins with the configuration
   62 # relevant to it. Thus no pins are defined here.
   63 
   64 # hwpmc device
   65 hint.ar71xx_pmc.0.at="apb0"
   66 hint.ar71xx_pmc.0.irq=5

Cache object: 4e4a67c86a9d7b40291d23941f55719e


[ 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.