boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than the reference design 96348GW so we use fixup to allow us to define the correct ones, also the GW6000 has no GPIO-controlled leds.

SVN-Revision: 24305
This commit is contained in:
Daniel Dickinson
2010-12-07 15:15:54 +00:00
parent 3baa168e09
commit 8f9b14dafe
3 changed files with 141 additions and 2 deletions

View File

@@ -19,6 +19,16 @@ brcm63xx_detect() {
brcm63xx_has_reset_button="true"
ifname=eth1
;;
"bcm63xx/GW6000 "*)
brcm63xx_has_reset_button="true"
ifname=eth1
;;
"bcm63xx/GW6200 "*)
status_led="line1"
status_led2="tel"
brcm63xx_has_reset_button="true"
ifname=eth1
;;
"bcm63xx/96348GW-11 "*)
status_led="power"
brcm63xx_has_reset_button="true"