[PATCH 5/5] dt: fsl-mxs-auart.txt: Add documentation for mxs-auart binding

Fabio Estevam festevam at gmail.com
Thu Jun 14 23:33:05 EDT 2012


From: Fabio Estevam <fabio.estevam at freescale.com>

Add documentation for mxs-auart binding.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 .../bindings/tty/serial/fsl-mxs-auart.txt          |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/tty/serial/fsl-mxs-auart.txt

diff --git a/Documentation/devicetree/bindings/tty/serial/fsl-mxs-auart.txt b/Documentation/devicetree/bindings/tty/serial/fsl-mxs-auart.txt
new file mode 100644
index 0000000..f529bb7
--- /dev/null
+++ b/Documentation/devicetree/bindings/tty/serial/fsl-mxs-auart.txt
@@ -0,0 +1,14 @@
+* Freescale MXS Application UART (AUART)
+
+Required properties:
+- compatible : Should be "fsl,mxs-uart"
+- reg : Address and length of the register set for the device
+- interrupts : Should contain the auart interrupt
+
+Example:
+auart0: serial at 8006a000 {
+	compatible = "fsl,mxs-auart";
+	reg = <0x8006a000 0x2000>;
+	interrupts = <112 70 71>;
+};
+
-- 
1.7.1




More information about the linux-arm-kernel mailing list