Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 1 | /* |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 2 | * Samsung's EXYNOS4 flattened device tree enabled machine |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 3 | * |
| 4 | * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. |
| 5 | * http://www.samsung.com |
| 6 | * Copyright (c) 2010-2011 Linaro Ltd. |
| 7 | * www.linaro.org |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 as |
| 11 | * published by the Free Software Foundation. |
| 12 | */ |
| 13 | |
| 14 | #include <linux/of_platform.h> |
| 15 | #include <linux/serial_core.h> |
| 16 | |
| 17 | #include <asm/mach/arch.h> |
Karol Lewandowski | 35bded8 | 2012-02-08 11:42:39 +0900 | [diff] [blame] | 18 | #include <asm/hardware/gic.h> |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 19 | #include <mach/map.h> |
| 20 | |
| 21 | #include <plat/cpu.h> |
| 22 | #include <plat/regs-serial.h> |
Karol Lewandowski | 35bded8 | 2012-02-08 11:42:39 +0900 | [diff] [blame] | 23 | |
| 24 | #include "common.h" |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 25 | |
| 26 | /* |
| 27 | * The following lookup table is used to override device names when devices |
| 28 | * are registered from device tree. This is temporarily added to enable |
| 29 | * device tree support addition for the Exynos4 architecture. |
| 30 | * |
| 31 | * For drivers that require platform data to be provided from the machine |
| 32 | * file, a platform data pointer can also be supplied along with the |
| 33 | * devices names. Usually, the platform data elements that cannot be parsed |
| 34 | * from the device tree by the drivers (example: function pointers) are |
| 35 | * supplied. But it should be noted that this is a temporary mechanism and |
| 36 | * at some point, the drivers should be capable of parsing all the platform |
| 37 | * data from the device tree. |
| 38 | */ |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 39 | static const struct of_dev_auxdata exynos4_auxdata_lookup[] __initconst = { |
Tushar Behera | efd5af0 | 2012-03-07 05:14:07 -0800 | [diff] [blame] | 40 | OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART0, |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 41 | "exynos4210-uart.0", NULL), |
Tushar Behera | efd5af0 | 2012-03-07 05:14:07 -0800 | [diff] [blame] | 42 | OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART1, |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 43 | "exynos4210-uart.1", NULL), |
Tushar Behera | efd5af0 | 2012-03-07 05:14:07 -0800 | [diff] [blame] | 44 | OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART2, |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 45 | "exynos4210-uart.2", NULL), |
Tushar Behera | efd5af0 | 2012-03-07 05:14:07 -0800 | [diff] [blame] | 46 | OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART3, |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 47 | "exynos4210-uart.3", NULL), |
| 48 | OF_DEV_AUXDATA("samsung,exynos4210-sdhci", EXYNOS4_PA_HSMMC(0), |
| 49 | "exynos4-sdhci.0", NULL), |
| 50 | OF_DEV_AUXDATA("samsung,exynos4210-sdhci", EXYNOS4_PA_HSMMC(1), |
| 51 | "exynos4-sdhci.1", NULL), |
| 52 | OF_DEV_AUXDATA("samsung,exynos4210-sdhci", EXYNOS4_PA_HSMMC(2), |
| 53 | "exynos4-sdhci.2", NULL), |
| 54 | OF_DEV_AUXDATA("samsung,exynos4210-sdhci", EXYNOS4_PA_HSMMC(3), |
| 55 | "exynos4-sdhci.3", NULL), |
| 56 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(0), |
| 57 | "s3c2440-i2c.0", NULL), |
Tomasz Figa | 6cc8896 | 2012-09-21 10:21:35 +0900 | [diff] [blame] | 58 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(1), |
| 59 | "s3c2440-i2c.1", NULL), |
| 60 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(2), |
| 61 | "s3c2440-i2c.2", NULL), |
| 62 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(3), |
| 63 | "s3c2440-i2c.3", NULL), |
| 64 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(4), |
| 65 | "s3c2440-i2c.4", NULL), |
| 66 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(5), |
| 67 | "s3c2440-i2c.5", NULL), |
| 68 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(6), |
| 69 | "s3c2440-i2c.6", NULL), |
| 70 | OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(7), |
| 71 | "s3c2440-i2c.7", NULL), |
Thomas Abraham | d40af36 | 2012-07-14 10:54:26 +0900 | [diff] [blame] | 72 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS4_PA_SPI0, |
| 73 | "exynos4210-spi.0", NULL), |
| 74 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS4_PA_SPI1, |
| 75 | "exynos4210-spi.1", NULL), |
| 76 | OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS4_PA_SPI2, |
| 77 | "exynos4210-spi.2", NULL), |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 78 | OF_DEV_AUXDATA("arm,pl330", EXYNOS4_PA_PDMA0, "dma-pl330.0", NULL), |
| 79 | OF_DEV_AUXDATA("arm,pl330", EXYNOS4_PA_PDMA1, "dma-pl330.1", NULL), |
| 80 | {}, |
| 81 | }; |
| 82 | |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 83 | static void __init exynos4_dt_map_io(void) |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 84 | { |
Karol Lewandowski | 35bded8 | 2012-02-08 11:42:39 +0900 | [diff] [blame] | 85 | exynos_init_io(NULL, 0); |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 86 | s3c24xx_init_clocks(24000000); |
| 87 | } |
| 88 | |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 89 | static void __init exynos4_dt_machine_init(void) |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 90 | { |
| 91 | of_platform_populate(NULL, of_default_bus_match_table, |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 92 | exynos4_auxdata_lookup, NULL); |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 93 | } |
| 94 | |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 95 | static char const *exynos4_dt_compat[] __initdata = { |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 96 | "samsung,exynos4210", |
| 97 | NULL |
| 98 | }; |
| 99 | |
| 100 | DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") |
| 101 | /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */ |
Tomasz Figa | 61ef3c0 | 2012-10-22 08:16:44 +0900 | [diff] [blame] | 102 | .smp = smp_ops(exynos_smp_ops), |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 103 | .init_irq = exynos4_init_irq, |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 104 | .map_io = exynos4_dt_map_io, |
Karol Lewandowski | 35bded8 | 2012-02-08 11:42:39 +0900 | [diff] [blame] | 105 | .handle_irq = gic_handle_irq, |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 106 | .init_machine = exynos4_dt_machine_init, |
Shawn Guo | bb13fab | 2012-04-26 10:35:40 +0800 | [diff] [blame] | 107 | .init_late = exynos_init_late, |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 108 | .timer = &exynos4_timer, |
Tomasz Figa | 3579a582 | 2012-09-21 10:13:29 +0900 | [diff] [blame] | 109 | .dt_compat = exynos4_dt_compat, |
Karol Lewandowski | 35bded8 | 2012-02-08 11:42:39 +0900 | [diff] [blame] | 110 | .restart = exynos4_restart, |
Thomas Abraham | 6b5ab4f | 2011-11-06 21:54:27 +0530 | [diff] [blame] | 111 | MACHINE_END |