1# BCM95351BU ddr board
2# Copyright 2006, Broadcom Corporation
3# All Rights Reserved.
4# 
5# THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
6# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
7# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
8# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
9# $Id: bcm95351bu_ddr.txt,v 1.1.1.1 2008/10/15 03:25:52 james26_jang Exp $
10boardtype=0x047a
11boardnum=${serno}
12# VLAN + ROBO
13boardflags=0x0110
14# Board revision 1.2
15boardrev=0x12
16
17# MIPS clock frequency in MHz
18clkfreq=200
19
20# 16 MB SDR SDRAM (4 Meg x 16 x 2)
21sdram_init=0x0009
22sdram_config=0x62
23sdram_refresh=0x0000
24sdram_ncdl=0
25
26# Bootloader variables
27dl_ram_addr=a0001000
28os_ram_addr=80001000
29os_flash_addr=bfc40000
30lan_ipaddr=192.168.1.1
31lan_netmask=255.255.255.0
32scratch=a0180000
33boot_wait=on
34reset_gpio=3
35
36# Watchdog timer in ms
37watchdog=3000
38
39# Ethernet w/Robo switch
40et0macaddr=00:90:4c:9c:${maclo}
41et0phyaddr=30
42et0mdcport=0
43
44# Robo switch config (vlan0:LAN, vlan1:WAN)
45vlan0ports=1 2 3 4 5*
46vlan0hwname=et0
47vlan1ports=0 5u
48
49# Bootloader and OS glue
50landevs=vlan0 wl0 wl1
51wandevs=et0
52
53# SES parameters
54gpio2=ses_button
55
56#
57# --- on-chip d11 device ---
58#
59# 802.11g parameters
60sb/7/il0macaddr=00:90:4c:9d:${maclo}
61sb/7/aa0=1
62sb/7/ag0=255
63sb/7/pa0maxpwr=76
64sb/7/pa0itssit=62
65sb/7/pa0b0=0x15c8
66sb/7/pa0b1=0xfa80
67sb/7/pa0b2=0xfe65
68sb/7/opo=12
69
70# LED GPIO assignments
71sb/7/wl0gpio2=0
72
73# misc. parameters
74sb/7/ccode=0
75
76#
77# --- off-chip d11 device ---
78#
79pci/1/1/sromrev=2
80# ALTIQ + HGPA + AB + CCK + AD
81pci/1/1/boardflags=0xa248
82
83# LED GPIO assignments
84pci/1/1/wl0gpio0=2
85pci/1/1/wl0gpio1=0
86pci/1/1/wl0gpio2=4
87
88# misc. parameters
89pci/1/1/ccode=0
90
91