1#
2# This file adds to the values in AR933X_BASE.hints.
3#
4# $FreeBSD$
5
6# mdiobus on arge1
7hint.argemdio.0.at="nexus0"
8hint.argemdio.0.maddr=0x1a000000
9hint.argemdio.0.msize=0x1000
10hint.argemdio.0.order=0
11
12# Embedded Atheros Switch
13hint.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!
17hint.arswitch.0.is_7240=1
18hint.arswitch.0.numphys=4
19hint.arswitch.0.phy4cpu=1	# phy 4 is a "CPU" separate PHY
20hint.arswitch.0.is_rgmii=0
21hint.arswitch.0.is_gmii=1	# arge1 <-> switch PHY is GMII
22
23# arge0 - MII, autoneg, phy(4)
24hint.arge.0.phymask=0x10	# PHY4
25hint.arge.0.mdio=mdioproxy1	# .. off of the switch mdiobus
26hint.arge.0.eeprommac=0x1fff0000
27
28# arge1 - GMII, 1000/full
29hint.arge.1.phymask=0x0		# No directly mapped PHYs
30hint.arge.1.media=1000
31hint.arge.1.fduplex=1
32hint.arge.1.eeprommac=0x1fff0006
33
34# 16MB flash layout:
35# [    0.510000] 5 tp-link partitions found on MTD device spi0.0
36# [    0.510000] Creating 5 MTD partitions on "spi0.0":
37# [    0.520000] 0x000000000000-0x000000020000 : "u-boot"
38# [    0.520000] 0x000000020000-0x000000136468 : "kernel"
39# [    0.530000] 0x000000136468-0x000000ff0000 : "rootfs"
40# [    0.530000] mtd: device 2 (rootfs) set to be root filesystem
41# [    0.540000] 1 squashfs-split partitions found on MTD device rootfs
42# [    0.540000] 0x000000730000-0x000000fe0000 : "rootfs_data"
43# [    0.540000] 0x000000fe0000-0x000000ff0000 : "nvram"
44# [    0.550000] 0x000000ff0000-0x000001000000 : "art"
45# [    0.560000] 0x000000020000-0x000000fe0000 : "firmware"
46
47# 64KiB uboot
48hint.map.0.at="flash/spi0"
49hint.map.0.start=0x00000000
50hint.map.0.end=0x00010000
51hint.map.0.name="u-boot"
52hint.map.0.readonly=1
53
54# 64KiB uboot
55hint.map.1.at="flash/spi0"
56hint.map.1.start=0x00010000
57hint.map.1.end=0x00020000
58hint.map.1.name="uboot-env"
59hint.map.1.readonly=1
60
61# kernel
62hint.map.2.at="flash/spi0"
63hint.map.2.start=0x00020000
64hint.map.2.end="search:0x00020000:0x10000:.!/bin/sh"
65hint.map.2.name="kernel"
66hint.map.2.readonly=1
67
68# rootfs ulzma
69hint.map.3.at="flash/spi0"
70hint.map.3.start="search:0x00020000:0x10000:.!/bin/sh"
71hint.map.3.end=0x00fe0000
72hint.map.3.name="rootfs"
73hint.map.3.readonly=1
74
75# 64KiB cfg
76hint.map.4.at="flash/spi0"
77hint.map.4.start=0x00fe0000
78hint.map.4.end=0x00ff0000
79hint.map.4.name="cfg"
80hint.map.4.readonly=0
81
82# all firmware 16000KiB
83hint.map.5.at="flash/spi0"
84hint.map.5.start=0x00020000
85hint.map.5.end=0x00ff0000
86hint.map.5.name="firmware"
87hint.map.5.readonly=0
88
89# 64KiB ART
90hint.map.6.at="flash/spi0"
91hint.map.6.start=0x00ff0000
92hint.map.6.end=0x01000000
93hint.map.6.name="ART"
94hint.map.6.readonly=1
95