S3C2412.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. S3C2412 ARM Linux Overview
  2. ==========================
  3. Introduction
  4. ------------
  5. The S3C2412 is part of the S3C24XX range of ARM9 System-on-Chip CPUs
  6. from Samsung. This part has an ARM926-EJS core, capable of running up
  7. to 266MHz (see data-sheet for more information)
  8. Clock
  9. -----
  10. The core clock code provides a set of clocks to the drivers, and allows
  11. for source selection and a number of other features.
  12. Power
  13. -----
  14. No support for suspend/resume to RAM in the current system.
  15. DMA
  16. ---
  17. No current support for DMA.
  18. GPIO
  19. ----
  20. There is support for setting the GPIO to input/output/special function
  21. and reading or writing to them.
  22. UART
  23. ----
  24. The UART hardware is similar to the S3C2440, and is supported by the
  25. s3c2410 driver in the drivers/serial directory.
  26. NAND
  27. ----
  28. The NAND hardware is similar to the S3C2440, and is supported by the
  29. s3c2410 driver in the drivers/mtd/nand directory.
  30. USB Host
  31. --------
  32. The USB hardware is similar to the S3C2410, with extended clock source
  33. control. The OHCI portion is supported by the ohci-s3c2410 driver, and
  34. the clock control selection is supported by the core clock code.
  35. USB Device
  36. ----------
  37. No current support in the kernel
  38. IRQs
  39. ----
  40. All the standard, and external interrupt sources are supported. The
  41. extra sub-sources are not yet supported.
  42. RTC
  43. ---
  44. The RTC hardware is similar to the S3C2410, and is supported by the
  45. s3c2410-rtc driver.
  46. Watchdog
  47. --------
  48. The watchdog hardware is the same as the S3C2410, and is supported by
  49. the s3c2410_wdt driver.
  50. MMC/SD/SDIO
  51. -----------
  52. No current support for the MMC/SD/SDIO block.
  53. IIC
  54. ---
  55. The IIC hardware is the same as the S3C2410, and is supported by the
  56. i2c-s3c24xx driver.
  57. IIS
  58. ---
  59. No current support for the IIS interface.
  60. SPI
  61. ---
  62. No current support for the SPI interfaces.
  63. ATA
  64. ---
  65. No current support for the on-board ATA block.
  66. Document Author
  67. ---------------
  68. Ben Dooks, Copyright 2006 Simtec Electronics