diff options
author | Yoshinori Sato | 2016-04-18 16:51:04 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2016-07-09 05:51:57 +0900 |
commit | 359787cfe48b066ba96b1062a1a85772464939d6 (patch) | |
tree | d881c037cc41b948d185dc545d3d00a6738a32ac /doc | |
parent | 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1 (diff) |
serial_sh: Device Tree support
Add Device Tree bindings.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/serial/sh.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/serial/sh.txt b/doc/device-tree-bindings/serial/sh.txt new file mode 100644 index 00000000000..b23b1350462 --- /dev/null +++ b/doc/device-tree-bindings/serial/sh.txt @@ -0,0 +1,6 @@ +* Renesas SCI serial interface + +Required properties: +- compatible: must be "renesas,scif" or "renesas,scifa" +- reg: exactly one register range with length +- clock: input clock frequency for the SCI unit |