summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1012a-frdm.dts
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2016-06-03 13:11:36 (GMT)
committerYork Sun <york.sun@nxp.com>2016-06-03 21:12:51 (GMT)
commitff78aa2ba19cda755b01818fb3caf2aca9236865 (patch)
tree1a20f4fbe5fefd89190b063ec2d06434d8ab31e6 /arch/arm/dts/fsl-ls1012a-frdm.dts
parent3b6e3898c2c68fa8340794c8abf5d47859069f98 (diff)
downloadu-boot-ff78aa2ba19cda755b01818fb3caf2aca9236865.tar.xz
armv8: ls1012a: Add support of ls1012afrdm board
QorIQ LS1012A FREEDOM (LS1012AFRDM) is a high-performance development platform, with a complete debugging environment. The LS1012AFRDM board supports the QorIQ LS1012A processor and is optimized to support the high-bandwidth DDR3L memory and a full complement of high-speed SerDes ports. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com> Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1012a-frdm.dts')
-rw-r--r--arch/arm/dts/fsl-ls1012a-frdm.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1012a-frdm.dts b/arch/arm/dts/fsl-ls1012a-frdm.dts
new file mode 100644
index 0000000..983e599
--- /dev/null
+++ b/arch/arm/dts/fsl-ls1012a-frdm.dts
@@ -0,0 +1,16 @@
+/*
+ * Device Tree file for Freescale Layerscape-1012A family SoC.
+ *
+ * Copyright 2016, Freescale Semiconductor
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/dts-v1/;
+#include "fsl-ls1012a-frdm.dtsi"
+
+/ {
+ chosen {
+ stdout-path = &duart0;
+ };
+};