nrf9160_peripherals.h 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. /*
  2. Copyright (c) 2010 - 2018, Nordic Semiconductor ASA
  3. All rights reserved.
  4. Redistribution and use in source and binary forms, with or without modification,
  5. are permitted provided that the following conditions are met:
  6. 1. Redistributions of source code must retain the above copyright notice, this
  7. list of conditions and the following disclaimer.
  8. 2. Redistributions in binary form, except as embedded into a Nordic
  9. Semiconductor ASA integrated circuit in a product or a software update for
  10. such product, must reproduce the above copyright notice, this list of
  11. conditions and the following disclaimer in the documentation and/or other
  12. materials provided with the distribution.
  13. 3. Neither the name of Nordic Semiconductor ASA nor the names of its
  14. contributors may be used to endorse or promote products derived from this
  15. software without specific prior written permission.
  16. 4. This software, with or without modification, must only be used with a
  17. Nordic Semiconductor ASA integrated circuit.
  18. 5. Any software provided in binary form under this license must not be reverse
  19. engineered, decompiled, modified and/or disassembled.
  20. THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
  21. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  22. OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
  23. DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
  24. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  25. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  26. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  27. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  28. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  29. OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30. */
  31. #ifndef _NRF9160_PERIPHERALS_H
  32. #define _NRF9160_PERIPHERALS_H
  33. /* UICR */
  34. #define UICR_KEYSLOT_COUNT 128
  35. /* Clock Peripheral */
  36. #define CLOCK_PRESENT
  37. #define CLOCK_COUNT 1
  38. /* Power Peripheral */
  39. #define POWER_PRESENT
  40. #define POWER_COUNT 1
  41. /* GPIO */
  42. #define GPIO_PRESENT
  43. #define GPIO_COUNT 1
  44. #define P0_PIN_NUM 32
  45. /* Distributed Peripheral to Peripheral Interconnect */
  46. #define DPPI_PRESENT
  47. #define DPPI_COUNT 1
  48. #define DPPI_CH_NUM 16
  49. #define DPPI_GROUP_NUM 6
  50. /* Event Generator Unit */
  51. #define EGU_PRESENT
  52. #define EGU_COUNT 6
  53. #define EGU0_CH_NUM 16
  54. #define EGU1_CH_NUM 16
  55. #define EGU2_CH_NUM 16
  56. #define EGU3_CH_NUM 16
  57. #define EGU4_CH_NUM 16
  58. #define EGU5_CH_NUM 16
  59. /* Timer/Counter */
  60. #define TIMER_PRESENT
  61. #define TIMER_COUNT 3
  62. #define TIMER0_MAX_SIZE 32
  63. #define TIMER1_MAX_SIZE 32
  64. #define TIMER2_MAX_SIZE 32
  65. #define TIMER0_CC_NUM 6
  66. #define TIMER1_CC_NUM 6
  67. #define TIMER2_CC_NUM 6
  68. /* Real Time Counter */
  69. #define RTC_PRESENT
  70. #define RTC_COUNT 2
  71. #define RTC0_CC_NUM 4
  72. #define RTC1_CC_NUM 4
  73. /* Watchdog Timer */
  74. #define WDT_PRESENT
  75. #define WDT_COUNT 1
  76. /* Serial Peripheral Interface Master with DMA */
  77. #define SPIM_PRESENT
  78. #define SPIM_COUNT 4
  79. #define SPIM0_MAX_DATARATE 8
  80. #define SPIM1_MAX_DATARATE 8
  81. #define SPIM2_MAX_DATARATE 8
  82. #define SPIM3_MAX_DATARATE 8
  83. #define SPIM0_EASYDMA_MAXCNT_SIZE 16
  84. #define SPIM1_EASYDMA_MAXCNT_SIZE 16
  85. #define SPIM2_EASYDMA_MAXCNT_SIZE 16
  86. #define SPIM3_EASYDMA_MAXCNT_SIZE 16
  87. /* Serial Peripheral Interface Slave with DMA*/
  88. #define SPIS_PRESENT
  89. #define SPIS_COUNT 4
  90. #define SPIS0_EASYDMA_MAXCNT_SIZE 16
  91. #define SPIS1_EASYDMA_MAXCNT_SIZE 16
  92. #define SPIS2_EASYDMA_MAXCNT_SIZE 16
  93. #define SPIS3_EASYDMA_MAXCNT_SIZE 16
  94. /* Two Wire Interface Master with DMA */
  95. #define TWIM_PRESENT
  96. #define TWIM_COUNT 4
  97. #define TWIM0_EASYDMA_MAXCNT_SIZE 16
  98. #define TWIM1_EASYDMA_MAXCNT_SIZE 16
  99. #define TWIM2_EASYDMA_MAXCNT_SIZE 16
  100. #define TWIM3_EASYDMA_MAXCNT_SIZE 16
  101. /* Two Wire Interface Slave with DMA */
  102. #define TWIS_PRESENT
  103. #define TWIS_COUNT 4
  104. #define TWIS0_EASYDMA_MAXCNT_SIZE 16
  105. #define TWIS1_EASYDMA_MAXCNT_SIZE 16
  106. #define TWIS2_EASYDMA_MAXCNT_SIZE 16
  107. #define TWIS3_EASYDMA_MAXCNT_SIZE 16
  108. /* Universal Asynchronous Receiver-Transmitter with DMA */
  109. #define UARTE_PRESENT
  110. #define UARTE_COUNT 4
  111. #define UARTE0_EASYDMA_MAXCNT_SIZE 16
  112. #define UARTE1_EASYDMA_MAXCNT_SIZE 16
  113. #define UARTE2_EASYDMA_MAXCNT_SIZE 16
  114. #define UARTE3_EASYDMA_MAXCNT_SIZE 16
  115. /* Successive Approximation Analog to Digital Converter */
  116. #define SAADC_PRESENT
  117. #define SAADC_COUNT 1
  118. #define SAADC_EASYDMA_MAXCNT_SIZE 15
  119. /* GPIO Tasks and Events */
  120. #define GPIOTE_PRESENT
  121. #define GPIOTE_COUNT 2
  122. #define GPIOTE_CH_NUM 8
  123. #define GPIOTE_FEATURE_SET_PRESENT
  124. #define GPIOTE_FEATURE_CLR_PRESENT
  125. /* Pulse Width Modulator */
  126. #define PWM_PRESENT
  127. #define PWM_COUNT 4
  128. #define PWM_CH_NUM 4
  129. #define PWM_EASYDMA_MAXCNT_SIZE 15
  130. /* Pulse Density Modulator */
  131. #define PDM_PRESENT
  132. #define PDM_COUNT 1
  133. #define PDM_EASYDMA_MAXCNT_SIZE 15
  134. /* Inter-IC Sound Interface */
  135. #define I2S_PRESENT
  136. #define I2S_COUNT 1
  137. #define I2S_EASYDMA_MAXCNT_SIZE 14
  138. /* Inter Processor Communication */
  139. #define IPC_PRESENT
  140. #define IPC_COUNT 1
  141. #define IPC_CH_NUM 8
  142. #define IPC_GPMEM_NUM 4
  143. /* FPU */
  144. #define FPU_PRESENT
  145. #define FPU_COUNT 1
  146. /* SPU */
  147. #define SPU_PRESENT
  148. #define SPU_COUNT 1
  149. /* CRYPTOCELL */
  150. #define CRYPTOCELL_PRESENT
  151. #define CRYPTOCELL_COUNT 1
  152. /* KMU */
  153. #define KMU_PRESENT
  154. #define KMU_COUNT 1
  155. #define KMU_KEYSLOT_PRESENT
  156. /* MAGPIO */
  157. #define MAGPIO_PRESENT
  158. #define MAGPIO_COUNT 1
  159. #define MAGPIO_PIN_NUM 3
  160. /* REGULATORS */
  161. #define REGULATORS_PRESENT
  162. #define REGULATORS_COUNT 1
  163. #endif // _NRF9160_PERIPHERALS_H