1# 4705 board with 5397 switch
2boardtype=0x478
3boardnum=${serno}
4# Board revision 1.0
5boardrev=0x10
6# ENETVLAN, ENETROBO.
7boardflags=0x110
8
9# MIPS clock frequency in MHz
10clkfreq=300
11
12# 64 MB DDR SDRAM (16 Meg x 16 x 2)
13sdram_init=0x0009
14sdram_config=0x0062
15sdram_refresh=0x0000
16sdram_ncdl=0
17
18# Ethernet 
19et0macaddr=00:90:4c:a6:${maclo}
20et0phyaddr=30
21et0mdcport=0
22
23# Watchdog timer in ms
24watchdog=3000
25
26# Reset 
27reset_gpio=7
28
29# Variables used by CFE and run-time OS image
30# which may be modified by the run-time OS image
31lan_ipaddr=192.168.1.1
32lan_netmask=255.255.255.0
33
34# PCI specific
35cardbus=1
36
37# Ethernet switch config (vlan1:LAN, vlan2:WAN)
38vlan1ports=1 2 3 4 8*
39vlan1hwname=et0
40vlan2ports=0 8u
41
42# bootloader/OS glue
43landevs=vlan1 wl0
44wandevs=et0
45lan_ipaddr=192.168.1.1
46lan_netmask=255.255.255.0
47
48# CFE variables
49boot_wait=on
50wait_time=5
51