summaryrefslogtreecommitdiff
path: root/board/freescale/ls1088a/ls1088a_qixis.h
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2017-08-31 13:42:55 +0300
committerYork Sun <york.sun@nxp.com>2017-09-11 18:01:05 +0300
commit7769776a603f76ab1b7c1478f6cf8388b3cb5464 (patch)
treeac709dd1fcb4185bb2ed865bb61c975be29e0ec0 /board/freescale/ls1088a/ls1088a_qixis.h
parente84a324ba7950e88c0df4a2c656f533c723aeaae (diff)
downloadu-boot-7769776a603f76ab1b7c1478f6cf8388b3cb5464.tar.xz
armv8: ls1088aqds: Add support of LS1088AQDS
This patch add support of LS1088AQDS platform. The LS1088A QorIQTM Development System (QDS) is a high-performance computing, evaluation, and development platform that supports the LS1088A QorIQ Architecture processor. Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1088a/ls1088a_qixis.h')
-rw-r--r--board/freescale/ls1088a/ls1088a_qixis.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/ls1088a_qixis.h b/board/freescale/ls1088a/ls1088a_qixis.h
index 9757d1b28c..4790461b47 100644
--- a/board/freescale/ls1088a/ls1088a_qixis.h
+++ b/board/freescale/ls1088a/ls1088a_qixis.h
@@ -31,4 +31,9 @@
#define QIXIS_SDCLK1_165 0x2
#define QIXIS_SDCLK1_100_SP 0x3
+#define BRDCFG4_EMISEL_MASK 0xE0
+#define BRDCFG4_EMISEL_SHIFT 5
+#define BRDCFG9_SFPTX_MASK 0x10
+#define BRDCFG9_SFPTX_SHIFT 4
+
#endif