]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/TL-WR1043NDv2
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / sys / mips / conf / TL-WR1043NDv2
1 #
2 # TP-Link TL-WR1043nd v2 - based on the AP135 reference design.
3 #
4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
5 # 64MiB RAM and an AR8327 5-port gigabit ethernet switch.
6 #
7 # $FreeBSD$
8 #
9
10 #NO_UNIVERSE
11
12 # Include the default QCA955x parameters
13 include         "std.QCA955X"
14
15 ident           TL-WR1043NDv2
16
17 # Override hints with board values
18 hints           "TL-WR1043NDv2.hints"
19
20 options         AR71XX_REALMEM=(64*1024*1024)
21
22 # Options required for miiproxy and mdiobus
23 options         ARGE_MDIO       # Export an MDIO bus separate from arge
24 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
25
26 device          etherswitch
27 device          arswitch
28
29 # read MSDOS formatted disks - USB
30 options         MSDOSFS
31
32 # Enable the uboot environment stuff rather then the
33 # redboot stuff.
34 options         AR71XX_ENV_UBOOT
35
36 # uzip - to boot natively from flash
37 device          xz
38 options         GEOM_UZIP
39
40 # Used for the static uboot partition map
41 device          geom_map
42
43 # yes, this board has a PCI connected atheros device
44 #device         ath_pci
45 #options        AR71XX_ATH_EEPROM
46 #device         firmware                # Used by the above
47 #options        ATH_EEPROM_FIRMWARE
48
49 # Boot off of the rootfs, as defined in the geom_map setup.
50 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
51
52 # Default to accept
53 options         IPFIREWALL_DEFAULT_TO_ACCEPT