2 * mackerel board support
4 * Copyright (C) 2010 Renesas Solutions Corp.
5 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
8 * Copyright (C) 2010 Magnus Damm
9 * Copyright (C) 2008 Yoshihiro Shimoda
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; version 2 of the License.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24 #include <linux/delay.h>
25 #include <linux/kernel.h>
26 #include <linux/init.h>
27 #include <linux/interrupt.h>
28 #include <linux/irq.h>
29 #include <linux/platform_device.h>
30 #include <linux/gpio.h>
31 #include <linux/input.h>
33 #include <linux/i2c.h>
34 #include <linux/leds.h>
35 #include <linux/mfd/tmio.h>
36 #include <linux/mmc/host.h>
37 #include <linux/mmc/sh_mmcif.h>
38 #include <linux/mmc/sh_mobile_sdhi.h>
39 #include <linux/mtd/mtd.h>
40 #include <linux/mtd/partitions.h>
41 #include <linux/mtd/physmap.h>
42 #include <linux/mtd/sh_flctl.h>
43 #include <linux/pinctrl/machine.h>
44 #include <linux/pinctrl/pinconf-generic.h>
45 #include <linux/platform_data/gpio_backlight.h>
46 #include <linux/pm_clock.h>
47 #include <linux/regulator/fixed.h>
48 #include <linux/regulator/machine.h>
49 #include <linux/smsc911x.h>
50 #include <linux/sh_intc.h>
51 #include <linux/tca6416_keypad.h>
52 #include <linux/usb/renesas_usbhs.h>
53 #include <linux/dma-mapping.h>
54 #include <video/sh_mobile_hdmi.h>
55 #include <video/sh_mobile_lcdc.h>
56 #include <media/sh_mobile_ceu.h>
57 #include <media/soc_camera.h>
58 #include <media/soc_camera_platform.h>
59 #include <sound/sh_fsi.h>
60 #include <sound/simple_card.h>
62 #include <mach/common.h>
63 #include <mach/irqs.h>
64 #include <mach/sh7372.h>
66 #include <asm/mach/arch.h>
67 #include <asm/mach-types.h>
72 * Address Interface BusWidth note
73 * ------------------------------------------------------------------
74 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
75 * 0x0800_0000 user area -
76 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
77 * 0x1400_0000 Ether (LAN9220) 16bit
78 * 0x1600_0000 user area - cannot use with NAND
79 * 0x1800_0000 user area -
81 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
87 * SW4 | Boot Area| Master | Remarks
88 * 1 | 2 | 3 | 4 | 5 | 6 | 8 | | Processor|
89 * ----+-----+-----+-----+-----+-----+-----+----------+----------+--------------
90 * ON | ON | OFF | ON | ON | OFF | OFF | External | System | External ROM
91 * ON | ON | ON | ON | ON | OFF | OFF | External | System | ROM Debug
92 * ON | ON | X | ON | OFF | OFF | OFF | Built-in | System | ROM Debug
93 * X | OFF | X | X | X | X | OFF | Built-in | System | MaskROM
94 * OFF | X | X | X | X | X | OFF | Built-in | System | MaskROM
95 * X | X | X | OFF | X | X | OFF | Built-in | System | MaskROM
96 * OFF | ON | OFF | X | X | OFF | ON | External | System | Standalone
97 * ON | OFF | OFF | X | X | OFF | ON | External | Realtime | Standalone
103 * SW1 | SW2 | SW7 | NOR Flash ROM
104 * bit1 | bit1 bit2 | bit1 | Memory allocation
105 * ------+------------+------+------------------
106 * OFF | ON OFF | ON | Area 0
107 * OFF | ON OFF | OFF | Area 4
114 * -----------------------
122 * SW1 | SW2 | SW7 | NAND Flash ROM
123 * bit1 | bit1 bit2 | bit2 | Memory allocation
124 * ------+------------+------+------------------
125 * OFF | ON OFF | ON | FCE 0
126 * OFF | ON OFF | OFF | FCE 1
130 * External interrupt pin settings
132 * IRQX | pin setting | device | level
133 * ------+--------------------+--------------------+-------
134 * IRQ0 | ICR1A.IRQ0SA=0010 | SDHI2 card detect | Low
135 * IRQ6 | ICR1A.IRQ6SA=0011 | Ether(LAN9220) | High
136 * IRQ7 | ICR1A.IRQ7SA=0010 | LCD Touch Panel | Low
137 * IRQ8 | ICR2A.IRQ8SA=0010 | MMC/SD card detect | Low
138 * IRQ9 | ICR2A.IRQ9SA=0010 | KEY(TCA6408) | Low
139 * IRQ21 | ICR4A.IRQ21SA=0011 | Sensor(ADXL345) | High
140 * IRQ22 | ICR4A.IRQ22SA=0011 | Sensor(AK8975) | High
146 * USB0 : CN22 : Function
147 * USB1 : CN31 : Function/Host *1
150 * ----------+---------------+-------------
151 * 1-2 short | VBUS 5V | Host
152 * open | external VBUS | Function
156 * renesas_usbhs driver can use external interrupt mode
157 * (which come from USB-PHY) or autonomy mode (it use own interrupt)
158 * for detecting connection/disconnection when Function.
159 * USB will be power OFF while it has been disconnecting
160 * if external interrupt mode, and it is always power ON if autonomy mode,
162 * mackerel can not use external interrupt (IRQ7-PORT167) mode on "USB0",
163 * because Touchscreen is using IRQ7-PORT40.
164 * It is impossible to use IRQ7 demux on this board.
178 * Power voltage : 1.8v or 3.3v
179 * J22 : select power voltage *1
184 * Please change J22 depends the card to be used.
185 * MMC's OCR field set to support either voltage for the card inserted.
188 * | bit1 | bit2 | bit3 | bit4
189 * -------------+------+------+------+-------
190 * MMC0 OFF | OFF | X | ON | X (Use MMCIF)
191 * SDHI1 OFF | ON | X | OFF | X (Use MFD_SH_MOBILE_SDHI)
205 * it needs amixer settings for playing
207 * amixer set "Headphone Enable" on
210 /* Fixed 3.3V and 1.8V regulators to be used by multiple devices */
211 static struct regulator_consumer_supply fixed1v8_power_consumers
[] =
214 * J22 on mackerel switches mmcif.0 and sdhi.1 between 1.8V and 3.3V
215 * Since we cannot support both voltages, we support the default 1.8V
217 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
218 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.1"),
219 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
220 REGULATOR_SUPPLY("vqmmc", "sh_mmcif.0"),
223 static struct regulator_consumer_supply fixed3v3_power_consumers
[] =
225 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
226 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
227 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.2"),
228 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.2"),
231 /* Dummy supplies, where voltage doesn't matter */
232 static struct regulator_consumer_supply dummy_supplies
[] = {
233 REGULATOR_SUPPLY("vddvario", "smsc911x"),
234 REGULATOR_SUPPLY("vdd33a", "smsc911x"),
238 static struct mtd_partition nor_flash_partitions
[] = {
241 .offset
= 0x00000000,
243 .mask_flags
= MTD_WRITEABLE
,
247 .offset
= MTDPART_OFS_APPEND
,
249 .mask_flags
= MTD_WRITEABLE
,
253 .offset
= MTDPART_OFS_APPEND
,
254 .size
= 8 * 1024 * 1024,
255 .mask_flags
= MTD_WRITEABLE
,
259 .offset
= MTDPART_OFS_APPEND
,
260 .size
= 8 * 1024 * 1024,
264 .offset
= MTDPART_OFS_APPEND
,
265 .size
= MTDPART_SIZ_FULL
,
269 static struct physmap_flash_data nor_flash_data
= {
271 .parts
= nor_flash_partitions
,
272 .nr_parts
= ARRAY_SIZE(nor_flash_partitions
),
275 static struct resource nor_flash_resources
[] = {
277 .start
= 0x20000000, /* CS0 shadow instead of regular CS0 */
278 .end
= 0x28000000 - 1, /* needed by USB MASK ROM boot */
279 .flags
= IORESOURCE_MEM
,
283 static struct platform_device nor_flash_device
= {
284 .name
= "physmap-flash",
286 .platform_data
= &nor_flash_data
,
288 .num_resources
= ARRAY_SIZE(nor_flash_resources
),
289 .resource
= nor_flash_resources
,
293 static struct resource smc911x_resources
[] = {
296 .end
= 0x16000000 - 1,
297 .flags
= IORESOURCE_MEM
,
299 .start
= evt2irq(0x02c0) /* IRQ6A */,
300 .flags
= IORESOURCE_IRQ
| IORESOURCE_IRQ_LOWLEVEL
,
304 static struct smsc911x_platform_config smsc911x_info
= {
305 .flags
= SMSC911X_USE_16BIT
| SMSC911X_SAVE_MAC_ADDRESS
,
306 .irq_polarity
= SMSC911X_IRQ_POLARITY_ACTIVE_LOW
,
307 .irq_type
= SMSC911X_IRQ_TYPE_PUSH_PULL
,
310 static struct platform_device smc911x_device
= {
313 .num_resources
= ARRAY_SIZE(smc911x_resources
),
314 .resource
= smc911x_resources
,
316 .platform_data
= &smsc911x_info
,
321 static struct sh_mobile_meram_info mackerel_meram_info
= {
322 .addr_mode
= SH_MOBILE_MERAM_MODE1
,
325 static struct resource meram_resources
[] = {
330 .flags
= IORESOURCE_MEM
,
336 .flags
= IORESOURCE_MEM
,
340 static struct platform_device meram_device
= {
341 .name
= "sh_mobile_meram",
343 .num_resources
= ARRAY_SIZE(meram_resources
),
344 .resource
= meram_resources
,
346 .platform_data
= &mackerel_meram_info
,
350 /* LCDC and backlight */
351 static struct fb_videomode mackerel_lcdc_modes
[] = {
353 .name
= "WVGA Panel",
366 static const struct sh_mobile_meram_cfg lcd_meram_cfg
= {
375 static struct sh_mobile_lcdc_info lcdc_info
= {
376 .meram_dev
= &mackerel_meram_info
,
377 .clock_source
= LCDC_CLK_BUS
,
379 .chan
= LCDC_CHAN_MAINLCD
,
380 .fourcc
= V4L2_PIX_FMT_RGB565
,
381 .lcd_modes
= mackerel_lcdc_modes
,
382 .num_modes
= ARRAY_SIZE(mackerel_lcdc_modes
),
383 .interface_type
= RGB24
,
390 .meram_cfg
= &lcd_meram_cfg
,
394 static struct resource lcdc_resources
[] = {
399 .flags
= IORESOURCE_MEM
,
402 .start
= intcs_evt2irq(0x580),
403 .flags
= IORESOURCE_IRQ
,
407 static struct platform_device lcdc_device
= {
408 .name
= "sh_mobile_lcdc_fb",
409 .num_resources
= ARRAY_SIZE(lcdc_resources
),
410 .resource
= lcdc_resources
,
412 .platform_data
= &lcdc_info
,
413 .coherent_dma_mask
= DMA_BIT_MASK(32),
417 static struct gpio_backlight_platform_data gpio_backlight_data
= {
418 .fbdev
= &lcdc_device
.dev
,
424 static struct platform_device gpio_backlight_device
= {
425 .name
= "gpio-backlight",
427 .platform_data
= &gpio_backlight_data
,
432 static struct sh_mobile_hdmi_info hdmi_info
= {
433 .flags
= HDMI_SND_SRC_SPDIF
,
436 static struct resource hdmi_resources
[] = {
441 .flags
= IORESOURCE_MEM
,
444 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
445 .start
= evt2irq(0x17e0),
446 .flags
= IORESOURCE_IRQ
,
450 static struct platform_device hdmi_device
= {
451 .name
= "sh-mobile-hdmi",
452 .num_resources
= ARRAY_SIZE(hdmi_resources
),
453 .resource
= hdmi_resources
,
456 .platform_data
= &hdmi_info
,
460 static const struct sh_mobile_meram_cfg hdmi_meram_cfg
= {
469 static struct sh_mobile_lcdc_info hdmi_lcdc_info
= {
470 .meram_dev
= &mackerel_meram_info
,
471 .clock_source
= LCDC_CLK_EXTERNAL
,
473 .chan
= LCDC_CHAN_MAINLCD
,
474 .fourcc
= V4L2_PIX_FMT_RGB565
,
475 .interface_type
= RGB24
,
477 .flags
= LCDC_FLAGS_DWPOL
,
478 .meram_cfg
= &hdmi_meram_cfg
,
479 .tx_dev
= &hdmi_device
,
483 static struct resource hdmi_lcdc_resources
[] = {
488 .flags
= IORESOURCE_MEM
,
491 .start
= intcs_evt2irq(0x1780),
492 .flags
= IORESOURCE_IRQ
,
496 static struct platform_device hdmi_lcdc_device
= {
497 .name
= "sh_mobile_lcdc_fb",
498 .num_resources
= ARRAY_SIZE(hdmi_lcdc_resources
),
499 .resource
= hdmi_lcdc_resources
,
502 .platform_data
= &hdmi_lcdc_info
,
503 .coherent_dma_mask
= DMA_BIT_MASK(32),
507 static struct asoc_simple_card_info fsi2_hdmi_info
= {
509 .card
= "FSI2B-HDMI",
510 .codec
= "sh-mobile-hdmi",
511 .platform
= "sh_fsi2",
514 .fmt
= SND_SOC_DAIFMT_CBM_CFM
| SND_SOC_DAIFMT_IB_NF
,
517 .name
= "sh_mobile_hdmi-hifi",
521 static struct platform_device fsi_hdmi_device
= {
522 .name
= "asoc-simple-card",
525 .platform_data
= &fsi2_hdmi_info
,
529 static void __init
hdmi_init_pm_clock(void)
531 struct clk
*hdmi_ick
= clk_get(&hdmi_device
.dev
, "ick");
535 if (IS_ERR(hdmi_ick
)) {
536 ret
= PTR_ERR(hdmi_ick
);
537 pr_err("Cannot get HDMI ICK: %d\n", ret
);
541 ret
= clk_set_parent(&sh7372_pllc2_clk
, &sh7372_dv_clki_div2_clk
);
543 pr_err("Cannot set PLLC2 parent: %d, %d users\n",
544 ret
, sh7372_pllc2_clk
.usecount
);
548 pr_debug("PLLC2 initial frequency %lu\n",
549 clk_get_rate(&sh7372_pllc2_clk
));
551 rate
= clk_round_rate(&sh7372_pllc2_clk
, 594000000);
553 pr_err("Cannot get suitable rate: %ld\n", rate
);
558 ret
= clk_set_rate(&sh7372_pllc2_clk
, rate
);
560 pr_err("Cannot set rate %ld: %d\n", rate
, ret
);
564 pr_debug("PLLC2 set frequency %lu\n", rate
);
566 ret
= clk_set_parent(hdmi_ick
, &sh7372_pllc2_clk
);
568 pr_err("Cannot set HDMI parent: %d\n", ret
);
571 if (!IS_ERR(hdmi_ick
))
575 /* USBHS0 is connected to CN22 which takes a USB Mini-B plug
577 * The sh7372 SoC has IRQ7 set aside for USBHS0 hotplug,
578 * but on this particular board IRQ7 is already used by
579 * the touch screen. This leaves us with software polling.
581 #define USBHS0_POLL_INTERVAL (HZ * 5)
583 struct usbhs_private
{
584 void __iomem
*usbphyaddr
;
585 void __iomem
*usbcrcaddr
;
586 struct renesas_usbhs_platform_info info
;
587 struct delayed_work work
;
588 struct platform_device
*pdev
;
591 #define usbhs_get_priv(pdev) \
592 container_of(renesas_usbhs_get_info(pdev), \
593 struct usbhs_private, info)
595 #define usbhs_is_connected(priv) \
596 (!((1 << 7) & __raw_readw(priv->usbcrcaddr)))
598 static int usbhs_get_vbus(struct platform_device
*pdev
)
600 return usbhs_is_connected(usbhs_get_priv(pdev
));
603 static int usbhs_phy_reset(struct platform_device
*pdev
)
605 struct usbhs_private
*priv
= usbhs_get_priv(pdev
);
608 __raw_writew(0x8a0a, priv
->usbcrcaddr
);
613 static int usbhs0_get_id(struct platform_device
*pdev
)
618 static void usbhs0_work_function(struct work_struct
*work
)
620 struct usbhs_private
*priv
= container_of(work
, struct usbhs_private
,
623 renesas_usbhs_call_notify_hotplug(priv
->pdev
);
624 schedule_delayed_work(&priv
->work
, USBHS0_POLL_INTERVAL
);
627 static int usbhs0_hardware_init(struct platform_device
*pdev
)
629 struct usbhs_private
*priv
= usbhs_get_priv(pdev
);
632 INIT_DELAYED_WORK(&priv
->work
, usbhs0_work_function
);
633 schedule_delayed_work(&priv
->work
, USBHS0_POLL_INTERVAL
);
637 static int usbhs0_hardware_exit(struct platform_device
*pdev
)
639 struct usbhs_private
*priv
= usbhs_get_priv(pdev
);
641 cancel_delayed_work_sync(&priv
->work
);
646 static struct usbhs_private usbhs0_private
= {
647 .usbcrcaddr
= IOMEM(0xe605810c), /* USBCR2 */
649 .platform_callback
= {
650 .hardware_init
= usbhs0_hardware_init
,
651 .hardware_exit
= usbhs0_hardware_exit
,
652 .phy_reset
= usbhs_phy_reset
,
653 .get_id
= usbhs0_get_id
,
654 .get_vbus
= usbhs_get_vbus
,
658 .d0_tx_id
= SHDMA_SLAVE_USB0_TX
,
659 .d1_rx_id
= SHDMA_SLAVE_USB0_RX
,
664 static struct resource usbhs0_resources
[] = {
668 .end
= 0xe68900e6 - 1,
669 .flags
= IORESOURCE_MEM
,
672 .start
= evt2irq(0x1ca0) /* USB0_USB0I0 */,
673 .flags
= IORESOURCE_IRQ
,
677 static struct platform_device usbhs0_device
= {
678 .name
= "renesas_usbhs",
681 .platform_data
= &usbhs0_private
.info
,
683 .num_resources
= ARRAY_SIZE(usbhs0_resources
),
684 .resource
= usbhs0_resources
,
687 /* USBHS1 is connected to CN31 which takes a USB Mini-AB plug
689 * Use J30 to select between Host and Function. This setting
690 * can however not be detected by software. Hotplug of USBHS1
691 * is provided via IRQ8.
693 * Current USB1 works as "USB Host".
696 * If you want to use it as "USB gadget",
698 * - modify usbhs1_get_id() USBHS_HOST -> USBHS_GADGET
699 * - add .get_vbus = usbhs_get_vbus in usbhs1_private
700 * - check usbhs0_device(pio)/usbhs1_device(irq) order in mackerel_devices.
702 #define IRQ8 evt2irq(0x0300)
703 #define USB_PHY_MODE (1 << 4)
704 #define USB_PHY_INT_EN ((1 << 3) | (1 << 2))
705 #define USB_PHY_ON (1 << 1)
706 #define USB_PHY_OFF (1 << 0)
707 #define USB_PHY_INT_CLR (USB_PHY_ON | USB_PHY_OFF)
709 static irqreturn_t
usbhs1_interrupt(int irq
, void *data
)
711 struct platform_device
*pdev
= data
;
712 struct usbhs_private
*priv
= usbhs_get_priv(pdev
);
714 dev_dbg(&pdev
->dev
, "%s\n", __func__
);
716 renesas_usbhs_call_notify_hotplug(pdev
);
719 __raw_writew(__raw_readw(priv
->usbphyaddr
) | USB_PHY_INT_CLR
,
725 static int usbhs1_hardware_init(struct platform_device
*pdev
)
727 struct usbhs_private
*priv
= usbhs_get_priv(pdev
);
730 /* clear interrupt status */
731 __raw_writew(USB_PHY_MODE
| USB_PHY_INT_CLR
, priv
->usbphyaddr
);
733 ret
= request_irq(IRQ8
, usbhs1_interrupt
, IRQF_TRIGGER_HIGH
,
734 dev_name(&pdev
->dev
), pdev
);
736 dev_err(&pdev
->dev
, "request_irq err\n");
740 /* enable USB phy interrupt */
741 __raw_writew(USB_PHY_MODE
| USB_PHY_INT_EN
, priv
->usbphyaddr
);
746 static int usbhs1_hardware_exit(struct platform_device
*pdev
)
748 struct usbhs_private
*priv
= usbhs_get_priv(pdev
);
750 /* clear interrupt status */
751 __raw_writew(USB_PHY_MODE
| USB_PHY_INT_CLR
, priv
->usbphyaddr
);
753 free_irq(IRQ8
, pdev
);
758 static int usbhs1_get_id(struct platform_device
*pdev
)
763 static u32 usbhs1_pipe_cfg
[] = {
764 USB_ENDPOINT_XFER_CONTROL
,
765 USB_ENDPOINT_XFER_ISOC
,
766 USB_ENDPOINT_XFER_ISOC
,
767 USB_ENDPOINT_XFER_BULK
,
768 USB_ENDPOINT_XFER_BULK
,
769 USB_ENDPOINT_XFER_BULK
,
770 USB_ENDPOINT_XFER_INT
,
771 USB_ENDPOINT_XFER_INT
,
772 USB_ENDPOINT_XFER_INT
,
773 USB_ENDPOINT_XFER_BULK
,
774 USB_ENDPOINT_XFER_BULK
,
775 USB_ENDPOINT_XFER_BULK
,
776 USB_ENDPOINT_XFER_BULK
,
777 USB_ENDPOINT_XFER_BULK
,
778 USB_ENDPOINT_XFER_BULK
,
779 USB_ENDPOINT_XFER_BULK
,
782 static struct usbhs_private usbhs1_private
= {
783 .usbphyaddr
= IOMEM(0xe60581e2), /* USBPHY1INTAP */
784 .usbcrcaddr
= IOMEM(0xe6058130), /* USBCR4 */
786 .platform_callback
= {
787 .hardware_init
= usbhs1_hardware_init
,
788 .hardware_exit
= usbhs1_hardware_exit
,
789 .get_id
= usbhs1_get_id
,
790 .phy_reset
= usbhs_phy_reset
,
795 .pipe_type
= usbhs1_pipe_cfg
,
796 .pipe_size
= ARRAY_SIZE(usbhs1_pipe_cfg
),
797 .d0_tx_id
= SHDMA_SLAVE_USB1_TX
,
798 .d1_rx_id
= SHDMA_SLAVE_USB1_RX
,
803 static struct resource usbhs1_resources
[] = {
807 .end
= 0xe68b00e6 - 1,
808 .flags
= IORESOURCE_MEM
,
811 .start
= evt2irq(0x1ce0) /* USB1_USB1I0 */,
812 .flags
= IORESOURCE_IRQ
,
816 static struct platform_device usbhs1_device
= {
817 .name
= "renesas_usbhs",
820 .platform_data
= &usbhs1_private
.info
,
821 .dma_mask
= &usbhs1_device
.dev
.coherent_dma_mask
,
822 .coherent_dma_mask
= DMA_BIT_MASK(32),
824 .num_resources
= ARRAY_SIZE(usbhs1_resources
),
825 .resource
= usbhs1_resources
,
829 static struct gpio_led mackerel_leds
[] = {
833 .default_state
= LEDS_GPIO_DEFSTATE_ON
,
838 .default_state
= LEDS_GPIO_DEFSTATE_ON
,
843 .default_state
= LEDS_GPIO_DEFSTATE_ON
,
848 .default_state
= LEDS_GPIO_DEFSTATE_ON
,
852 static struct gpio_led_platform_data mackerel_leds_pdata
= {
853 .leds
= mackerel_leds
,
854 .num_leds
= ARRAY_SIZE(mackerel_leds
),
857 static struct platform_device leds_device
= {
861 .platform_data
= &mackerel_leds_pdata
,
866 #define IRQ_FSI evt2irq(0x1840)
867 static struct sh_fsi_platform_info fsi_info
= {
869 .tx_id
= SHDMA_SLAVE_FSIA_TX
,
870 .rx_id
= SHDMA_SLAVE_FSIA_RX
,
873 .flags
= SH_FSI_CLK_CPG
|
878 static struct resource fsi_resources
[] = {
880 /* we need 0xFE1F0000 to access DMA
881 * instead of 0xFE3C0000 */
884 .end
= 0xFE1F0400 - 1,
885 .flags
= IORESOURCE_MEM
,
889 .flags
= IORESOURCE_IRQ
,
893 static struct platform_device fsi_device
= {
896 .num_resources
= ARRAY_SIZE(fsi_resources
),
897 .resource
= fsi_resources
,
899 .platform_data
= &fsi_info
,
903 static struct asoc_simple_card_info fsi2_ak4643_info
= {
905 .card
= "FSI2A-AK4643",
906 .codec
= "ak4642-codec.0-0013",
907 .platform
= "sh_fsi2",
908 .daifmt
= SND_SOC_DAIFMT_LEFT_J
,
911 .fmt
= SND_SOC_DAIFMT_CBS_CFS
,
914 .name
= "ak4642-hifi",
915 .fmt
= SND_SOC_DAIFMT_CBM_CFM
,
920 static struct platform_device fsi_ak4643_device
= {
921 .name
= "asoc-simple-card",
923 .platform_data
= &fsi2_ak4643_info
,
928 static struct mtd_partition nand_partition_info
[] = {
932 .size
= 128 * 1024 * 1024,
936 .offset
= MTDPART_OFS_APPEND
,
937 .size
= 256 * 1024 * 1024,
941 .offset
= MTDPART_OFS_APPEND
,
942 .size
= 128 * 1024 * 1024,
946 static struct resource nand_flash_resources
[] = {
950 .flags
= IORESOURCE_MEM
,
953 .start
= evt2irq(0x0d80), /* flstei: status error irq */
954 .flags
= IORESOURCE_IRQ
,
958 static struct sh_flctl_platform_data nand_flash_data
= {
959 .parts
= nand_partition_info
,
960 .nr_parts
= ARRAY_SIZE(nand_partition_info
),
961 .flcmncr_val
= CLK_16B_12L_4H
| TYPESEL_SET
962 | SHBUSSEL
| SEL_16BIT
| SNAND_E
,
966 static struct platform_device nand_flash_device
= {
968 .resource
= nand_flash_resources
,
969 .num_resources
= ARRAY_SIZE(nand_flash_resources
),
971 .platform_data
= &nand_flash_data
,
976 static struct sh_mobile_sdhi_info sdhi0_info
= {
977 .dma_slave_tx
= SHDMA_SLAVE_SDHI0_TX
,
978 .dma_slave_rx
= SHDMA_SLAVE_SDHI0_RX
,
979 .tmio_flags
= TMIO_MMC_USE_GPIO_CD
,
980 .tmio_caps
= MMC_CAP_SD_HIGHSPEED
| MMC_CAP_SDIO_IRQ
,
984 static struct resource sdhi0_resources
[] = {
989 .flags
= IORESOURCE_MEM
,
991 .name
= SH_MOBILE_SDHI_IRQ_SDCARD
,
992 .start
= evt2irq(0x0e20) /* SDHI0_SDHI0I1 */,
993 .flags
= IORESOURCE_IRQ
,
995 .name
= SH_MOBILE_SDHI_IRQ_SDIO
,
996 .start
= evt2irq(0x0e40) /* SDHI0_SDHI0I2 */,
997 .flags
= IORESOURCE_IRQ
,
1001 static struct platform_device sdhi0_device
= {
1002 .name
= "sh_mobile_sdhi",
1003 .num_resources
= ARRAY_SIZE(sdhi0_resources
),
1004 .resource
= sdhi0_resources
,
1007 .platform_data
= &sdhi0_info
,
1011 #if !IS_ENABLED(CONFIG_MMC_SH_MMCIF)
1014 /* GPIO 41 can trigger IRQ8, but it is used by USBHS1, we have to poll */
1015 static struct sh_mobile_sdhi_info sdhi1_info
= {
1016 .dma_slave_tx
= SHDMA_SLAVE_SDHI1_TX
,
1017 .dma_slave_rx
= SHDMA_SLAVE_SDHI1_RX
,
1018 .tmio_flags
= TMIO_MMC_WRPROTECT_DISABLE
| TMIO_MMC_USE_GPIO_CD
,
1019 .tmio_caps
= MMC_CAP_SD_HIGHSPEED
| MMC_CAP_SDIO_IRQ
|
1024 static struct resource sdhi1_resources
[] = {
1027 .start
= 0xe6860000,
1029 .flags
= IORESOURCE_MEM
,
1031 .name
= SH_MOBILE_SDHI_IRQ_SDCARD
,
1032 .start
= evt2irq(0x0ea0), /* SDHI1_SDHI1I1 */
1033 .flags
= IORESOURCE_IRQ
,
1035 .name
= SH_MOBILE_SDHI_IRQ_SDIO
,
1036 .start
= evt2irq(0x0ec0), /* SDHI1_SDHI1I2 */
1037 .flags
= IORESOURCE_IRQ
,
1041 static struct platform_device sdhi1_device
= {
1042 .name
= "sh_mobile_sdhi",
1043 .num_resources
= ARRAY_SIZE(sdhi1_resources
),
1044 .resource
= sdhi1_resources
,
1047 .platform_data
= &sdhi1_info
,
1055 * The card detect pin of the top SD/MMC slot (CN23) is active low and is
1056 * connected to GPIO SCIFB_SCK of SH7372 (GPIO 162).
1058 static struct sh_mobile_sdhi_info sdhi2_info
= {
1059 .dma_slave_tx
= SHDMA_SLAVE_SDHI2_TX
,
1060 .dma_slave_rx
= SHDMA_SLAVE_SDHI2_RX
,
1061 .tmio_flags
= TMIO_MMC_WRPROTECT_DISABLE
| TMIO_MMC_USE_GPIO_CD
,
1062 .tmio_caps
= MMC_CAP_SD_HIGHSPEED
| MMC_CAP_SDIO_IRQ
|
1067 static struct resource sdhi2_resources
[] = {
1070 .start
= 0xe6870000,
1072 .flags
= IORESOURCE_MEM
,
1074 .name
= SH_MOBILE_SDHI_IRQ_SDCARD
,
1075 .start
= evt2irq(0x1220), /* SDHI2_SDHI2I1 */
1076 .flags
= IORESOURCE_IRQ
,
1078 .name
= SH_MOBILE_SDHI_IRQ_SDIO
,
1079 .start
= evt2irq(0x1240), /* SDHI2_SDHI2I2 */
1080 .flags
= IORESOURCE_IRQ
,
1084 static struct platform_device sdhi2_device
= {
1085 .name
= "sh_mobile_sdhi",
1086 .num_resources
= ARRAY_SIZE(sdhi2_resources
),
1087 .resource
= sdhi2_resources
,
1090 .platform_data
= &sdhi2_info
,
1095 #if IS_ENABLED(CONFIG_MMC_SH_MMCIF)
1096 static struct resource sh_mmcif_resources
[] = {
1099 .start
= 0xE6BD0000,
1101 .flags
= IORESOURCE_MEM
,
1105 .start
= evt2irq(0x1ac0),
1106 .flags
= IORESOURCE_IRQ
,
1110 .start
= evt2irq(0x1ae0),
1111 .flags
= IORESOURCE_IRQ
,
1115 static struct sh_mmcif_plat_data sh_mmcif_plat
= {
1117 .caps
= MMC_CAP_4_BIT_DATA
|
1118 MMC_CAP_8_BIT_DATA
|
1120 .use_cd_gpio
= true,
1121 /* card detect pin for SD/MMC slot (CN7) */
1123 .slave_id_tx
= SHDMA_SLAVE_MMCIF_TX
,
1124 .slave_id_rx
= SHDMA_SLAVE_MMCIF_RX
,
1127 static struct platform_device sh_mmcif_device
= {
1132 .coherent_dma_mask
= 0xffffffff,
1133 .platform_data
= &sh_mmcif_plat
,
1135 .num_resources
= ARRAY_SIZE(sh_mmcif_resources
),
1136 .resource
= sh_mmcif_resources
,
1140 static int mackerel_camera_add(struct soc_camera_device
*icd
);
1141 static void mackerel_camera_del(struct soc_camera_device
*icd
);
1143 static int camera_set_capture(struct soc_camera_platform_info
*info
,
1146 return 0; /* camera sensor always enabled */
1149 static struct soc_camera_platform_info camera_info
= {
1150 .format_name
= "UYVY",
1153 .code
= V4L2_MBUS_FMT_UYVY8_2X8
,
1154 .colorspace
= V4L2_COLORSPACE_SMPTE170M
,
1155 .field
= V4L2_FIELD_NONE
,
1159 .mbus_param
= V4L2_MBUS_PCLK_SAMPLE_RISING
| V4L2_MBUS_MASTER
|
1160 V4L2_MBUS_VSYNC_ACTIVE_HIGH
| V4L2_MBUS_HSYNC_ACTIVE_HIGH
|
1161 V4L2_MBUS_DATA_ACTIVE_HIGH
,
1162 .mbus_type
= V4L2_MBUS_PARALLEL
,
1163 .set_capture
= camera_set_capture
,
1166 static struct soc_camera_link camera_link
= {
1168 .add_device
= mackerel_camera_add
,
1169 .del_device
= mackerel_camera_del
,
1170 .module_name
= "soc_camera_platform",
1171 .priv
= &camera_info
,
1174 static struct platform_device
*camera_device
;
1176 static void mackerel_camera_release(struct device
*dev
)
1178 soc_camera_platform_release(&camera_device
);
1181 static int mackerel_camera_add(struct soc_camera_device
*icd
)
1183 return soc_camera_platform_add(icd
, &camera_device
, &camera_link
,
1184 mackerel_camera_release
, 0);
1187 static void mackerel_camera_del(struct soc_camera_device
*icd
)
1189 soc_camera_platform_del(icd
, camera_device
, &camera_link
);
1192 static struct sh_mobile_ceu_info sh_mobile_ceu_info
= {
1193 .flags
= SH_CEU_FLAG_USE_8BIT_BUS
,
1198 static struct resource ceu_resources
[] = {
1201 .start
= 0xfe910000,
1203 .flags
= IORESOURCE_MEM
,
1206 .start
= intcs_evt2irq(0x880),
1207 .flags
= IORESOURCE_IRQ
,
1210 /* place holder for contiguous memory */
1214 static struct platform_device ceu_device
= {
1215 .name
= "sh_mobile_ceu",
1216 .id
= 0, /* "ceu0" clock */
1217 .num_resources
= ARRAY_SIZE(ceu_resources
),
1218 .resource
= ceu_resources
,
1220 .platform_data
= &sh_mobile_ceu_info
,
1221 .coherent_dma_mask
= 0xffffffff,
1225 static struct platform_device mackerel_camera
= {
1226 .name
= "soc-camera-pdrv",
1229 .platform_data
= &camera_link
,
1233 static struct platform_device
*mackerel_devices
[] __initdata
= {
1237 &gpio_backlight_device
,
1246 #if !IS_ENABLED(CONFIG_MMC_SH_MMCIF)
1259 /* Keypad Initialization */
1260 #define KEYPAD_BUTTON(ev_type, ev_code, act_low) \
1264 .active_low = act_low, \
1267 #define KEYPAD_BUTTON_LOW(event_code) KEYPAD_BUTTON(EV_KEY, event_code, 1)
1269 static struct tca6416_button mackerel_gpio_keys
[] = {
1270 KEYPAD_BUTTON_LOW(KEY_HOME
),
1271 KEYPAD_BUTTON_LOW(KEY_MENU
),
1272 KEYPAD_BUTTON_LOW(KEY_BACK
),
1273 KEYPAD_BUTTON_LOW(KEY_POWER
),
1276 static struct tca6416_keys_platform_data mackerel_tca6416_keys_info
= {
1277 .buttons
= mackerel_gpio_keys
,
1278 .nbuttons
= ARRAY_SIZE(mackerel_gpio_keys
),
1285 #define IRQ7 evt2irq(0x02e0)
1286 #define IRQ9 evt2irq(0x0320)
1288 static struct i2c_board_info i2c0_devices
[] = {
1290 I2C_BOARD_INFO("ak4643", 0x13),
1294 I2C_BOARD_INFO("tca6408-keys", 0x20),
1295 .platform_data
= &mackerel_tca6416_keys_info
,
1300 I2C_BOARD_INFO("st1232-ts", 0x55),
1305 #define IRQ21 evt2irq(0x32a0)
1307 static struct i2c_board_info i2c1_devices
[] = {
1310 I2C_BOARD_INFO("adxl34x", 0x53),
1315 static unsigned long pin_pulldown_conf
[] = {
1316 PIN_CONF_PACKED(PIN_CONFIG_BIAS_PULL_DOWN
, 0),
1319 static const struct pinctrl_map mackerel_pinctrl_map
[] = {
1321 PIN_MAP_MUX_GROUP_DEFAULT("1-0053", "pfc-sh7372",
1322 "intc_irq21", "intc"),
1324 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_ceu.0", "pfc-sh7372",
1325 "ceu_data_0_7", "ceu"),
1326 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_ceu.0", "pfc-sh7372",
1327 "ceu_clk_0", "ceu"),
1328 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_ceu.0", "pfc-sh7372",
1330 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_ceu.0", "pfc-sh7372",
1331 "ceu_field", "ceu"),
1333 PIN_MAP_MUX_GROUP_DEFAULT("sh_flctl.0", "pfc-sh7372",
1334 "flctl_data", "flctl"),
1335 PIN_MAP_MUX_GROUP_DEFAULT("sh_flctl.0", "pfc-sh7372",
1336 "flctl_ce0", "flctl"),
1337 PIN_MAP_MUX_GROUP_DEFAULT("sh_flctl.0", "pfc-sh7372",
1338 "flctl_ctrl", "flctl"),
1340 PIN_MAP_MUX_GROUP_DEFAULT("asoc-simple-card.0", "pfc-sh7372",
1341 "fsia_sclk_in", "fsia"),
1342 PIN_MAP_MUX_GROUP_DEFAULT("asoc-simple-card.0", "pfc-sh7372",
1343 "fsia_data_in", "fsia"),
1344 PIN_MAP_MUX_GROUP_DEFAULT("asoc-simple-card.0", "pfc-sh7372",
1345 "fsia_data_out", "fsia"),
1347 PIN_MAP_MUX_GROUP_DEFAULT("asoc-simple-card.1", "pfc-sh7372",
1348 "fsib_mclk_in", "fsib"),
1350 PIN_MAP_MUX_GROUP_DEFAULT("sh-mobile-hdmi", "pfc-sh7372",
1353 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_lcdc_fb.0", "pfc-sh7372",
1354 "lcd_data24", "lcd"),
1355 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_lcdc_fb.0", "pfc-sh7372",
1358 PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.0", "pfc-sh7372",
1359 "scifa0_data", "scifa0"),
1360 /* SCIFA2 (GT-720F GPS module) */
1361 PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.2", "pfc-sh7372",
1362 "scifa2_data", "scifa2"),
1364 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh7372",
1365 "sdhi0_data4", "sdhi0"),
1366 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh7372",
1367 "sdhi0_ctrl", "sdhi0"),
1368 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh7372",
1369 "sdhi0_wp", "sdhi0"),
1370 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh7372",
1371 "intc_irq26_1", "intc"),
1373 #if !IS_ENABLED(CONFIG_MMC_SH_MMCIF)
1374 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh7372",
1375 "sdhi1_data4", "sdhi1"),
1376 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh7372",
1377 "sdhi1_ctrl", "sdhi1"),
1380 PIN_MAP_MUX_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh7372",
1381 "mmc0_data8_0", "mmc0"),
1382 PIN_MAP_MUX_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh7372",
1383 "mmc0_ctrl_0", "mmc0"),
1386 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.2", "pfc-sh7372",
1387 "sdhi2_data4", "sdhi2"),
1388 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.2", "pfc-sh7372",
1389 "sdhi2_ctrl", "sdhi2"),
1391 PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-sh7372",
1393 PIN_MAP_MUX_GROUP_DEFAULT("smsc911x", "pfc-sh7372",
1394 "intc_irq6_0", "intc"),
1396 PIN_MAP_MUX_GROUP_DEFAULT("0-0055", "pfc-sh7372",
1397 "intc_irq7_0", "intc"),
1399 PIN_MAP_MUX_GROUP_DEFAULT("0-0020", "pfc-sh7372",
1400 "intc_irq9_0", "intc"),
1402 PIN_MAP_MUX_GROUP_DEFAULT("renesas_usbhs.0", "pfc-sh7372",
1403 "usb0_vbus", "usb0"),
1404 PIN_MAP_CONFIGS_GROUP_DEFAULT("renesas_usbhs.0", "pfc-sh7372",
1405 "usb0_vbus", pin_pulldown_conf
),
1407 PIN_MAP_MUX_GROUP_DEFAULT("renesas_usbhs.1", "pfc-sh7372",
1408 "usb1_vbus", "usb1"),
1409 PIN_MAP_CONFIGS_GROUP_DEFAULT("renesas_usbhs.1", "pfc-sh7372",
1410 "usb1_vbus", pin_pulldown_conf
),
1411 PIN_MAP_MUX_GROUP_DEFAULT("renesas_usbhs.1", "pfc-sh7372",
1412 "usb1_otg_id_0", "usb1"),
1415 #define GPIO_PORT9CR IOMEM(0xE6051009)
1416 #define GPIO_PORT10CR IOMEM(0xE605100A)
1417 #define SRCR4 IOMEM(0xe61580bc)
1418 #define USCCR1 IOMEM(0xE6058144)
1419 static void __init
mackerel_init(void)
1421 struct pm_domain_device domain_devices
[] = {
1422 { "A4LC", &lcdc_device
, },
1423 { "A4LC", &hdmi_lcdc_device
, },
1424 { "A4LC", &meram_device
, },
1425 { "A4MP", &fsi_device
, },
1426 { "A3SP", &usbhs0_device
, },
1427 { "A3SP", &usbhs1_device
, },
1428 { "A3SP", &nand_flash_device
, },
1429 { "A3SP", &sdhi0_device
, },
1430 #if !IS_ENABLED(CONFIG_MMC_SH_MMCIF)
1431 { "A3SP", &sdhi1_device
, },
1433 { "A3SP", &sh_mmcif_device
, },
1435 { "A3SP", &sdhi2_device
, },
1436 { "A4R", &ceu_device
, },
1441 regulator_register_always_on(0, "fixed-1.8V", fixed1v8_power_consumers
,
1442 ARRAY_SIZE(fixed1v8_power_consumers
), 1800000);
1443 regulator_register_always_on(1, "fixed-3.3V", fixed3v3_power_consumers
,
1444 ARRAY_SIZE(fixed3v3_power_consumers
), 3300000);
1445 regulator_register_fixed(2, dummy_supplies
, ARRAY_SIZE(dummy_supplies
));
1447 /* External clock source */
1448 clk_set_rate(&sh7372_dv_clki_clk
, 27000000);
1450 pinctrl_register_mappings(mackerel_pinctrl_map
,
1451 ARRAY_SIZE(mackerel_pinctrl_map
));
1452 sh7372_pinmux_init();
1454 gpio_request_one(151, GPIOF_OUT_INIT_HIGH
, NULL
); /* LCDDON */
1456 /* FSI2 port A (ak4643) */
1457 gpio_request_one(161, GPIOF_OUT_INIT_LOW
, NULL
); /* slave */
1459 gpio_request(9, NULL
);
1460 gpio_request(10, NULL
);
1461 gpio_direction_none(GPIO_PORT9CR
); /* FSIAOBT needs no direction */
1462 gpio_direction_none(GPIO_PORT10CR
); /* FSIAOLR needs no direction */
1464 intc_set_priority(IRQ_FSI
, 3); /* irq priority FSI(3) > SMSC911X(2) */
1466 /* FSI2 port B (HDMI) */
1467 __raw_writew(__raw_readw(USCCR1
) & ~(1 << 6), USCCR1
); /* use SPDIF */
1469 /* set SPU2 clock to 119.6 MHz */
1470 clk
= clk_get(NULL
, "spu_clk");
1472 clk_set_rate(clk
, clk_round_rate(clk
, 119600000));
1477 irq_set_irq_type(IRQ9
, IRQ_TYPE_LEVEL_HIGH
);
1480 irq_set_irq_type(IRQ7
, IRQ_TYPE_LEVEL_LOW
);
1483 irq_set_irq_type(IRQ21
, IRQ_TYPE_LEVEL_HIGH
);
1485 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1486 srcr4
= __raw_readl(SRCR4
);
1487 __raw_writel(srcr4
| (1 << 13), SRCR4
);
1489 __raw_writel(srcr4
& ~(1 << 13), SRCR4
);
1491 i2c_register_board_info(0, i2c0_devices
,
1492 ARRAY_SIZE(i2c0_devices
));
1493 i2c_register_board_info(1, i2c1_devices
,
1494 ARRAY_SIZE(i2c1_devices
));
1496 sh7372_add_standard_devices();
1498 platform_add_devices(mackerel_devices
, ARRAY_SIZE(mackerel_devices
));
1500 rmobile_add_devices_to_domains(domain_devices
,
1501 ARRAY_SIZE(domain_devices
));
1503 hdmi_init_pm_clock();
1505 pm_clk_add(&fsi_device
.dev
, "spu2");
1506 pm_clk_add(&hdmi_lcdc_device
.dev
, "hdmi");
1509 static const char *mackerel_boards_compat_dt
[] __initdata
= {
1514 DT_MACHINE_START(MACKEREL_DT
, "mackerel")
1515 .map_io
= sh7372_map_io
,
1516 .init_early
= sh7372_add_early_devices
,
1517 .init_irq
= sh7372_init_irq
,
1518 .handle_irq
= shmobile_handle_irq_intc
,
1519 .init_machine
= mackerel_init
,
1520 .init_late
= sh7372_pm_init_late
,
1521 .init_time
= sh7372_earlytimer_init
,
1522 .dt_compat
= mackerel_boards_compat_dt
,