hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/**
 
  Copyright (c) 2019, Marvell International Ltd. and its affiliates.
 
  SPDX-License-Identifier: BSD-2-Clause-Patent
 
  Glossary - abbreviations used in Marvell SampleAtReset library implementation:
  ICU - Interrupt Consolidation Unit
  AP - Application Processor hardware block (CN913x incorporates AP807)
  CP - South Bridge hardware blocks (CN913x incorporates CP115)
 
**/
 
#define CP_GIC_SPI_CP0_SDMMC           64
#define CP_GIC_SPI_PP2_CP0_PORT0       65, 68, 71, 74, 77, 90
#define CP_GIC_SPI_PP2_CP0_PORT1       66, 69, 72, 75, 78, 89
#define CP_GIC_SPI_PP2_CP0_PORT2       67, 70, 73, 76, 79, 88
#define CP_GIC_SPI_CP0_EIP_RNG0        80
#define CP_GIC_SPI_CP0_USB_H1          81
#define CP_GIC_SPI_CP0_USB_H0          82
#define CP_GIC_SPI_CP0_SATA_H0         83
#define CP_GIC_SPI_CP0_UART0           84
#define CP_GIC_SPI_CP0_UART1           85
#define CP_GIC_SPI_CP0_UART2           86
#define CP_GIC_SPI_CP0_UART3           87
 
#define CP_GIC_SPI_CP1_SDMMC           96
#define CP_GIC_SPI_PP2_CP1_PORT0       97, 100, 103, 106, 109, 122
#define CP_GIC_SPI_PP2_CP1_PORT1       98, 101, 104, 107, 110, 121
#define CP_GIC_SPI_PP2_CP1_PORT2       99, 102, 105, 108, 111, 120
#define CP_GIC_SPI_CP1_EIP_RNG0        112
#define CP_GIC_SPI_CP1_USB_H1          113
#define CP_GIC_SPI_CP1_USB_H0          114
#define CP_GIC_SPI_CP1_SATA_H0         115
#define CP_GIC_SPI_CP1_UART0           116
#define CP_GIC_SPI_CP1_UART1           117
#define CP_GIC_SPI_CP1_UART2           118
#define CP_GIC_SPI_CP1_UART3           119
 
#define CP_GIC_SPI_CP2_SDMMC           288
#define CP_GIC_SPI_PP2_CP2_PORT0       289, 292, 295, 298, 301, 314
#define CP_GIC_SPI_PP2_CP2_PORT1       290, 293, 296, 299, 302, 313
#define CP_GIC_SPI_PP2_CP2_PORT2       291, 294, 297, 300, 303, 312
#define CP_GIC_SPI_CP2_EIP_RNG0        304
#define CP_GIC_SPI_CP2_USB_H1          305
#define CP_GIC_SPI_CP2_USB_H0          306
#define CP_GIC_SPI_CP2_SATA_H0         307
#define CP_GIC_SPI_CP2_UART0           308
#define CP_GIC_SPI_CP2_UART1           309
#define CP_GIC_SPI_CP2_UART2           310
#define CP_GIC_SPI_CP2_UART3           311