]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/ONIONOMEGA
MFC r344479 (by sobomax), r344605:
[FreeBSD/FreeBSD.git] / sys / mips / conf / ONIONOMEGA
1 #
2 # Onion Omega - an AR9330 based SoC
3 #
4 # https://onion.io/omega/
5 #
6 # * AR9330 SoC
7 # * 64MB RAM
8 # * 16MB flash
9 # * Integrated 1x1 2GHz wifi and optional 10/100 ethernet
10 #
11 # $FreeBSD$
12 #
13
14 #NO_UNIVERSE
15
16 # Include the default AR933x parameters
17 include         "AR933X_BASE"
18
19 ident           ONIONOMEGA
20
21 # Override hints with board values
22 hints           "ONIONOMEGA.hints"
23
24 # Board memory - 64MB
25 options         AR71XX_REALMEM=(64*1024*1024)
26
27 # i2c GPIO bus
28 #device         gpioiic
29 #device         iicbb
30 #device         iicbus
31 #device         iic
32
33 # Options required for miiproxy and mdiobus
34 options         ARGE_MDIO       # Export an MDIO bus separate from arge
35 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
36
37 device          etherswitch
38 device          arswitch
39
40 # read MSDOS formatted disks - USB
41 #options        MSDOSFS
42
43 # Enable the uboot environment stuff rather then the
44 # redboot stuff.
45 options         AR71XX_ENV_UBOOT
46
47 # uzip - to boot natively from flash
48 device          xz
49 options         GEOM_UZIP
50
51 # Used for the static uboot partition map
52 device          geom_map
53
54 # Boot off of the rootfs, as defined in the geom_map setup.
55 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"