Sandeep Sheriker Mallikarjun | 32f4d7c | 2019-09-27 13:08:40 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Chip-specific header file for the SAM9X60 SoC. |
| 4 | * |
| 5 | * Copyright (C) 2018 Microchip Technology Inc. and its subsidiaries |
| 6 | */ |
| 7 | |
| 8 | #ifndef __SAM9X60_H__ |
| 9 | #define __SAM9X60_H__ |
| 10 | |
| 11 | /* |
| 12 | * Peripheral identifiers/interrupts. |
| 13 | */ |
| 14 | #define ATMEL_ID_FIQ 0 /* Advanced Interrupt Controller */ |
| 15 | #define ATMEL_ID_SYS 1 /* System Controller Interrupt */ |
| 16 | #define ATMEL_ID_PIOA 2 /* Parallel I/O Controller A */ |
| 17 | #define ATMEL_ID_PIOB 3 /* Parallel I/O Controller B */ |
| 18 | #define ATMEL_ID_PIOC 4 /* Parallel I/O Controller C */ |
| 19 | #define ATMEL_ID_FLEXCOM0 5 /* FLEXCOM 0 */ |
| 20 | #define ATMEL_ID_FLEXCOM1 6 /* FLEXCOM 1 */ |
| 21 | #define ATMEL_ID_FLEXCOM2 7 /* FLEXCOM 2 */ |
| 22 | #define ATMEL_ID_FLEXCOM3 8 /* FLEXCOM 3 */ |
| 23 | #define ATMEL_ID_FLEXCOM6 9 /* FLEXCOM 6 */ |
| 24 | #define ATMEL_ID_FLEXCOM7 10 /* FLEXCOM 7 */ |
| 25 | #define ATMEL_ID_FLEXCOM8 11 /* FLEXCOM 8 */ |
| 26 | #define ATMEL_ID_SDMMC0 12 /* SDMMC 0 */ |
| 27 | #define ATMEL_ID_FLEXCOM4 13 /* FLEXCOM 4 */ |
| 28 | #define ATMEL_ID_FLEXCOM5 14 /* FLEXCOM 5 */ |
| 29 | #define ATMEL_ID_FLEXCOM9 15 /* FLEXCOM 9 */ |
| 30 | #define ATMEL_ID_FLEXCOM10 16 /* FLEXCOM 10 */ |
| 31 | #define ATMEL_ID_TC01 17 /* Timer Counter 0, 1, 2, 3, 4 and 5 */ |
| 32 | #define ATMEL_ID_PWM 18 /* Pulse Width Modulation Controller */ |
| 33 | #define ATMEL_ID_ADC 19 /* ADC Controller */ |
| 34 | #define ATMEL_ID_XDMAC0 20 /* XDMA Controller 0 */ |
| 35 | #define ATMEL_ID_MATRIX 21 /* BUS Matrix */ |
| 36 | #define ATMEL_ID_UHPHS 22 /* USB Host High Speed */ |
| 37 | #define ATMEL_ID_UDPHS 23 /* USB Device High Speed */ |
| 38 | #define ATMEL_ID_EMAC0 24 /* Ethernet MAC 0 */ |
| 39 | #define ATMEL_ID_LCDC 25 /* LCD Controller */ |
| 40 | #define ATMEL_ID_SDMMC1 26 /* SDMMC 1 */ |
| 41 | #define ATMEL_ID_EMAC1 27 /* Ethernet MAC `1 */ |
| 42 | #define ATMEL_ID_SSC 28 /* Synchronous Serial Controller */ |
| 43 | #define ATMEL_ID_IRQ 31 /* Advanced Interrupt Controller */ |
| 44 | #define ATMEL_ID_TRNG 38 /* True Random Number Generator */ |
| 45 | #define ATMEL_ID_PIOD 44 /* Parallel I/O Controller D */ |
| 46 | #define ATMEL_ID_DBGU 47 /* Debug unit */ |
| 47 | |
| 48 | /* |
| 49 | * User Peripheral physical base addresses. |
| 50 | */ |
| 51 | #define ATMEL_BASE_FLEXCOM4 0xf0000000 |
| 52 | #define ATMEL_BASE_FLEXCOM5 0xf0004000 |
| 53 | #define ATMEL_BASE_XDMA0 0xf0008000 |
| 54 | #define ATMEL_BASE_SSC 0xf0010000 |
| 55 | #define ATMEL_BASE_QSPI 0xf0014000 |
| 56 | #define ATMEL_BASE_CAN0 0xf8000000 |
| 57 | #define ATMEL_BASE_CAN1 0xf8004000 |
| 58 | #define ATMEL_BASE_TC0 0xf8008000 |
| 59 | #define ATMEL_BASE_TC1 0xf8008040 |
| 60 | #define ATMEL_BASE_TC2 0xf8008080 |
| 61 | #define ATMEL_BASE_TC3 0xf800c000 |
| 62 | #define ATMEL_BASE_TC4 0xf800c040 |
| 63 | #define ATMEL_BASE_TC5 0xf800c080 |
| 64 | #define ATMEL_BASE_FLEXCOM6 0xf8010000 |
| 65 | #define ATMEL_BASE_FLEXCOM7 0xf8014000 |
| 66 | #define ATMEL_BASE_FLEXCOM8 0xf8018000 |
| 67 | #define ATMEL_BASE_FLEXCOM0 0xf801c000 |
| 68 | #define ATMEL_BASE_FLEXCOM1 0xf8020000 |
| 69 | #define ATMEL_BASE_FLEXCOM2 0xf8024000 |
| 70 | #define ATMEL_BASE_FLEXCOM3 0xf8028000 |
| 71 | #define ATMEL_BASE_EMAC0 0xf802c000 |
| 72 | #define ATMEL_BASE_EMAC1 0xf8030000 |
| 73 | #define ATMEL_BASE_PWM 0xf8034000 |
| 74 | #define ATMEL_BASE_LCDC 0xf8038000 |
| 75 | #define ATMEL_BASE_UDPHS 0xf803c000 |
| 76 | #define ATMEL_BASE_FLEXCOM9 0xf8040000 |
| 77 | #define ATMEL_BASE_FLEXCOM10 0xf8044000 |
| 78 | #define ATMEL_BASE_ISI 0xf8048000 |
| 79 | #define ATMEL_BASE_ADC 0xf804c000 |
| 80 | #define ATMEL_BASE_SFR 0xf8050000 |
| 81 | #define ATMEL_BASE_SYS 0xffffc000 |
| 82 | |
| 83 | /* |
| 84 | * System Peripherals |
| 85 | */ |
| 86 | #define ATMEL_BASE_MATRIX 0xffffde00 |
| 87 | #define ATMEL_BASE_PMECC 0xffffe000 |
| 88 | #define ATMEL_BASE_PMERRLOC 0xffffe600 |
| 89 | #define ATMEL_BASE_MPDDRC 0xffffe800 |
| 90 | #define ATMEL_BASE_SMC 0xffffea00 |
| 91 | #define ATMEL_BASE_SDRAMC 0xffffec00 |
| 92 | #define ATMEL_BASE_AIC 0xfffff100 |
| 93 | #define ATMEL_BASE_DBGU 0xfffff200 |
| 94 | #define ATMEL_BASE_PIOA 0xfffff400 |
| 95 | #define ATMEL_BASE_PIOB 0xfffff600 |
| 96 | #define ATMEL_BASE_PIOC 0xfffff800 |
| 97 | #define ATMEL_BASE_PIOD 0xfffffa00 |
| 98 | #define ATMEL_BASE_PMC 0xfffffc00 |
| 99 | #define ATMEL_BASE_RSTC 0xfffffe00 |
| 100 | #define ATMEL_BASE_SHDWC 0xfffffe10 |
| 101 | #define ATMEL_BASE_PIT 0xfffffe40 |
| 102 | #define ATMEL_BASE_GPBR 0xfffffe60 |
| 103 | #define ATMEL_BASE_RTC 0xfffffea8 |
| 104 | #define ATMEL_BASE_WDT 0xffffff80 |
| 105 | |
| 106 | /* |
| 107 | * Internal Memory. |
| 108 | */ |
| 109 | #define ATMEL_BASE_ROM 0x00100000 /* Internal ROM base address */ |
| 110 | #define ATMEL_BASE_SRAM 0x00300000 /* Internal SRAM base address */ |
| 111 | #define ATMEL_BASE_UDPHS_FIFO 0x00500000 /* USB Device HS controller */ |
| 112 | #define ATMEL_BASE_OHCI 0x00600000 /* USB Host controller (OHCI) */ |
| 113 | #define ATMEL_BASE_EHCI 0x00700000 /* USB Host controller (EHCI) */ |
| 114 | |
| 115 | /* |
| 116 | * External memory |
| 117 | */ |
| 118 | #define ATMEL_BASE_CS0 0x10000000 |
| 119 | #define ATMEL_BASE_CS1 0x20000000 |
| 120 | #define ATMEL_BASE_CS2 0x30000000 |
| 121 | #define ATMEL_BASE_CS3 0x40000000 |
| 122 | #define ATMEL_BASE_CS4 0x50000000 |
| 123 | #define ATMEL_BASE_CS5 0x60000000 |
| 124 | #define ATMEL_BASE_SDMMC0 0x80000000 |
| 125 | #define ATMEL_BASE_SDMMC1 0x90000000 |
| 126 | |
| 127 | /* 9x60 series chip id definitions */ |
| 128 | #define ARCH_ID_SAM9X60 0x819b35a0 |
| 129 | #define ARCH_ID_VERSION_MASK 0x1f |
| 130 | #define ARCH_EXID_SAM9X60 0x00000000 |
| 131 | |
| 132 | #define cpu_is_sam9x60() (get_chip_id() == ARCH_ID_SAM9X60) |
| 133 | |
| 134 | /* |
| 135 | * Cpu Name |
| 136 | */ |
| 137 | #define ATMEL_CPU_NAME get_cpu_name() |
| 138 | |
| 139 | /* Timer */ |
| 140 | #define CONFIG_SYS_TIMER_COUNTER 0xfffffe4c |
| 141 | |
| 142 | /* |
| 143 | * Other misc defines |
| 144 | */ |
| 145 | #define ATMEL_PIO_PORTS 4 |
| 146 | #define CPU_HAS_PCR |
| 147 | #define CPU_NO_PLLB |
| 148 | #define PLL_ID_PLLA 0 |
| 149 | #define PLL_ID_UPLL 1 |
| 150 | |
| 151 | /* |
| 152 | * PMECC table in ROM |
| 153 | */ |
| 154 | #define ATMEL_PMECC_INDEX_OFFSET_512 0x8000 |
| 155 | #define ATMEL_PMECC_INDEX_OFFSET_1024 0x10000 |
| 156 | |
| 157 | /* |
| 158 | * SAM9X60 specific prototypes |
| 159 | */ |
| 160 | #ifndef __ASSEMBLY__ |
| 161 | unsigned int get_chip_id(void); |
| 162 | unsigned int get_extension_chip_id(void); |
| 163 | unsigned int has_emac1(void); |
| 164 | unsigned int has_emac0(void); |
| 165 | unsigned int has_lcdc(void); |
| 166 | char *get_cpu_name(void); |
| 167 | #endif |
| 168 | |
| 169 | #endif |