diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-01-25 02:42:50 +0530 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-27 15:04:48 -0800 |
commit | b4b3c85573079159d819fffab83316a286de5f45 (patch) | |
tree | cfc664a9811198a05ad37af1cdf48c728a18c491 /Documentation | |
parent | ce4ee5806f15d171be4ba7f54d01fedb49baea66 (diff) | |
download | linux-b4b3c85573079159d819fffab83316a286de5f45.tar.gz linux-b4b3c85573079159d819fffab83316a286de5f45.tar.bz2 linux-b4b3c85573079159d819fffab83316a286de5f45.zip |
Documentation: DT: Add entry for FSL LS2085A SoC and Simulator model
This patch adds a devicetree binding documentation for FSL's
LS2085A SoC and Simulator model.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index c830b5b65882..a5462b6b3c30 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -124,3 +124,11 @@ Example: compatible = "fsl,ls1021a-dcfg"; reg = <0x0 0x1ee0000 0x0 0x10000>; }; + +Freescale LS2085A SoC Device Tree Bindings +------------------------------------------ + +LS2085A ARMv8 based Simulator model +Required root node properties: + - compatible = "fsl,ls2085a-simu", "fsl,ls2085a"; + |