mach-exynos5-dt.c 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /*
  2. * SAMSUNG EXYNOS5250 Flattened Device Tree enabled machine
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #include <linux/of_platform.h>
  12. #include <linux/serial_core.h>
  13. #include <linux/memblock.h>
  14. #include <linux/of_fdt.h>
  15. #include <asm/mach/arch.h>
  16. #include <asm/hardware/gic.h>
  17. #include <mach/map.h>
  18. #include <plat/cpu.h>
  19. #include <plat/regs-serial.h>
  20. #include <plat/mfc.h>
  21. #include "common.h"
  22. /*
  23. * The following lookup table is used to override device names when devices
  24. * are registered from device tree. This is temporarily added to enable
  25. * device tree support addition for the EXYNOS5 architecture.
  26. *
  27. * For drivers that require platform data to be provided from the machine
  28. * file, a platform data pointer can also be supplied along with the
  29. * devices names. Usually, the platform data elements that cannot be parsed
  30. * from the device tree by the drivers (example: function pointers) are
  31. * supplied. But it should be noted that this is a temporary mechanism and
  32. * at some point, the drivers should be capable of parsing all the platform
  33. * data from the device tree.
  34. */
  35. static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = {
  36. OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS5_PA_UART0,
  37. "exynos4210-uart.0", NULL),
  38. OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS5_PA_UART1,
  39. "exynos4210-uart.1", NULL),
  40. OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS5_PA_UART2,
  41. "exynos4210-uart.2", NULL),
  42. OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS5_PA_UART3,
  43. "exynos4210-uart.3", NULL),
  44. OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS5_PA_IIC(0),
  45. "s3c2440-i2c.0", NULL),
  46. OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS5_PA_IIC(1),
  47. "s3c2440-i2c.1", NULL),
  48. OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI0,
  49. "dw_mmc.0", NULL),
  50. OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI1,
  51. "dw_mmc.1", NULL),
  52. OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI2,
  53. "dw_mmc.2", NULL),
  54. OF_DEV_AUXDATA("samsung,exynos5250-dw-mshc", EXYNOS5_PA_DWMCI3,
  55. "dw_mmc.3", NULL),
  56. OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI0,
  57. "exynos4210-spi.0", NULL),
  58. OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI1,
  59. "exynos4210-spi.1", NULL),
  60. OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS5_PA_SPI2,
  61. "exynos4210-spi.2", NULL),
  62. OF_DEV_AUXDATA("arm,pl330", EXYNOS5_PA_PDMA0, "dma-pl330.0", NULL),
  63. OF_DEV_AUXDATA("arm,pl330", EXYNOS5_PA_PDMA1, "dma-pl330.1", NULL),
  64. OF_DEV_AUXDATA("arm,pl330", EXYNOS5_PA_MDMA1, "dma-pl330.2", NULL),
  65. OF_DEV_AUXDATA("samsung,exynos5-gsc", EXYNOS5_PA_GSC0,
  66. "exynos-gsc.0", NULL),
  67. OF_DEV_AUXDATA("samsung,exynos5-gsc", EXYNOS5_PA_GSC1,
  68. "exynos-gsc.1", NULL),
  69. OF_DEV_AUXDATA("samsung,exynos5-gsc", EXYNOS5_PA_GSC2,
  70. "exynos-gsc.2", NULL),
  71. OF_DEV_AUXDATA("samsung,exynos5-gsc", EXYNOS5_PA_GSC3,
  72. "exynos-gsc.3", NULL),
  73. OF_DEV_AUXDATA("samsung,mfc-v6", 0x11000000, "s5p-mfc-v6", NULL),
  74. OF_DEV_AUXDATA("samsung,exynos5250-tmu", 0x10060000,
  75. "exynos-tmu", NULL),
  76. {},
  77. };
  78. static void __init exynos5250_dt_map_io(void)
  79. {
  80. exynos_init_io(NULL, 0);
  81. s3c24xx_init_clocks(24000000);
  82. }
  83. static void __init exynos5250_dt_machine_init(void)
  84. {
  85. of_platform_populate(NULL, of_default_bus_match_table,
  86. exynos5250_auxdata_lookup, NULL);
  87. }
  88. static char const *exynos5250_dt_compat[] __initdata = {
  89. "samsung,exynos5250",
  90. NULL
  91. };
  92. static void __init exynos5_reserve(void)
  93. {
  94. struct s5p_mfc_dt_meminfo mfc_mem;
  95. /* Reserve memory for MFC only if it's available */
  96. mfc_mem.compatible = "samsung,mfc-v6";
  97. if (of_scan_flat_dt(s5p_fdt_find_mfc_mem, &mfc_mem))
  98. s5p_mfc_reserve_mem(mfc_mem.roff, mfc_mem.rsize, mfc_mem.loff,
  99. mfc_mem.lsize);
  100. }
  101. DT_MACHINE_START(EXYNOS5_DT, "SAMSUNG EXYNOS5 (Flattened Device Tree)")
  102. /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
  103. .init_irq = exynos5_init_irq,
  104. .smp = smp_ops(exynos_smp_ops),
  105. .map_io = exynos5250_dt_map_io,
  106. .handle_irq = gic_handle_irq,
  107. .init_machine = exynos5250_dt_machine_init,
  108. .init_late = exynos_init_late,
  109. .timer = &exynos4_timer,
  110. .dt_compat = exynos5250_dt_compat,
  111. .restart = exynos5_restart,
  112. .reserve = exynos5_reserve,
  113. MACHINE_END