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/ONIONOMEGA.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 # This file adds to the values in AR933X_BASE.hints.
    3 #
    4 # $FreeBSD: releng/12.0/sys/mips/conf/ONIONOMEGA.hints 313474 2017-02-09 15:16:08Z allanjude $
    5 
    6 # mdiobus on arge1
    7 hint.argemdio.0.at="nexus0"
    8 hint.argemdio.0.maddr=0x1a000000
    9 hint.argemdio.0.msize=0x1000
   10 hint.argemdio.0.order=0
   11 
   12 # Embedded Atheros Switch
   13 hint.arswitch.0.at="mdio0"
   14 
   15 # XXX this should really say it's an AR933x switch, as there
   16 # are some vlan specific differences here!
   17 hint.arswitch.0.is_7240=1
   18 hint.arswitch.0.numphys=4
   19 hint.arswitch.0.phy4cpu=1       # phy 4 is a "CPU" separate PHY
   20 hint.arswitch.0.is_rgmii=0
   21 hint.arswitch.0.is_gmii=1       # arge1 <-> switch PHY is GMII
   22 
   23 # arge0 - MII, autoneg, phy(4)
   24 hint.arge.0.phymask=0x10        # PHY4
   25 hint.arge.0.mdio=mdioproxy1     # .. off of the switch mdiobus
   26 hint.arge.0.eeprommac=0x1fff0000
   27 
   28 # arge1 - GMII, 1000/full
   29 hint.arge.1.phymask=0x0         # No directly mapped PHYs
   30 hint.arge.1.media=1000
   31 hint.arge.1.fduplex=1
   32 hint.arge.1.eeprommac=0x1fff0006
   33 
   34 # ath0
   35 hint.ath.0.eepromaddr=0x1fff0000
   36 hint.ath.0.eepromsize=16384
   37 
   38 # 16MB flash layout:
   39 # [    0.510000] 5 tp-link partitions found on MTD device spi0.0
   40 # [    0.510000] Creating 5 MTD partitions on "spi0.0":
   41 # [    0.520000] 0x000000000000-0x000000020000 : "u-boot"
   42 # [    0.520000] 0x000000020000-0x000000136468 : "kernel"
   43 # [    0.530000] 0x000000136468-0x000000ff0000 : "rootfs"
   44 # [    0.530000] mtd: device 2 (rootfs) set to be root filesystem
   45 # [    0.540000] 1 squashfs-split partitions found on MTD device rootfs
   46 # [    0.540000] 0x000000730000-0x000000fe0000 : "rootfs_data"
   47 # [    0.540000] 0x000000fe0000-0x000000ff0000 : "nvram"
   48 # [    0.550000] 0x000000ff0000-0x000001000000 : "art"
   49 # [    0.560000] 0x000000020000-0x000000fe0000 : "firmware"
   50 
   51 # 64KiB uboot
   52 hint.map.0.at="flash/spi0"
   53 hint.map.0.start=0x00000000
   54 hint.map.0.end=0x00010000
   55 hint.map.0.name="u-boot"
   56 hint.map.0.readonly=1
   57 
   58 # 64KiB uboot
   59 hint.map.1.at="flash/spi0"
   60 hint.map.1.start=0x00010000
   61 hint.map.1.end=0x00020000
   62 hint.map.1.name="uboot-env"
   63 hint.map.1.readonly=1
   64 
   65 # kernel
   66 hint.map.2.at="flash/spi0"
   67 hint.map.2.start=0x00020000
   68 hint.map.2.end="search:0x00020000:0x10000:.!/bin/sh"
   69 hint.map.2.name="kernel"
   70 hint.map.2.readonly=1
   71 
   72 # rootfs ulzma
   73 hint.map.3.at="flash/spi0"
   74 hint.map.3.start="search:0x00020000:0x10000:.!/bin/sh"
   75 hint.map.3.end=0x00fe0000
   76 hint.map.3.name="rootfs"
   77 hint.map.3.readonly=1
   78 
   79 # 64KiB cfg
   80 hint.map.4.at="flash/spi0"
   81 hint.map.4.start=0x00fe0000
   82 hint.map.4.end=0x00ff0000
   83 hint.map.4.name="cfg"
   84 hint.map.4.readonly=0
   85 
   86 # all firmware 16000KiB
   87 hint.map.5.at="flash/spi0"
   88 hint.map.5.start=0x00020000
   89 hint.map.5.end=0x00ff0000
   90 hint.map.5.name="firmware"
   91 hint.map.5.readonly=0
   92 
   93 # 64KiB ART
   94 hint.map.6.at="flash/spi0"
   95 hint.map.6.start=0x00ff0000
   96 hint.map.6.end=0x01000000
   97 hint.map.6.name="ART"
   98 hint.map.6.readonly=1
   99 
  100 # GPIO
  101 hint.gpio.0.pinmask=0x0c8ff1c3
  102 
  103 hint.gpioled.0.at="gpiobus0"
  104 hint.gpioled.0.pins=0x08000000
  105 hint.gpioled.0.name="board"
  106 hint.gpioled.0.invert=0
  107 
  108 #Red
  109 hint.gpioled.1.at="gpiobus0"
  110 hint.gpioled.1.pins=0x00020000
  111 hint.gpioled.1.name="red"
  112 hint.gpioled.1.invert=0
  113 
  114 #Green
  115 hint.gpioled.2.at="gpiobus0"
  116 hint.gpioled.2.pins=0x00010000
  117 hint.gpioled.2.name="green"
  118 hint.gpioled.2.invert=0
  119 
  120 #Blue
  121 hint.gpioled.3.at="gpiobus0"
  122 hint.gpioled.3.pins=0x00008000
  123 hint.gpioled.3.name="blue"
  124 hint.gpioled.3.invert=0
  125 
  126 # I2C
  127 # 0x20 - 0x27 = Relay Controllers (0x27 is default)
  128 # 0x5a = PWM/Servo Controller
  129 hint.gpioiic.0.at="gpiobus0"
  130 hint.gpioiic.0.pins=0x300000 # pins 20 and 21
  131 hint.gpioiic.0.scl=0 # pin 20
  132 hint.gpioiic.0.sda=1 # pin 21

Cache object: 81a51184a1e3f55c2b996d1b7b764409


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