samsung_uart.txt 455 B

123456789101112131415
  1. * Samsung's UART Controller
  2. The Samsung's UART controller is used for interfacing SoC with serial communicaion
  3. devices.
  4. Required properties:
  5. - compatible: should be
  6. - "samsung,exynos4210-uart", for UART's compatible with Exynos4210 uart ports.
  7. - reg: base physical address of the controller and length of memory mapped
  8. region.
  9. - interrupts: interrupt number to the cpu. The interrupt specifier format depends
  10. on the interrupt controller parent.