Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Platform data definitions. |
| 3 | */ |
| 4 | #ifndef __ASM_ARCH_BOARD_H |
| 5 | #define __ASM_ARCH_BOARD_H |
| 6 | |
| 7 | #include <linux/types.h> |
Peter Huewe | f7512e7 | 2010-06-29 19:35:39 +0200 | [diff] [blame] | 8 | #include <linux/serial.h> |
Jamie Iles | 84e0cdb | 2011-03-08 20:17:06 +0000 | [diff] [blame] | 9 | #include <linux/platform_data/macb.h> |
Jean-Christophe PLAGNIOL-VILLARD | bf4289c | 2011-12-29 14:43:24 +0800 | [diff] [blame] | 10 | #include <linux/platform_data/atmel_nand.h> |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 11 | |
| 12 | #define GPIO_PIN_NONE (-1) |
| 13 | |
| 14 | /* |
| 15 | * Clock rates for various on-board oscillators. The number of entries |
| 16 | * in this array is chip-dependent. |
| 17 | */ |
| 18 | extern unsigned long at32_board_osc_rates[]; |
Hans-Christian Egtvedt | 6b0c935 | 2009-03-24 13:59:22 +0100 | [diff] [blame] | 19 | |
Haavard Skinnemoen | e82c610 | 2008-10-23 14:42:19 +0200 | [diff] [blame] | 20 | /* |
| 21 | * This used to add essential system devices, but this is now done |
| 22 | * automatically. Please don't use it in new board code. |
| 23 | */ |
| 24 | static inline void __deprecated at32_add_system_devices(void) |
| 25 | { |
| 26 | |
| 27 | } |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 28 | |
| 29 | #define ATMEL_MAX_UART 4 |
| 30 | extern struct platform_device *atmel_default_console_device; |
| 31 | |
Peter Ma | bf4861c | 2009-03-31 10:31:02 -0700 | [diff] [blame] | 32 | /* Flags for selecting USART extra pins */ |
| 33 | #define ATMEL_USART_RTS 0x01 |
| 34 | #define ATMEL_USART_CTS 0x02 |
Ben Nizette | c076b99 | 2009-06-03 11:38:20 +0200 | [diff] [blame] | 35 | #define ATMEL_USART_CLK 0x04 |
Peter Ma | bf4861c | 2009-03-31 10:31:02 -0700 | [diff] [blame] | 36 | |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 37 | struct atmel_uart_data { |
Jean-Christophe PLAGNIOL-VILLARD | 2b348e2 | 2011-04-10 14:10:05 +0800 | [diff] [blame] | 38 | int num; /* port num */ |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 39 | short use_dma_tx; /* use transmit DMA? */ |
| 40 | short use_dma_rx; /* use receive DMA? */ |
| 41 | void __iomem *regs; /* virtual base address, if any */ |
Peter Huewe | f7512e7 | 2010-06-29 19:35:39 +0200 | [diff] [blame] | 42 | struct serial_rs485 rs485; /* rs485 settings */ |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 43 | }; |
Peter Ma | bf4861c | 2009-03-31 10:31:02 -0700 | [diff] [blame] | 44 | void at32_map_usart(unsigned int hw_id, unsigned int line, int flags); |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 45 | struct platform_device *at32_add_device_usart(unsigned int id); |
| 46 | |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 47 | struct platform_device * |
Jamie Iles | 84e0cdb | 2011-03-08 20:17:06 +0000 | [diff] [blame] | 48 | at32_add_device_eth(unsigned int id, struct macb_platform_data *data); |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 49 | |
| 50 | struct spi_board_info; |
| 51 | struct platform_device * |
| 52 | at32_add_device_spi(unsigned int id, struct spi_board_info *b, unsigned int n); |
Peter Ma | 0708420 | 2009-08-27 00:31:47 -0700 | [diff] [blame] | 53 | void at32_spi_setup_slaves(unsigned int bus_num, struct spi_board_info *b, unsigned int n); |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 54 | |
| 55 | struct atmel_lcdfb_info; |
| 56 | struct platform_device * |
| 57 | at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data, |
| 58 | unsigned long fbmem_start, unsigned long fbmem_len, |
Julien May | 7066412 | 2008-08-04 14:27:38 +0200 | [diff] [blame] | 59 | u64 pin_mask); |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 60 | |
| 61 | struct usba_platform_data; |
| 62 | struct platform_device * |
| 63 | at32_add_device_usba(unsigned int id, struct usba_platform_data *data); |
| 64 | |
| 65 | struct ide_platform_data { |
| 66 | u8 cs; |
| 67 | }; |
| 68 | struct platform_device * |
| 69 | at32_add_device_ide(unsigned int id, unsigned int extint, |
| 70 | struct ide_platform_data *data); |
| 71 | |
| 72 | /* mask says which PWM channels to mux */ |
| 73 | struct platform_device *at32_add_device_pwm(u32 mask); |
| 74 | |
| 75 | /* depending on what's hooked up, not all SSC pins will be used */ |
| 76 | #define ATMEL_SSC_TK 0x01 |
| 77 | #define ATMEL_SSC_TF 0x02 |
| 78 | #define ATMEL_SSC_TD 0x04 |
| 79 | #define ATMEL_SSC_TX (ATMEL_SSC_TK | ATMEL_SSC_TF | ATMEL_SSC_TD) |
| 80 | |
| 81 | #define ATMEL_SSC_RK 0x10 |
| 82 | #define ATMEL_SSC_RF 0x20 |
| 83 | #define ATMEL_SSC_RD 0x40 |
| 84 | #define ATMEL_SSC_RX (ATMEL_SSC_RK | ATMEL_SSC_RF | ATMEL_SSC_RD) |
| 85 | |
| 86 | struct platform_device * |
| 87 | at32_add_device_ssc(unsigned int id, unsigned int flags); |
| 88 | |
| 89 | struct i2c_board_info; |
| 90 | struct platform_device *at32_add_device_twi(unsigned int id, |
| 91 | struct i2c_board_info *b, |
| 92 | unsigned int n); |
| 93 | |
| 94 | struct mci_platform_data; |
| 95 | struct platform_device * |
| 96 | at32_add_device_mci(unsigned int id, struct mci_platform_data *data); |
| 97 | |
Hans-Christian Egtvedt | 2f47c8c | 2009-03-24 13:59:23 +0100 | [diff] [blame] | 98 | struct ac97c_platform_data; |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 99 | struct platform_device * |
Hans-Christian Egtvedt | 2f47c8c | 2009-03-24 13:59:23 +0100 | [diff] [blame] | 100 | at32_add_device_ac97c(unsigned int id, struct ac97c_platform_data *data, |
| 101 | unsigned int flags); |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 102 | |
Hans-Christian Egtvedt | 6b0c935 | 2009-03-24 13:59:22 +0100 | [diff] [blame] | 103 | struct atmel_abdac_pdata; |
| 104 | struct platform_device * |
| 105 | at32_add_device_abdac(unsigned int id, struct atmel_abdac_pdata *data); |
| 106 | |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 107 | struct platform_device *at32_add_device_psif(unsigned int id); |
| 108 | |
| 109 | struct cf_platform_data { |
| 110 | int detect_pin; |
| 111 | int reset_pin; |
| 112 | int vcc_pin; |
| 113 | int ready_pin; |
| 114 | u8 cs; |
| 115 | }; |
| 116 | struct platform_device * |
| 117 | at32_add_device_cf(unsigned int id, unsigned int extint, |
| 118 | struct cf_platform_data *data); |
| 119 | |
Haavard Skinnemoen | 964d219 | 2008-08-05 13:49:09 +0200 | [diff] [blame] | 120 | struct platform_device * |
| 121 | at32_add_device_nand(unsigned int id, struct atmel_nand_data *data); |
| 122 | |
| 123 | #endif /* __ASM_ARCH_BOARD_H */ |