1# $FreeBSD$
2
3# Hardwired location of bitfile
4hint.map.0.at="cfid0s.fpga0"
5hint.map.0.start=0x00000000
6hint.map.0.end=0x00c00000
7hint.map.0.name="fpga"
8
9# Kernel on the second chip
10hint.map.1.at="cfid0s.os"
11hint.map.1.start=0x007e0000
12hint.map.1.end=0x01fe0000
13hint.map.1.name="kernel"
14
15# Altera Triple-Speed Ethernet Mac, present in tPad and DE-4 configurations
16# configured from fdt(4) but PHYs are still described in here.
17# Currently configured for individual tse_mac cores.
18hint.e1000phy.0.at="miibus0"
19hint.e1000phy.0.phyno=0
20hint.e1000phy.1.at="miibus0"
21hint.e1000phy.1.phyno=0
22hint.e1000phy.2.at="miibus0"
23hint.e1000phy.2.phyno=0
24hint.e1000phy.3.at="miibus0"
25hint.e1000phy.3.phyno=0
26
27