summaryrefslogtreecommitdiff
path: root/include/asm-avr32/arch-at32ap7000/gpio.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2006-12-17 16:56:14 +0100
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-04-14 16:14:06 +0200
commitb4ec9c2d43d894729bb633bfdbdfa95a962c1556 (patch)
treef961ef6bec276aec5263b12d2a3e1017f1f04d3f /include/asm-avr32/arch-at32ap7000/gpio.h
parentd5acb95b16a0a74c643524342c3437e765426d05 (diff)
downloadu-boot-imx-b4ec9c2d43d894729bb633bfdbdfa95a962c1556.zip
u-boot-imx-b4ec9c2d43d894729bb633bfdbdfa95a962c1556.tar.gz
u-boot-imx-b4ec9c2d43d894729bb633bfdbdfa95a962c1556.tar.bz2
AVR32: Add clk and gpio infrastructure for macb0 and macb1
Implement functions for configuring the macb0 and macb1 pins, as well as functions for getting the clock rate of the various busses the macb ethernet controllers are connected to. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/arch-at32ap7000/gpio.h')
-rw-r--r--include/asm-avr32/arch-at32ap7000/gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-avr32/arch-at32ap7000/gpio.h b/include/asm-avr32/arch-at32ap7000/gpio.h
index adec208..ca966e1 100644
--- a/include/asm-avr32/arch-at32ap7000/gpio.h
+++ b/include/asm-avr32/arch-at32ap7000/gpio.h
@@ -205,6 +205,8 @@ void gpio_enable_usart0(void);
void gpio_enable_usart1(void);
void gpio_enable_usart2(void);
void gpio_enable_usart3(void);
+void gpio_enable_macb0(void);
+void gpio_enable_macb1(void);
#endif /* __ASM_AVR32_ARCH_GPIO_H__ */