diff options
author | Chunyan Zhang <chunyan.zhang@spreadtrum.com> | 2015-01-28 12:08:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-02 19:11:28 +0100 |
commit | e570f6bca4a5d23a4cff4746257fb06666d1d8d4 (patch) | |
tree | de20788e32d09163f0b230c3d633990cf0a399a0 /Documentation/devicetree/bindings/serial/sprd-uart.txt | |
parent | serial: samsung: remove redundant interrupt enabling (diff) | |
download | linux-e570f6bca4a5d23a4cff4746257fb06666d1d8d4.tar.xz linux-e570f6bca4a5d23a4cff4746257fb06666d1d8d4.zip |
Documentation: DT: Add bindings for Spreadtrum SoC Platform
Adds Spreadtrum's prefix "sprd" to vendor-prefixes file.
Adds the devicetree binding documentations for Spreadtrum's sc9836-uart
and SC9836 SoC based on the Sharkl64 Platform which is a 64-bit SoC
Platform of Spreadtrum.
Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/sprd-uart.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/sprd-uart.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/sprd-uart.txt b/Documentation/devicetree/bindings/serial/sprd-uart.txt new file mode 100644 index 000000000000..2aff0f22c9fa --- /dev/null +++ b/Documentation/devicetree/bindings/serial/sprd-uart.txt @@ -0,0 +1,7 @@ +* Spreadtrum serial UART + +Required properties: +- compatible: must be "sprd,sc9836-uart" +- reg: offset and length of the register set for the device +- interrupts: exactly one interrupt specifier +- clocks: phandles to input clocks. |