summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/chip.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-24 21:06:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-24 21:06:56 +0000
commit33ae7e7fbbc64bfd16171ea39d81eb821fe73e5b (patch)
tree41df54331ddea878c2b66ab185edd402cae29b2d /nuttx/arch/arm/src/dm320/chip.h
parentc6301a40c693eb52c023162106101d9459432390 (diff)
downloadpx4-nuttx-33ae7e7fbbc64bfd16171ea39d81eb821fe73e5b.tar.gz
px4-nuttx-33ae7e7fbbc64bfd16171ea39d81eb821fe73e5b.tar.bz2
px4-nuttx-33ae7e7fbbc64bfd16171ea39d81eb821fe73e5b.zip
Add AHB and USB register defns for DM320
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@952 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/dm320/chip.h')
-rw-r--r--nuttx/arch/arm/src/dm320/chip.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/dm320/chip.h b/nuttx/arch/arm/src/dm320/chip.h
index 51a67e2fd..27c8be635 100644
--- a/nuttx/arch/arm/src/dm320/chip.h
+++ b/nuttx/arch/arm/src/dm320/chip.h
@@ -1,7 +1,7 @@
/************************************************************************************
- * dm320/chip.h
+ * arch/arm/src/dm320/chip.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -41,10 +41,12 @@
************************************************************************************/
#include "dm320_memorymap.h"
+#include "dm320_ahb.h"
#include "dm320_uart.h"
#include "dm320_timer.h"
#include "dm320_intc.h"
#include "dm320_gio.h"
+#include "dm320_usb.h"
/************************************************************************************
* Definitions