summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/kinetis_memorymap.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-11 18:24:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-11 18:24:18 +0000
commit293e93a50afaf2796cc6f2d85dfdb0b8f16e3914 (patch)
tree4b714edbfc5fbdaac24b0f435834db382abfc92b /nuttx/arch/arm/src/kinetis/kinetis_memorymap.h
parentebb9e264d3ee4899470fd358d90ab1ac09a4cbe1 (diff)
downloadpx4-nuttx-293e93a50afaf2796cc6f2d85dfdb0b8f16e3914.tar.gz
px4-nuttx-293e93a50afaf2796cc6f2d85dfdb0b8f16e3914.tar.bz2
px4-nuttx-293e93a50afaf2796cc6f2d85dfdb0b8f16e3914.zip
Add Kinetis ENET header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3868 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/kinetis/kinetis_memorymap.h')
-rw-r--r--nuttx/arch/arm/src/kinetis/kinetis_memorymap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/kinetis/kinetis_memorymap.h b/nuttx/arch/arm/src/kinetis/kinetis_memorymap.h
index 4f1a84151..e7eeb8d11 100644
--- a/nuttx/arch/arm/src/kinetis/kinetis_memorymap.h
+++ b/nuttx/arch/arm/src/kinetis/kinetis_memorymap.h
@@ -141,7 +141,7 @@
# define KINETIS_UART1_BASE 0x4006b000 /* UART1 */
# define KINETIS_UART2_BASE 0x4006c000 /* UART2 */
# define KINETIS_UART3_BASE 0x4006d000 /* UART3 */
-# define KINETIS_USBOTG_BASE 0x40072000 /* USB OTG FS/LS */
+# define KINETIS_USB0_BASE 0x40072000 /* USB OTG FS/LS */
# define KINETIS_CMP_BASE 0x40073000 /* Analog comparator (CMP) / 6-bit digital-to-analog converter (DAC) */
# define KINETIS_VREF_BASE 0x40074000 /* Voltage reference (VREF) */
# define KINETIS_LLWU_BASE 0x4007c000 /* Low-leakage wakeup unit (LLWU) */
@@ -272,7 +272,7 @@
# define KINETIS_UART1_BASE 0x4006b000 /* UART1 */
# define KINETIS_UART2_BASE 0x4006c000 /* UART2 */
# define KINETIS_UART3_BASE 0x4006d000 /* UART3 */
-# define KINETIS_USBOTG_BASE 0x40072000 /* USB OTG FS/LS */
+# define KINETIS_USB0_BASE 0x40072000 /* USB OTG FS/LS */
# define KINETIS_CMP_BASE 0x40073000 /* Analog comparator (CMP) / 6-bit digital-to-analog converter (DAC) */
# define KINETIS_VREF_BASE 0x40074000 /* Voltage reference (VREF) */
# define KINETIS_LLWU_BASE 0x4007c000 /* Low-leakage wakeup unit (LLWU) */