2 * File: arch/blackfin/mach-bf518/boards/ezbrd.c
3 * Based on: arch/blackfin/mach-bf527/boards/ezbrd.c
4 * Author: Bryan Wu <cooloney@kernel.org>
10 * Copyright 2005 National ICT Australia (NICTA)
11 * Copyright 2004-2008 Analog Devices Inc.
13 * Bugs: Enter bugs at http://blackfin.uclinux.org/
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, see the file COPYING, or write
27 * to the Free Software Foundation, Inc.,
28 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31 #include <linux/device.h>
32 #include <linux/platform_device.h>
33 #include <linux/mtd/mtd.h>
34 #include <linux/mtd/partitions.h>
35 #include <linux/mtd/physmap.h>
36 #include <linux/spi/spi.h>
37 #include <linux/spi/flash.h>
39 #include <linux/i2c.h>
40 #include <linux/irq.h>
41 #include <linux/interrupt.h>
43 #include <asm/bfin5xx_spi.h>
44 #include <asm/reboot.h>
45 #include <asm/portmux.h>
47 #include <asm/bfin_sdh.h>
48 #include <linux/spi/ad7877.h>
52 * Name the Board for the /proc/cpuinfo
54 const char bfin_board_name
[] = "ADI BF518F-EZBRD";
57 * Driver needs to know address, irq and flag pin.
60 #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
61 static struct mtd_partition ezbrd_partitions
[] = {
63 .name
= "bootloader(nor)",
67 .name
= "linux kernel(nor)",
69 .offset
= MTDPART_OFS_APPEND
,
71 .name
= "file system(nor)",
72 .size
= MTDPART_SIZ_FULL
,
73 .offset
= MTDPART_OFS_APPEND
,
77 static struct physmap_flash_data ezbrd_flash_data
= {
79 .parts
= ezbrd_partitions
,
80 .nr_parts
= ARRAY_SIZE(ezbrd_partitions
),
83 static struct resource ezbrd_flash_resource
= {
85 #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE)
90 .flags
= IORESOURCE_MEM
,
93 static struct platform_device ezbrd_flash_device
= {
94 .name
= "physmap-flash",
97 .platform_data
= &ezbrd_flash_data
,
100 .resource
= &ezbrd_flash_resource
,
104 #if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
105 static struct platform_device rtc_device
= {
111 #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
112 static struct platform_device bfin_mii_bus
= {
113 .name
= "bfin_mii_bus",
116 static struct platform_device bfin_mac_device
= {
118 .dev
.platform_data
= &bfin_mii_bus
,
121 #if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
122 static struct dsa_chip_data ksz8893m_switch_chip_data
= {
123 .mii_bus
= &bfin_mii_bus
.dev
,
131 static struct dsa_platform_data ksz8893m_switch_data
= {
133 .netdev
= &bfin_mac_device
.dev
,
134 .chip
= &ksz8893m_switch_chip_data
,
137 static struct platform_device ksz8893m_switch_device
= {
141 .dev
.platform_data
= &ksz8893m_switch_data
,
146 #if defined(CONFIG_MTD_M25P80) \
147 || defined(CONFIG_MTD_M25P80_MODULE)
148 static struct mtd_partition bfin_spi_flash_partitions
[] = {
150 .name
= "bootloader(spi)",
153 .mask_flags
= MTD_CAP_ROM
155 .name
= "linux kernel(spi)",
156 .size
= MTDPART_SIZ_FULL
,
157 .offset
= MTDPART_OFS_APPEND
,
161 static struct flash_platform_data bfin_spi_flash_data
= {
163 .parts
= bfin_spi_flash_partitions
,
164 .nr_parts
= ARRAY_SIZE(bfin_spi_flash_partitions
),
168 /* SPI flash chip (m25p64) */
169 static struct bfin5xx_spi_chip spi_flash_chip_info
= {
170 .enable_dma
= 0, /* use dma transfer with this chip*/
175 #if defined(CONFIG_BFIN_SPI_ADC) \
176 || defined(CONFIG_BFIN_SPI_ADC_MODULE)
178 static struct bfin5xx_spi_chip spi_adc_chip_info
= {
179 .enable_dma
= 1, /* use dma transfer with this chip*/
184 #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
185 #if defined(CONFIG_NET_DSA_KSZ8893M) \
186 || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
187 /* SPI SWITCH CHIP */
188 static struct bfin5xx_spi_chip spi_switch_info
= {
195 #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE)
196 static struct bfin5xx_spi_chip mmc_spi_chip_info
= {
202 #if defined(CONFIG_PBX)
203 static struct bfin5xx_spi_chip spi_si3xxx_chip_info
= {
204 .ctl_reg
= 0x4, /* send zero */
207 .cs_change_per_word
= 1,
211 #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
212 static struct bfin5xx_spi_chip spi_ad7877_chip_info
= {
217 static const struct ad7877_platform_data bfin_ad7877_ts_info
= {
219 .vref_delay_usecs
= 50, /* internal, no capacitor */
222 .pressure_max
= 1000,
224 .stopacq_polarity
= 1,
225 .first_conversion_delay
= 3,
226 .acquisition_time
= 1,
228 .pen_down_acc_interval
= 1,
232 #if defined(CONFIG_SND_SOC_WM8731) || defined(CONFIG_SND_SOC_WM8731_MODULE) \
233 && defined(CONFIG_SND_SOC_WM8731_SPI)
234 static struct bfin5xx_spi_chip spi_wm8731_chip_info
= {
240 #if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE)
241 static struct bfin5xx_spi_chip spidev_chip_info
= {
247 static struct spi_board_info bfin_spi_board_info
[] __initdata
= {
248 #if defined(CONFIG_MTD_M25P80) \
249 || defined(CONFIG_MTD_M25P80_MODULE)
251 /* the modalias must be the same as spi device driver name */
252 .modalias
= "m25p80", /* Name of spi_driver for this device */
253 .max_speed_hz
= 25000000, /* max spi clock (SCK) speed in HZ */
254 .bus_num
= 0, /* Framework bus number */
255 .chip_select
= 2, /* On BF518F-EZBRD it's SPI0_SSEL2 */
256 .platform_data
= &bfin_spi_flash_data
,
257 .controller_data
= &spi_flash_chip_info
,
262 #if defined(CONFIG_BFIN_SPI_ADC) \
263 || defined(CONFIG_BFIN_SPI_ADC_MODULE)
265 .modalias
= "bfin_spi_adc", /* Name of spi_driver for this device */
266 .max_speed_hz
= 6250000, /* max spi clock (SCK) speed in HZ */
267 .bus_num
= 0, /* Framework bus number */
268 .chip_select
= 1, /* Framework chip select. */
269 .platform_data
= NULL
, /* No spi_driver specific config */
270 .controller_data
= &spi_adc_chip_info
,
274 #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
275 #if defined(CONFIG_NET_DSA_KSZ8893M) \
276 || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
278 .modalias
= "ksz8893m",
279 .max_speed_hz
= 5000000,
282 .platform_data
= NULL
,
283 .controller_data
= &spi_switch_info
,
289 #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE)
291 .modalias
= "mmc_spi",
292 .max_speed_hz
= 25000000, /* max spi clock (SCK) speed in HZ */
295 .controller_data
= &mmc_spi_chip_info
,
299 #if defined(CONFIG_PBX)
301 .modalias
= "fxs-spi",
302 .max_speed_hz
= 12500000, /* max spi clock (SCK) speed in HZ */
304 .chip_select
= 8 - CONFIG_J11_JUMPER
,
305 .controller_data
= &spi_si3xxx_chip_info
,
309 .modalias
= "fxo-spi",
310 .max_speed_hz
= 12500000, /* max spi clock (SCK) speed in HZ */
312 .chip_select
= 8 - CONFIG_J19_JUMPER
,
313 .controller_data
= &spi_si3xxx_chip_info
,
317 #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
319 .modalias
= "ad7877",
320 .platform_data
= &bfin_ad7877_ts_info
,
322 .max_speed_hz
= 12500000, /* max spi clock (SCK) speed in HZ */
325 .controller_data
= &spi_ad7877_chip_info
,
328 #if defined(CONFIG_SND_SOC_WM8731) || defined(CONFIG_SND_SOC_WM8731_MODULE) \
329 && defined(CONFIG_SND_SOC_WM8731_SPI)
331 .modalias
= "wm8731",
332 .max_speed_hz
= 3125000, /* max spi clock (SCK) speed in HZ */
335 .controller_data
= &spi_wm8731_chip_info
,
339 #if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE)
341 .modalias
= "spidev",
342 .max_speed_hz
= 3125000, /* max spi clock (SCK) speed in HZ */
345 .controller_data
= &spidev_chip_info
,
348 #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE)
350 .modalias
= "bfin-lq035q1-spi",
351 .max_speed_hz
= 20000000, /* max spi clock (SCK) speed in HZ */
354 .controller_data
= &lq035q1_spi_chip_info
,
355 .mode
= SPI_CPHA
| SPI_CPOL
,
360 /* SPI controller data */
361 #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE)
363 static struct bfin5xx_spi_master bfin_spi0_info
= {
365 .enable_dma
= 1, /* master has the ability to do dma transfer */
366 .pin_req
= {P_SPI0_SCK
, P_SPI0_MISO
, P_SPI0_MOSI
, 0},
369 static struct resource bfin_spi0_resource
[] = {
371 .start
= SPI0_REGBASE
,
372 .end
= SPI0_REGBASE
+ 0xFF,
373 .flags
= IORESOURCE_MEM
,
378 .flags
= IORESOURCE_DMA
,
383 .flags
= IORESOURCE_IRQ
,
387 static struct platform_device bfin_spi0_device
= {
389 .id
= 0, /* Bus number */
390 .num_resources
= ARRAY_SIZE(bfin_spi0_resource
),
391 .resource
= bfin_spi0_resource
,
393 .platform_data
= &bfin_spi0_info
, /* Passed to driver */
398 static struct bfin5xx_spi_master bfin_spi1_info
= {
400 .enable_dma
= 1, /* master has the ability to do dma transfer */
401 .pin_req
= {P_SPI1_SCK
, P_SPI1_MISO
, P_SPI1_MOSI
, 0},
404 static struct resource bfin_spi1_resource
[] = {
406 .start
= SPI1_REGBASE
,
407 .end
= SPI1_REGBASE
+ 0xFF,
408 .flags
= IORESOURCE_MEM
,
413 .flags
= IORESOURCE_DMA
,
418 .flags
= IORESOURCE_IRQ
,
422 static struct platform_device bfin_spi1_device
= {
424 .id
= 1, /* Bus number */
425 .num_resources
= ARRAY_SIZE(bfin_spi1_resource
),
426 .resource
= bfin_spi1_resource
,
428 .platform_data
= &bfin_spi1_info
, /* Passed to driver */
431 #endif /* spi master and devices */
433 #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
434 static struct resource bfin_uart_resources
[] = {
435 #ifdef CONFIG_SERIAL_BFIN_UART0
439 .flags
= IORESOURCE_MEM
,
442 #ifdef CONFIG_SERIAL_BFIN_UART1
446 .flags
= IORESOURCE_MEM
,
451 static struct platform_device bfin_uart_device
= {
454 .num_resources
= ARRAY_SIZE(bfin_uart_resources
),
455 .resource
= bfin_uart_resources
,
459 #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE)
460 #ifdef CONFIG_BFIN_SIR0
461 static struct resource bfin_sir0_resources
[] = {
465 .flags
= IORESOURCE_MEM
,
468 .start
= IRQ_UART0_RX
,
469 .end
= IRQ_UART0_RX
+1,
470 .flags
= IORESOURCE_IRQ
,
473 .start
= CH_UART0_RX
,
474 .end
= CH_UART0_RX
+1,
475 .flags
= IORESOURCE_DMA
,
479 static struct platform_device bfin_sir0_device
= {
482 .num_resources
= ARRAY_SIZE(bfin_sir0_resources
),
483 .resource
= bfin_sir0_resources
,
486 #ifdef CONFIG_BFIN_SIR1
487 static struct resource bfin_sir1_resources
[] = {
491 .flags
= IORESOURCE_MEM
,
494 .start
= IRQ_UART1_RX
,
495 .end
= IRQ_UART1_RX
+1,
496 .flags
= IORESOURCE_IRQ
,
499 .start
= CH_UART1_RX
,
500 .end
= CH_UART1_RX
+1,
501 .flags
= IORESOURCE_DMA
,
505 static struct platform_device bfin_sir1_device
= {
508 .num_resources
= ARRAY_SIZE(bfin_sir1_resources
),
509 .resource
= bfin_sir1_resources
,
514 #if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE)
515 static struct resource bfin_twi0_resource
[] = {
517 .start
= TWI0_REGBASE
,
519 .flags
= IORESOURCE_MEM
,
524 .flags
= IORESOURCE_IRQ
,
528 static struct platform_device i2c_bfin_twi_device
= {
529 .name
= "i2c-bfin-twi",
531 .num_resources
= ARRAY_SIZE(bfin_twi0_resource
),
532 .resource
= bfin_twi0_resource
,
536 static struct i2c_board_info __initdata bfin_i2c_board_info
[] = {
537 #if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
539 I2C_BOARD_INFO("pcf8574_lcd", 0x22),
542 #if defined(CONFIG_TWI_KEYPAD) || defined(CONFIG_TWI_KEYPAD_MODULE)
544 I2C_BOARD_INFO("pcf8574_keypad", 0x27),
550 #if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE)
551 static struct platform_device bfin_sport0_uart_device
= {
552 .name
= "bfin-sport-uart",
556 static struct platform_device bfin_sport1_uart_device
= {
557 .name
= "bfin-sport-uart",
562 #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
563 #include <linux/input.h>
564 #include <linux/gpio_keys.h>
566 static struct gpio_keys_button bfin_gpio_keys_table
[] = {
567 {BTN_0
, GPIO_PG0
, 1, "gpio-keys: BTN0"},
568 {BTN_1
, GPIO_PG13
, 1, "gpio-keys: BTN1"},
571 static struct gpio_keys_platform_data bfin_gpio_keys_data
= {
572 .buttons
= bfin_gpio_keys_table
,
573 .nbuttons
= ARRAY_SIZE(bfin_gpio_keys_table
),
576 static struct platform_device bfin_device_gpiokeys
= {
579 .platform_data
= &bfin_gpio_keys_data
,
584 #if defined(CONFIG_SDH_BFIN) || defined(CONFIG_SDH_BFIN_MODULE)
586 static struct bfin_sd_host bfin_sdh_data
= {
588 .irq_int0
= IRQ_RSI_INT0
,
589 .pin_req
= {P_RSI_DATA0
, P_RSI_DATA1
, P_RSI_DATA2
, P_RSI_DATA3
, P_RSI_CMD
, P_RSI_CLK
, 0},
592 static struct platform_device bf51x_sdh_device
= {
596 .platform_data
= &bfin_sdh_data
,
601 static struct resource bfin_gpios_resources
= {
603 .end
= MAX_BLACKFIN_GPIOS
- 1,
604 .flags
= IORESOURCE_IRQ
,
607 static struct platform_device bfin_gpios_device
= {
608 .name
= "simple-gpio",
611 .resource
= &bfin_gpios_resources
,
614 static const unsigned int cclk_vlev_datasheet
[] =
616 VRPAIR(VLEV_100
, 400000000),
617 VRPAIR(VLEV_105
, 426000000),
618 VRPAIR(VLEV_110
, 500000000),
619 VRPAIR(VLEV_115
, 533000000),
620 VRPAIR(VLEV_120
, 600000000),
623 static struct bfin_dpmc_platform_data bfin_dmpc_vreg_data
= {
624 .tuple_tab
= cclk_vlev_datasheet
,
625 .tabsize
= ARRAY_SIZE(cclk_vlev_datasheet
),
626 .vr_settling_time
= 25 /* us */,
629 static struct platform_device bfin_dpmc
= {
632 .platform_data
= &bfin_dmpc_vreg_data
,
636 static struct platform_device
*stamp_devices
[] __initdata
= {
640 #if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
644 #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
647 #if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
648 &ksz8893m_switch_device
,
652 #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE)
657 #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
661 #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE)
662 #ifdef CONFIG_BFIN_SIR0
665 #ifdef CONFIG_BFIN_SIR1
670 #if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE)
671 &i2c_bfin_twi_device
,
674 #if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE)
675 &bfin_sport0_uart_device
,
676 &bfin_sport1_uart_device
,
679 #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
680 &bfin_device_gpiokeys
,
683 #if defined(CONFIG_SDH_BFIN) || defined(CONFIG_SDH_BFIN_MODULE)
687 #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
694 static int __init
ezbrd_init(void)
696 printk(KERN_INFO
"%s(): registering device resources\n", __func__
);
697 i2c_register_board_info(0, bfin_i2c_board_info
,
698 ARRAY_SIZE(bfin_i2c_board_info
));
699 platform_add_devices(stamp_devices
, ARRAY_SIZE(stamp_devices
));
700 spi_register_board_info(bfin_spi_board_info
, ARRAY_SIZE(bfin_spi_board_info
));
701 /* setup BF518-EZBRD GPIO pin PG11 to AMS2, PG15 to AMS3. */
702 peripheral_request(P_AMS2
, "ParaFlash");
703 #if !defined(CONFIG_SPI_BFIN) && !defined(CONFIG_SPI_BFIN_MODULE)
704 peripheral_request(P_AMS3
, "ParaFlash");
709 arch_initcall(ezbrd_init
);
711 void native_machine_restart(char *cmd
)
713 /* workaround reboot hang when booting from SPI */
714 if ((bfin_read_SYSCR() & 0x7) == 0x3)
715 bfin_reset_boot_spi_cs(P_DEFAULT_BOOT_SPI_CS
);
718 void bfin_get_ether_addr(char *addr
)
720 /* the MAC is stored in OTP memory page 0xDF */
723 u32 (*otp_read
)(u32 page
, u32 flags
, u64
*page_content
) = (void *)0xEF00001A;
725 ret
= otp_read(0xDF, 0x00, &otp_mac
);
727 char *otp_mac_p
= (char *)&otp_mac
;
728 for (ret
= 0; ret
< 6; ++ret
)
729 addr
[ret
] = otp_mac_p
[5 - ret
];
732 EXPORT_SYMBOL(bfin_get_ether_addr
);