diff options
author | Harninder Rai <harninder.rai@nxp.com> | 2016-11-09 19:04:11 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-29 03:09:29 +0100 |
commit | 6d3db2f79b8317853d65569973f54cc9e3fffc46 (patch) | |
tree | 529f01bb750c03ef1af186a3ffb4188f392a9c77 /Documentation | |
parent | arm64: dts: ls1046a: Add TMU device tree support (diff) | |
download | linux-6d3db2f79b8317853d65569973f54cc9e3fffc46.tar.xz linux-6d3db2f79b8317853d65569973f54cc9e3fffc46.zip |
Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.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/fsl.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index d6ee9c6e1dbb..3b01338c7c29 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -139,6 +139,22 @@ Example: Freescale ARMv8 based Layerscape SoC family Device Tree Bindings ---------------------------------------------------------------- +LS1012A SoC +Required root node properties: + - compatible = "fsl,ls1012a"; + +LS1012A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a"; + +LS1012A ARMv8 based FRDM Board +Required root node properties: + - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a"; + +LS1012A ARMv8 based QDS Board +Required root node properties: + - compatible = "fsl,ls1012a-qds", "fsl,ls1012a"; + LS1043A SoC Required root node properties: - compatible = "fsl,ls1043a"; |