diff options
author | Olof Johansson <olof@lixom.net> | 2011-12-19 21:06:39 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-19 21:06:39 -0800 |
commit | 6b6fa98c3e6d29eb7b515d807139590a27e6b9b0 (patch) | |
tree | 51c16913c15b52f06f0f4b5b721226e8885e3663 /Documentation/devicetree/bindings/serial/omap_serial.txt | |
parent | fe5d3e887e3f9d0a97e5b8df968ab84a12128495 (diff) | |
parent | cf3c79de2b90711a32ce767f7fab2da05966db3c (diff) | |
download | kernel_goldelico_gta04-6b6fa98c3e6d29eb7b515d807139590a27e6b9b0.zip kernel_goldelico_gta04-6b6fa98c3e6d29eb7b515d807139590a27e6b9b0.tar.gz kernel_goldelico_gta04-6b6fa98c3e6d29eb7b515d807139590a27e6b9b0.tar.bz2 |
Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into omap/uart
Diffstat (limited to 'Documentation/devicetree/bindings/serial/omap_serial.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/omap_serial.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/omap_serial.txt b/Documentation/devicetree/bindings/serial/omap_serial.txt new file mode 100644 index 0000000..342eedd --- /dev/null +++ b/Documentation/devicetree/bindings/serial/omap_serial.txt @@ -0,0 +1,10 @@ +OMAP UART controller + +Required properties: +- compatible : should be "ti,omap2-uart" for OMAP2 controllers +- compatible : should be "ti,omap3-uart" for OMAP3 controllers +- compatible : should be "ti,omap4-uart" for OMAP4 controllers +- ti,hwmods : Must be "uart<n>", n being the instance number (1-based) + +Optional properties: +- clock-frequency : frequency of the clock input to the UART |