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/AR934X_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$
    8 
    9 hint.apb.0.at="nexus0"
   10 hint.apb.0.irq=4
   11 
   12 # ART calibration data mapping device
   13 hint.ar71xx_caldata.0.at="nexus0"
   14 hint.ar71xx_caldata.0.order=0
   15 
   16 # uart0
   17 hint.uart.0.at="apb0"
   18 # NB: This isn't an ns8250 UART
   19 hint.uart.0.maddr=0x18020003
   20 hint.uart.0.msize=0x18
   21 hint.uart.0.irq=3
   22 
   23 #ehci - note the 0x100 offset for the AR913x/AR724x
   24 hint.ehci.0.at="nexus0"
   25 hint.ehci.0.maddr=0x1b000100
   26 hint.ehci.0.msize=0x00001000
   27 hint.ehci.0.irq=1
   28 
   29 # pci
   30 hint.pcib.0.at="nexus0"
   31 hint.pcib.0.irq=0
   32 
   33 hint.arge.0.at="nexus0"
   34 hint.arge.0.maddr=0x19000000
   35 hint.arge.0.msize=0x1000
   36 hint.arge.0.irq=2
   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 
   43 # XXX The ath device hangs off of the AHB, rather than the Nexus.
   44 hint.ath.0.at="nexus0"
   45 hint.ath.0.maddr=0x18100000
   46 hint.ath.0.msize=0x20000
   47 hint.ath.0.irq=0
   48 hint.ath.0.vendor_id=0x168c
   49 hint.ath.0.device_id=0x0031
   50 # Set this to define where the ath calibration data
   51 # should be fetched from in physical memory.
   52 # hint.ath.0.eepromaddr=0x1fff1000
   53 
   54 # Where the ART is - last 64k in the first 8MB of flash
   55 #hint.ar71xx_caldata.0.map.0.ath_fixup_addr=0x1fff0000
   56 #hint.ar71xx_caldata.0.map.0.ath_fixup_size=16384
   57 
   58 # And now tell the ath(4) driver where to look!
   59 #hint.ath.0.eeprom_firmware="ar71xx_caldata.0.map.0.eeprom_firmware"
   60 
   61 # SPI flash
   62 hint.spi.0.at="nexus0"
   63 hint.spi.0.maddr=0x1f000000
   64 hint.spi.0.msize=0x10
   65 
   66 hint.mx25l.0.at="spibus0"
   67 hint.mx25l.0.cs=0
   68 
   69 # Watchdog
   70 hint.ar71xx_wdog.0.at="nexus0"
   71 
   72 # The GPIO function and pin mask is configured per-board
   73 hint.gpio.0.at="apb0"
   74 hint.gpio.0.maddr=0x18040000
   75 hint.gpio.0.msize=0x1000
   76 hint.gpio.0.irq=2

Cache object: 336d1952dbc80960c56a328f9a929c55


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