]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/DB120
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / sys / mips / conf / DB120
1 #
2 # DB120 - the AR9344 SoC reference design
3 #
4 # $FreeBSD$
5 #
6
7 # Include the default AR934x parameters
8 include         "AR934X_BASE"
9
10 #NO_UNIVERSE
11
12 ident           DB120
13
14 # Override hints with board values
15 hints           "DB120.hints"
16
17 # Force the board memory - the base DB120 has 128MB RAM
18 options         AR71XX_REALMEM=(128*1024*1024)
19
20 # i2c GPIO bus
21 #device         gpioiic
22 #device         iicbb
23 #device         iicbus
24 #device         iic
25
26 # Options required for miiproxy and mdiobus
27 options         ARGE_MDIO       # Export an MDIO bus separate from arge
28 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
29
30 device          etherswitch
31 device          arswitch
32
33 # read MSDOS formatted disks - USB
34 #options        MSDOSFS
35
36 # Enable the uboot environment stuff rather then the
37 # redboot stuff.
38 options         AR71XX_ENV_UBOOT
39
40 # uzip - to boot natively from flash
41 device          xz
42 options         GEOM_UZIP
43
44 # Used for the static uboot partition map
45 device          geom_map
46
47 # yes, this board has a PCI connected atheros device
48 device          ath_pci
49 options         AR71XX_ATH_EEPROM
50 device          firmware                # Used by the above
51 options         ATH_EEPROM_FIRMWARE
52
53 # Boot off of the rootfs, as defined in the geom_map setup.
54 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"