mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
26c919e1d3
Add device tree based discovery support for Samsung's uart controller. Cc: Ben Dooks <ben-linux@fluff.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
* Samsung's UART Controller
|
|
|
|
The Samsung's UART controller is used for interfacing SoC with serial communicaion
|
|
devices.
|
|
|
|
Required properties:
|
|
- compatible: should be
|
|
- "samsung,exynos4210-uart", for UART's compatible with Exynos4210 uart ports.
|
|
|
|
- reg: base physical address of the controller and length of memory mapped
|
|
region.
|
|
|
|
- interrupts: interrupt number to the cpu. The interrupt specifier format depends
|
|
on the interrupt controller parent.
|