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/AR91XX_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 # This file (and the kernel config file accompanying it) are not designed 
    2 # to be used by themselves. Instead, users of this file should create a
    3 # kernel # config file which includes this file (which gets the basic hints),
    4 # then override the default options (adding devices as needed) and adding
    5 # hints as needed (for example, the GPIO and LAN PHY.)
    6 
    7 # $FreeBSD: releng/11.0/sys/mips/conf/AR91XX_BASE.hints 228519 2011-12-15 01:05:38Z adrian $
    8 
    9 hint.apb.0.at="nexus0"
   10 hint.apb.0.irq=4
   11 
   12 # uart0
   13 hint.uart.0.at="apb0"
   14 # see atheros/uart_cpu_ar71xx.c why +3
   15 hint.uart.0.maddr=0x18020003
   16 hint.uart.0.msize=0x18
   17 hint.uart.0.irq=3
   18 
   19 #ehci - note the 0x100 offset for the AR913x/AR724x
   20 hint.ehci.0.at="nexus0"
   21 hint.ehci.0.maddr=0x1b000100
   22 hint.ehci.0.msize=0x00ffff00
   23 hint.ehci.0.irq=1
   24 
   25 hint.arge.0.at="nexus0"
   26 hint.arge.0.maddr=0x19000000
   27 hint.arge.0.msize=0x1000
   28 hint.arge.0.irq=2
   29 
   30 hint.arge.1.at="nexus0"
   31 hint.arge.1.maddr=0x1a000000
   32 hint.arge.1.msize=0x1000
   33 hint.arge.1.irq=3
   34 
   35 # XXX The ath device hangs off of the AHB, rather than the Nexus.
   36 hint.ath.0.at="nexus0"
   37 hint.ath.0.maddr=0x180c0000
   38 hint.ath.0.msize=0x30000
   39 hint.ath.0.irq=0
   40 # Set this to define where the ath calibration data
   41 # should be fetched from in physical memory.
   42 # hint.ath.0.eepromaddr=0x1fff1000
   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 # The GPIO function and pin mask is configured per-board
   56 hint.gpio.0.at="apb0"
   57 hint.gpio.0.maddr=0x18040000
   58 hint.gpio.0.msize=0x1000
   59 hint.gpio.0.irq=2

Cache object: 32c404bd376ac5accdd0845dd03a9942


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