Signed-off-by: Eric Nelson <[email protected]>
---
No changes in V2
Documentation/devicetree/bindings/misc/ti-st.txt | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 Documentation/devicetree/bindings/misc/ti-st.txt
diff --git a/Documentation/devicetree/bindings/misc/ti-st.txt
b/Documentation/devicetree/bindings/misc/ti-st.txt
new file mode 100644
index 0000000..a1948d9
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/ti-st.txt
@@ -0,0 +1,17 @@
+TI Shared-transport driver (a.k.a. kim)
+
+Required properties:
+- compatible : kim
+- nshutdown_gpio : gpio name and polarity
+- dev_name : uart used for communication
+- flow_cntrl : 1 if RTS/CTS hardware flow control is available
+- baud_rate : baud rate for the UART
+
+Example (from am355x-evm):
+ kim {
+ compatible = "kim";
+ nshutdown_gpio = <&gpio3 21 GPIO_ACTIVE_LOW>;
+ dev_name = "/dev/ttyS1";
+ flow_cntrl = <1>;
+ baud_rate = <3000000>;
+ };
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html