navienginebsp/naviengine_assp/hcr/hcrconfig_assp.h
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * This file is part of the NE1_TB Variant Base Port
       
    16 * Hardware Configuration Respoitory Published Setting IDs header. 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /** 
       
    23 @file hcrconfig_assp.h
       
    24 File provides const uint definitions for the published set of HCR settings
       
    25 identifiers applicable to the NEC NaviEngine base port ASSP part.
       
    26 
       
    27 @publishedPartner
       
    28 @prototype
       
    29 */
       
    30 
       
    31 #ifndef HCRCONFIG_ASSP_H
       
    32 #define HCRCONFIG_ASSP_H
       
    33 
       
    34 
       
    35 
       
    36 
       
    37 // -- INCLUDES ----------------------------------------------------------------
       
    38 
       
    39 #include  <drivers/hcr.h>
       
    40 
       
    41 
       
    42 
       
    43 // -- CATEGORY ----------------------------------------------------------------
       
    44 
       
    45 
       
    46 
       
    47 // -- KEYS --------------------------------------------------------------------
       
    48 
       
    49 
       
    50 /**
       
    51 HCR Setting Keys for ASSP Hardware Block base virtual addresses for FMM and MMM. 
       
    52 */
       
    53 #define HW_BASE 0x00001000
       
    54 const HCR::TElementId KHcrKey_HwBase_Uart0				= HW_BASE +  11; //< Serial port #0
       
    55 const HCR::TElementId KHcrKey_HwBase_Uart1				= HW_BASE +  12; //< Serial port #1
       
    56 const HCR::TElementId KHcrKey_HwBase_Uart2				= HW_BASE +  13; //< Serial port #2
       
    57 
       
    58 const HCR::TElementId KHcrKey_HwBase_MPCorePrivate		= HW_BASE +  21; //< 4KB of private MPcore region for SCU and Interrupt controller
       
    59 const HCR::TElementId KHcrKey_HwBase_SCU				= HW_BASE +  22; //< Snoop Control Unit
       
    60 const HCR::TElementId KHcrKey_HwBase_IntIf				= HW_BASE +  23; //< CPU interrupt interface
       
    61 const HCR::TElementId KHcrKey_HwBase_IntDist			= HW_BASE +  24; //< Global Interrupt Distributer
       
    62 
       
    63 const HCR::TElementId KHcrKey_HwBase_Timers				= HW_BASE +  31; //< Six SoC timers
       
    64 const HCR::TElementId KHcrKey_HwBase_Watchdog			= HW_BASE +  32; //< eWDT (Watchdog Timer)
       
    65 const HCR::TElementId KHcrKey_HwBase_SystemCtrl			= HW_BASE +  33; //< System control unit
       
    66 
       
    67 const HCR::TElementId KHcrKey_HwBase_Display			= HW_BASE +  41; //< SoC display controller
       
    68 
       
    69 const HCR::TElementId KHcrKey_HwBase_I2C				= HW_BASE +  51; //< I2C
       
    70 const HCR::TElementId KHcrKey_HwBase_I2S0				= HW_BASE +  52; //< I2S0
       
    71 const HCR::TElementId KHcrKey_HwBase_I2S1				= HW_BASE +  53; //< I2S1
       
    72 const HCR::TElementId KHcrKey_HwBase_I2S2				= HW_BASE +  54; //< I2S2
       
    73 const HCR::TElementId KHcrKey_HwBase_I2S3				= HW_BASE +  55; //< I2S3
       
    74 
       
    75 const HCR::TElementId KHcrKey_HwBase_FPGA				= HW_BASE +  61; //< FPGA registers
       
    76 const HCR::TElementId KHcrKey_HwBase_CDDisp				= HW_BASE +  62; //< LCD display
       
    77 const HCR::TElementId KHcrKey_HwBase_TSP				= HW_BASE +  63; //< Digitiser
       
    78 
       
    79 const HCR::TElementId KHcrKey_HwBase_SPDIF				= HW_BASE +  64; //< SPDIF
       
    80 
       
    81 const HCR::TElementId KHcrKey_HwBase_CSI0				= HW_BASE +  71; //< CSI0
       
    82 const HCR::TElementId KHcrKey_HwBase_CSI1				= HW_BASE +  72; //< CSI1
       
    83 
       
    84 const HCR::TElementId KHcrKey_HwBase_SDCtrl				= HW_BASE +  81; //< SD
       
    85 
       
    86 const HCR::TElementId KHcrKey_HwBase_KDMACExBus			= HW_BASE +  91; //< DMAC(4C) 4KB
       
    87 const HCR::TElementId KHcrKey_HwBase_KDMAC32			= HW_BASE +  92; //< DMAC(8C) 20KB
       
    88 
       
    89 const HCR::TElementId KHcrKey_HwBase_Ethernet			= HW_BASE + 101; //< Ethernet0
       
    90 
       
    91 const HCR::TElementId KHcrKey_HwBase_GPIOBase			= HW_BASE + 111; //< GPIO
       
    92 
       
    93 const HCR::TElementId KHcrKey_HwBase_PciBase			= HW_BASE + 121; //< // PCI Bridges
       
    94 const HCR::TElementId KHcrKey_HwBase_PciBridgeExtern	= HW_BASE + 122; //< External PCI Bridge
       
    95 const HCR::TElementId KHcrKey_HwBase_PciBridgeUsb		= HW_BASE + 123; //< UsbHost dedicated PCI Bridge
       
    96 
       
    97 const HCR::TElementId KHcrKey_HwBase_UsbHWindow			= HW_BASE + 131; //< Internal PCI window
       
    98 #undef HW_BASE
       
    99 
       
   100 
       
   101 /**
       
   102 HCR Settings holding the DMA logical channel identifiers. 
       
   103 */
       
   104 #define DMA_CH 0x00002000
       
   105 const HCR::TElementId KHcrKey_DmaCh_SD0				= DMA_CH +  11; //<
       
   106 const HCR::TElementId KHcrKey_DmaCh_SD1				= DMA_CH +  12; //<
       
   107 	
       
   108 const HCR::TElementId KHcrKey_DmaCh_I2S0RX			= DMA_CH +  21; //<
       
   109 const HCR::TElementId KHcrKey_DmaCh_I2S0TX			= DMA_CH +  22; //<
       
   110 const HCR::TElementId KHcrKey_DmaCh_I2S1RX			= DMA_CH +  23; //<
       
   111 const HCR::TElementId KHcrKey_DmaCh_I2S1TX			= DMA_CH +  24; //<
       
   112 const HCR::TElementId KHcrKey_DmaCh_I2S2RX			= DMA_CH +  25; //<
       
   113 const HCR::TElementId KHcrKey_DmaCh_I2S2TX			= DMA_CH +  26; //<
       
   114 const HCR::TElementId KHcrKey_DmaCh_I2S3RX			= DMA_CH +  27; //<
       
   115 const HCR::TElementId KHcrKey_DmaCh_I2S3TX			= DMA_CH +  28; //<
       
   116 	
       
   117 const HCR::TElementId KHcrKey_DmaCh_UART0RX			= DMA_CH +  41; //<
       
   118 const HCR::TElementId KHcrKey_DmaCh_UART0TX			= DMA_CH +  42; //<
       
   119 const HCR::TElementId KHcrKey_DmaCh_UART1RX			= DMA_CH +  43; //<
       
   120 const HCR::TElementId KHcrKey_DmaCh_UART1TX			= DMA_CH +  44; //<
       
   121 const HCR::TElementId KHcrKey_DmaCh_UART2RX			= DMA_CH +  45; //<
       
   122 const HCR::TElementId KHcrKey_DmaCh_UART2TX			= DMA_CH +  46; //<
       
   123 
       
   124 const HCR::TElementId KHcrKey_DmaCh_MemToMem0		= DMA_CH +  61; //<
       
   125 const HCR::TElementId KHcrKey_DmaCh_MemToMem1		= DMA_CH +  62; //<
       
   126 const HCR::TElementId KHcrKey_DmaCh_MemToMem2		= DMA_CH +  63; //<
       
   127 const HCR::TElementId KHcrKey_DmaCh_MemToMem3		= DMA_CH +  64; //<
       
   128 #undef DMA_CH
       
   129 
       
   130 /**
       
   131 HCR Settings holding the memory map physical addresses identifiers. 
       
   132 */
       
   133 #define HW_PHYS 0x00003000
       
   134 const HCR::TElementId KHcrKey_HwPhys_BaseMPcorePrivate		= HW_PHYS +  11; //<
       
   135 const HCR::TElementId KHcrKey_HwPhys_DDR2RamBase			= HW_PHYS +  12; //<
       
   136 const HCR::TElementId KHcrKey_HwPhys_PCI					= HW_PHYS +  13; //<
       
   137 const HCR::TElementId KHcrKey_HwPhys_Internal				= HW_PHYS +  14; //<
       
   138 
       
   139 const HCR::TElementId KHcrKey_HwPhys_AXI64IC2				= HW_PHYS +  21; //<
       
   140 const HCR::TElementId KHcrKey_HwPhys_SATA					= HW_PHYS +  22; //<
       
   141 const HCR::TElementId KHcrKey_HwPhys_AXI64DMAC				= HW_PHYS +  23; //<
       
   142 const HCR::TElementId KHcrKey_HwPhys_Video					= HW_PHYS +  24; //<
       
   143 const HCR::TElementId KHcrKey_HwPhys_Disp					= HW_PHYS +  25; //<
       
   144 const HCR::TElementId KHcrKey_HwPhys_SGX					= HW_PHYS +  26; //<
       
   145 
       
   146 const HCR::TElementId KHcrKey_HwPhys_CFWindow2				= HW_PHYS +  31; //<
       
   147 const HCR::TElementId KHcrKey_HwPhys_CFWindow1				= HW_PHYS +  32; //<
       
   148 const HCR::TElementId KHcrKey_HwPhys_CFWindow0				= HW_PHYS +  33; //<
       
   149 const HCR::TElementId KHcrKey_HwPhys_ATA6CS1				= HW_PHYS +  34; //<
       
   150 const HCR::TElementId KHcrKey_HwPhys_ATA6CS0				= HW_PHYS +  35; //<
       
   151 const HCR::TElementId KHcrKey_HwPhys_USBH					= HW_PHYS +  36; //<
       
   152 const HCR::TElementId KHcrKey_HwPhys_AHB32PCIUSB			= HW_PHYS +  37; //<
       
   153 const HCR::TElementId KHcrKey_HwPhys_AHB32PCIExt			= HW_PHYS +  38; //<
       
   154 const HCR::TElementId KHcrKey_HwPhys_DDR2Reg				= HW_PHYS +  39; //<
       
   155 const HCR::TElementId KHcrKey_HwPhys_AHB0DMAC4				= HW_PHYS +  40; //<
       
   156 const HCR::TElementId KHcrKey_HwPhys_AHB0DMAC3				= HW_PHYS +  41; //<
       
   157 const HCR::TElementId KHcrKey_HwPhys_AHB0DMAC2				= HW_PHYS +  42; //<
       
   158 const HCR::TElementId KHcrKey_HwPhys_AHB0DMAC1				= HW_PHYS +  43; //<
       
   159 const HCR::TElementId KHcrKey_HwPhys_AHB0DMAC0				= HW_PHYS +  44; //<
       
   160 const HCR::TElementId KHcrKey_HwPhys_AHBEXDMAC				= HW_PHYS +  45; //<
       
   161 const HCR::TElementId KHcrKey_HwPhys_EXBUS					= HW_PHYS +  46; //<
       
   162 
       
   163 const HCR::TElementId KHcrKey_HwPhys_DTVIf					= HW_PHYS +  50; //<
       
   164 const HCR::TElementId KHcrKey_HwPhys_APB1					= HW_PHYS +  51; //<
       
   165 
       
   166 const HCR::TElementId KHcrKey_HwPhys_PWM7					= HW_PHYS +  60; //<
       
   167 const HCR::TElementId KHcrKey_HwPhys_PWM6					= HW_PHYS +  61; //<
       
   168 const HCR::TElementId KHcrKey_HwPhys_PWM5					= HW_PHYS +  62; //<
       
   169 const HCR::TElementId KHcrKey_HwPhys_PWM4					= HW_PHYS +  63; //<
       
   170 const HCR::TElementId KHcrKey_HwPhys_PWM3					= HW_PHYS +  64; //<
       
   171 const HCR::TElementId KHcrKey_HwPhys_PWM2					= HW_PHYS +  65; //<
       
   172 const HCR::TElementId KHcrKey_HwPhys_PWM1					= HW_PHYS +  66; //<
       
   173 const HCR::TElementId KHcrKey_HwPhys_PWM0					= HW_PHYS +  67; //<
       
   174 const HCR::TElementId KHcrKey_HwPhys_GPIO					= HW_PHYS +  68; //<
       
   175 const HCR::TElementId KHcrKey_HwPhys_SYSCTRL				= HW_PHYS +  69; //<
       
   176 const HCR::TElementId KHcrKey_HwPhys_eWDT					= HW_PHYS +  70; //<
       
   177 const HCR::TElementId KHcrKey_HwPhys_Timer5					= HW_PHYS +  71; //<
       
   178 const HCR::TElementId KHcrKey_HwPhys_Timer4					= HW_PHYS +  72; //<
       
   179 const HCR::TElementId KHcrKey_HwPhys_Timer3					= HW_PHYS +  73; //<
       
   180 const HCR::TElementId KHcrKey_HwPhys_Timer2					= HW_PHYS +  74; //<
       
   181 const HCR::TElementId KHcrKey_HwPhys_Timer1					= HW_PHYS +  75; //<
       
   182 const HCR::TElementId KHcrKey_HwPhys_Timer0					= HW_PHYS +  76; //<
       
   183 const HCR::TElementId KHcrKey_HwPhys_UART7					= HW_PHYS +  77; //<
       
   184 const HCR::TElementId KHcrKey_HwPhys_UART6					= HW_PHYS +  78; //<
       
   185 const HCR::TElementId KHcrKey_HwPhys_UART5					= HW_PHYS +  79; //<
       
   186 const HCR::TElementId KHcrKey_HwPhys_UART4					= HW_PHYS +  80; //<
       
   187 const HCR::TElementId KHcrKey_HwPhys_UART3					= HW_PHYS +  81; //<
       
   188 const HCR::TElementId KHcrKey_HwPhys_UART2					= HW_PHYS +  82; //<
       
   189 const HCR::TElementId KHcrKey_HwPhys_UART1					= HW_PHYS +  83; //<
       
   190 const HCR::TElementId KHcrKey_HwPhys_UART0					= HW_PHYS +  84; //<
       
   191 const HCR::TElementId KHcrKey_HwPhys_I2S3					= HW_PHYS +  85; //<
       
   192 const HCR::TElementId KHcrKey_HwPhys_I2S2					= HW_PHYS +  86; //<
       
   193 const HCR::TElementId KHcrKey_HwPhys_I2S1					= HW_PHYS +  87; //<
       
   194 const HCR::TElementId KHcrKey_HwPhys_I2S0					= HW_PHYS +  88; //<
       
   195 const HCR::TElementId KHcrKey_HwPhys_I2C					= HW_PHYS +  89; //<
       
   196 const HCR::TElementId KHcrKey_HwPhys_CSI1					= HW_PHYS +  90; //<
       
   197 const HCR::TElementId KHcrKey_HwPhys_CSI0					= HW_PHYS +  91; //<
       
   198 const HCR::TElementId KHcrKey_HwPhys_SPDIF					= HW_PHYS +  92; //<
       
   199 const HCR::TElementId KHcrKey_HwPhys_SD						= HW_PHYS +  93; //<
       
   200 
       
   201 const HCR::TElementId KHcrKey_HwPhys_FPGA					= HW_PHYS +  100; //<
       
   202 
       
   203 
       
   204 const HCR::TElementId KHcrKey_HwPhys_LAN					= HW_PHYS +  110; //<
       
   205 #undef HW_PHYS
       
   206 
       
   207 #endif // HCRCONFIG_ASSP_H