summaryrefslogtreecommitdiff
path: root/examples/imx7d_sdb_m4/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7d_sdb_m4/board.h')
-rw-r--r--examples/imx7d_sdb_m4/board.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/imx7d_sdb_m4/board.h b/examples/imx7d_sdb_m4/board.h
index e27840d..7cbb0e4 100644
--- a/examples/imx7d_sdb_m4/board.h
+++ b/examples/imx7d_sdb_m4/board.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, Freescale Semiconductor, Inc.
+ * Copyright (c) 2015-2016, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
@@ -128,6 +128,9 @@
/* GPC information for this board*/
#define BOARD_GPC_BASEADDR GPC
+/* SIM_WAKEUP CG information*/
+#define BOARD_SIM_WAKEUP_CCGR ccmCcgrGateSimWakeup
+
#if defined(__cplusplus)
extern "C" {
#endif /* __cplusplus */