diff options
author | Lucile Quirion <lucile.quirion@savoirfairelinux.com> | 2016-08-09 17:15:43 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-15 15:28:42 +0200 |
commit | 1a7723b1ec42767396ce5001a63cf89e11201598 (patch) | |
tree | eb48a145d592ed66f247256a39c2058e0c71eeb4 /Documentation | |
parent | ARM: dts: imx: ventana: add RS485 txen gpio support (diff) | |
download | linux-1a7723b1ec42767396ce5001a63cf89e11201598.tar.xz linux-1a7723b1ec42767396ce5001a63cf89e11201598.zip |
of: documentation: add bindings documentation for TS-4900
This adds the documentation for the TS-4900 by Technologic Systems.
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/technologic.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/technologic.txt b/Documentation/devicetree/bindings/arm/technologic.txt index 842298894cf0..33797acad846 100644 --- a/Documentation/devicetree/bindings/arm/technologic.txt +++ b/Documentation/devicetree/bindings/arm/technologic.txt @@ -4,3 +4,9 @@ Technologic Systems Platforms Device Tree Bindings TS-4800 board Required root node properties: - compatible = "technologic,imx51-ts4800", "fsl,imx51"; + +TS-4900 is a System-on-Module based on the Freescale i.MX6 System-on-Chip. +It can be mounted on a carrier board providing additional peripheral connectors. +Required root node properties: + - compatible = "technologic,imx6dl-ts4900", "fsl,imx6dl" + - compatible = "technologic,imx6q-ts4900", "fsl,imx6q" |