summaryrefslogtreecommitdiff
path: root/examples/imx7d_sdb_m4/board.h
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-07-18 13:12:11 -0700
committerStefan Agner <stefan@agner.ch>2016-08-09 14:53:37 -0700
commitcd6c66301a83dde9ad4eaf675459a0348f4732cf (patch)
treeb979a88a80abded65470b80d88c351b5bc11ff9c /examples/imx7d_sdb_m4/board.h
parent21d6d84123de8e6e2ebdf5543b530403951b3059 (diff)
resync with FreeRTOS_iMX7D_1.0.1 GAColibri_iMX7_M4_FreeRTOS_V1.0.1_20160810
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 */