Home | History | Annotate | Line # | Download | only in imx
      1      1.1  jmcneill /*	$NetBSD: rsrc.h,v 1.1.1.3 2021/11/07 16:49:56 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3      1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0+ */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Copyright (C) 2016 Freescale Semiconductor, Inc.
      6      1.1  jmcneill  * Copyright 2017-2018 NXP
      7      1.1  jmcneill  */
      8      1.1  jmcneill 
      9      1.1  jmcneill #ifndef __DT_BINDINGS_RSCRC_IMX_H
     10      1.1  jmcneill #define __DT_BINDINGS_RSCRC_IMX_H
     11      1.1  jmcneill 
     12      1.1  jmcneill /*
     13      1.1  jmcneill  * These defines are used to indicate a resource. Resources include peripherals
     14      1.1  jmcneill  * and bus masters (but not memory regions). Note items from list should
     15      1.1  jmcneill  * never be changed or removed (only added to at the end of the list).
     16      1.1  jmcneill  */
     17      1.1  jmcneill 
     18      1.1  jmcneill #define IMX_SC_R_A53			0
     19      1.1  jmcneill #define IMX_SC_R_A53_0			1
     20      1.1  jmcneill #define IMX_SC_R_A53_1			2
     21      1.1  jmcneill #define IMX_SC_R_A53_2			3
     22      1.1  jmcneill #define IMX_SC_R_A53_3			4
     23      1.1  jmcneill #define IMX_SC_R_A72			5
     24      1.1  jmcneill #define IMX_SC_R_A72_0			6
     25      1.1  jmcneill #define IMX_SC_R_A72_1			7
     26      1.1  jmcneill #define IMX_SC_R_A72_2			8
     27      1.1  jmcneill #define IMX_SC_R_A72_3			9
     28      1.1  jmcneill #define IMX_SC_R_CCI			10
     29      1.1  jmcneill #define IMX_SC_R_DB			11
     30      1.1  jmcneill #define IMX_SC_R_DRC_0			12
     31      1.1  jmcneill #define IMX_SC_R_DRC_1			13
     32      1.1  jmcneill #define IMX_SC_R_GIC_SMMU		14
     33      1.1  jmcneill #define IMX_SC_R_IRQSTR_M4_0		15
     34      1.1  jmcneill #define IMX_SC_R_IRQSTR_M4_1		16
     35      1.1  jmcneill #define IMX_SC_R_SMMU			17
     36      1.1  jmcneill #define IMX_SC_R_GIC			18
     37      1.1  jmcneill #define IMX_SC_R_DC_0_BLIT0		19
     38      1.1  jmcneill #define IMX_SC_R_DC_0_BLIT1		20
     39      1.1  jmcneill #define IMX_SC_R_DC_0_BLIT2		21
     40      1.1  jmcneill #define IMX_SC_R_DC_0_BLIT_OUT		22
     41  1.1.1.2     skrll #define IMX_SC_R_PERF			23
     42      1.1  jmcneill #define IMX_SC_R_DC_0_WARP		25
     43      1.1  jmcneill #define IMX_SC_R_DC_0_VIDEO0		28
     44      1.1  jmcneill #define IMX_SC_R_DC_0_VIDEO1		29
     45      1.1  jmcneill #define IMX_SC_R_DC_0_FRAC0		30
     46      1.1  jmcneill #define IMX_SC_R_DC_0			32
     47      1.1  jmcneill #define IMX_SC_R_GPU_2_PID0		33
     48      1.1  jmcneill #define IMX_SC_R_DC_0_PLL_0		34
     49      1.1  jmcneill #define IMX_SC_R_DC_0_PLL_1		35
     50      1.1  jmcneill #define IMX_SC_R_DC_1_BLIT0		36
     51      1.1  jmcneill #define IMX_SC_R_DC_1_BLIT1		37
     52      1.1  jmcneill #define IMX_SC_R_DC_1_BLIT2		38
     53      1.1  jmcneill #define IMX_SC_R_DC_1_BLIT_OUT		39
     54      1.1  jmcneill #define IMX_SC_R_DC_1_WARP		42
     55      1.1  jmcneill #define IMX_SC_R_DC_1_VIDEO0		45
     56      1.1  jmcneill #define IMX_SC_R_DC_1_VIDEO1		46
     57      1.1  jmcneill #define IMX_SC_R_DC_1_FRAC0		47
     58      1.1  jmcneill #define IMX_SC_R_DC_1			49
     59      1.1  jmcneill #define IMX_SC_R_DC_1_PLL_0		51
     60      1.1  jmcneill #define IMX_SC_R_DC_1_PLL_1		52
     61      1.1  jmcneill #define IMX_SC_R_SPI_0			53
     62      1.1  jmcneill #define IMX_SC_R_SPI_1			54
     63      1.1  jmcneill #define IMX_SC_R_SPI_2			55
     64      1.1  jmcneill #define IMX_SC_R_SPI_3			56
     65      1.1  jmcneill #define IMX_SC_R_UART_0			57
     66      1.1  jmcneill #define IMX_SC_R_UART_1			58
     67      1.1  jmcneill #define IMX_SC_R_UART_2			59
     68      1.1  jmcneill #define IMX_SC_R_UART_3			60
     69      1.1  jmcneill #define IMX_SC_R_UART_4			61
     70      1.1  jmcneill #define IMX_SC_R_EMVSIM_0		62
     71      1.1  jmcneill #define IMX_SC_R_EMVSIM_1		63
     72      1.1  jmcneill #define IMX_SC_R_DMA_0_CH0		64
     73      1.1  jmcneill #define IMX_SC_R_DMA_0_CH1		65
     74      1.1  jmcneill #define IMX_SC_R_DMA_0_CH2		66
     75      1.1  jmcneill #define IMX_SC_R_DMA_0_CH3		67
     76      1.1  jmcneill #define IMX_SC_R_DMA_0_CH4		68
     77      1.1  jmcneill #define IMX_SC_R_DMA_0_CH5		69
     78      1.1  jmcneill #define IMX_SC_R_DMA_0_CH6		70
     79      1.1  jmcneill #define IMX_SC_R_DMA_0_CH7		71
     80      1.1  jmcneill #define IMX_SC_R_DMA_0_CH8		72
     81      1.1  jmcneill #define IMX_SC_R_DMA_0_CH9		73
     82      1.1  jmcneill #define IMX_SC_R_DMA_0_CH10		74
     83      1.1  jmcneill #define IMX_SC_R_DMA_0_CH11		75
     84      1.1  jmcneill #define IMX_SC_R_DMA_0_CH12		76
     85      1.1  jmcneill #define IMX_SC_R_DMA_0_CH13		77
     86      1.1  jmcneill #define IMX_SC_R_DMA_0_CH14		78
     87      1.1  jmcneill #define IMX_SC_R_DMA_0_CH15		79
     88      1.1  jmcneill #define IMX_SC_R_DMA_0_CH16		80
     89      1.1  jmcneill #define IMX_SC_R_DMA_0_CH17		81
     90      1.1  jmcneill #define IMX_SC_R_DMA_0_CH18		82
     91      1.1  jmcneill #define IMX_SC_R_DMA_0_CH19		83
     92      1.1  jmcneill #define IMX_SC_R_DMA_0_CH20		84
     93      1.1  jmcneill #define IMX_SC_R_DMA_0_CH21		85
     94      1.1  jmcneill #define IMX_SC_R_DMA_0_CH22		86
     95      1.1  jmcneill #define IMX_SC_R_DMA_0_CH23		87
     96      1.1  jmcneill #define IMX_SC_R_DMA_0_CH24		88
     97      1.1  jmcneill #define IMX_SC_R_DMA_0_CH25		89
     98      1.1  jmcneill #define IMX_SC_R_DMA_0_CH26		90
     99      1.1  jmcneill #define IMX_SC_R_DMA_0_CH27		91
    100      1.1  jmcneill #define IMX_SC_R_DMA_0_CH28		92
    101      1.1  jmcneill #define IMX_SC_R_DMA_0_CH29		93
    102      1.1  jmcneill #define IMX_SC_R_DMA_0_CH30		94
    103      1.1  jmcneill #define IMX_SC_R_DMA_0_CH31		95
    104      1.1  jmcneill #define IMX_SC_R_I2C_0			96
    105      1.1  jmcneill #define IMX_SC_R_I2C_1			97
    106      1.1  jmcneill #define IMX_SC_R_I2C_2			98
    107      1.1  jmcneill #define IMX_SC_R_I2C_3			99
    108      1.1  jmcneill #define IMX_SC_R_I2C_4			100
    109      1.1  jmcneill #define IMX_SC_R_ADC_0			101
    110      1.1  jmcneill #define IMX_SC_R_ADC_1			102
    111      1.1  jmcneill #define IMX_SC_R_FTM_0			103
    112      1.1  jmcneill #define IMX_SC_R_FTM_1			104
    113      1.1  jmcneill #define IMX_SC_R_CAN_0			105
    114      1.1  jmcneill #define IMX_SC_R_CAN_1			106
    115      1.1  jmcneill #define IMX_SC_R_CAN_2			107
    116  1.1.1.3  jmcneill #define IMX_SC_R_CAN(x)			(IMX_SC_R_CAN_0 + (x))
    117      1.1  jmcneill #define IMX_SC_R_DMA_1_CH0		108
    118      1.1  jmcneill #define IMX_SC_R_DMA_1_CH1		109
    119      1.1  jmcneill #define IMX_SC_R_DMA_1_CH2		110
    120      1.1  jmcneill #define IMX_SC_R_DMA_1_CH3		111
    121      1.1  jmcneill #define IMX_SC_R_DMA_1_CH4		112
    122      1.1  jmcneill #define IMX_SC_R_DMA_1_CH5		113
    123      1.1  jmcneill #define IMX_SC_R_DMA_1_CH6		114
    124      1.1  jmcneill #define IMX_SC_R_DMA_1_CH7		115
    125      1.1  jmcneill #define IMX_SC_R_DMA_1_CH8		116
    126      1.1  jmcneill #define IMX_SC_R_DMA_1_CH9		117
    127      1.1  jmcneill #define IMX_SC_R_DMA_1_CH10		118
    128      1.1  jmcneill #define IMX_SC_R_DMA_1_CH11		119
    129      1.1  jmcneill #define IMX_SC_R_DMA_1_CH12		120
    130      1.1  jmcneill #define IMX_SC_R_DMA_1_CH13		121
    131      1.1  jmcneill #define IMX_SC_R_DMA_1_CH14		122
    132      1.1  jmcneill #define IMX_SC_R_DMA_1_CH15		123
    133      1.1  jmcneill #define IMX_SC_R_DMA_1_CH16		124
    134      1.1  jmcneill #define IMX_SC_R_DMA_1_CH17		125
    135      1.1  jmcneill #define IMX_SC_R_DMA_1_CH18		126
    136      1.1  jmcneill #define IMX_SC_R_DMA_1_CH19		127
    137      1.1  jmcneill #define IMX_SC_R_DMA_1_CH20		128
    138      1.1  jmcneill #define IMX_SC_R_DMA_1_CH21		129
    139      1.1  jmcneill #define IMX_SC_R_DMA_1_CH22		130
    140      1.1  jmcneill #define IMX_SC_R_DMA_1_CH23		131
    141      1.1  jmcneill #define IMX_SC_R_DMA_1_CH24		132
    142      1.1  jmcneill #define IMX_SC_R_DMA_1_CH25		133
    143      1.1  jmcneill #define IMX_SC_R_DMA_1_CH26		134
    144      1.1  jmcneill #define IMX_SC_R_DMA_1_CH27		135
    145      1.1  jmcneill #define IMX_SC_R_DMA_1_CH28		136
    146      1.1  jmcneill #define IMX_SC_R_DMA_1_CH29		137
    147      1.1  jmcneill #define IMX_SC_R_DMA_1_CH30		138
    148      1.1  jmcneill #define IMX_SC_R_DMA_1_CH31		139
    149      1.1  jmcneill #define IMX_SC_R_UNUSED1		140
    150      1.1  jmcneill #define IMX_SC_R_UNUSED2		141
    151      1.1  jmcneill #define IMX_SC_R_UNUSED3		142
    152      1.1  jmcneill #define IMX_SC_R_UNUSED4		143
    153      1.1  jmcneill #define IMX_SC_R_GPU_0_PID0		144
    154      1.1  jmcneill #define IMX_SC_R_GPU_0_PID1		145
    155      1.1  jmcneill #define IMX_SC_R_GPU_0_PID2		146
    156      1.1  jmcneill #define IMX_SC_R_GPU_0_PID3		147
    157      1.1  jmcneill #define IMX_SC_R_GPU_1_PID0		148
    158      1.1  jmcneill #define IMX_SC_R_GPU_1_PID1		149
    159      1.1  jmcneill #define IMX_SC_R_GPU_1_PID2		150
    160      1.1  jmcneill #define IMX_SC_R_GPU_1_PID3		151
    161      1.1  jmcneill #define IMX_SC_R_PCIE_A			152
    162      1.1  jmcneill #define IMX_SC_R_SERDES_0		153
    163      1.1  jmcneill #define IMX_SC_R_MATCH_0		154
    164      1.1  jmcneill #define IMX_SC_R_MATCH_1		155
    165      1.1  jmcneill #define IMX_SC_R_MATCH_2		156
    166      1.1  jmcneill #define IMX_SC_R_MATCH_3		157
    167      1.1  jmcneill #define IMX_SC_R_MATCH_4		158
    168      1.1  jmcneill #define IMX_SC_R_MATCH_5		159
    169      1.1  jmcneill #define IMX_SC_R_MATCH_6		160
    170      1.1  jmcneill #define IMX_SC_R_MATCH_7		161
    171      1.1  jmcneill #define IMX_SC_R_MATCH_8		162
    172      1.1  jmcneill #define IMX_SC_R_MATCH_9		163
    173      1.1  jmcneill #define IMX_SC_R_MATCH_10		164
    174      1.1  jmcneill #define IMX_SC_R_MATCH_11		165
    175      1.1  jmcneill #define IMX_SC_R_MATCH_12		166
    176      1.1  jmcneill #define IMX_SC_R_MATCH_13		167
    177      1.1  jmcneill #define IMX_SC_R_MATCH_14		168
    178      1.1  jmcneill #define IMX_SC_R_PCIE_B			169
    179      1.1  jmcneill #define IMX_SC_R_SATA_0			170
    180      1.1  jmcneill #define IMX_SC_R_SERDES_1		171
    181      1.1  jmcneill #define IMX_SC_R_HSIO_GPIO		172
    182      1.1  jmcneill #define IMX_SC_R_MATCH_15		173
    183      1.1  jmcneill #define IMX_SC_R_MATCH_16		174
    184      1.1  jmcneill #define IMX_SC_R_MATCH_17		175
    185      1.1  jmcneill #define IMX_SC_R_MATCH_18		176
    186      1.1  jmcneill #define IMX_SC_R_MATCH_19		177
    187      1.1  jmcneill #define IMX_SC_R_MATCH_20		178
    188      1.1  jmcneill #define IMX_SC_R_MATCH_21		179
    189      1.1  jmcneill #define IMX_SC_R_MATCH_22		180
    190      1.1  jmcneill #define IMX_SC_R_MATCH_23		181
    191      1.1  jmcneill #define IMX_SC_R_MATCH_24		182
    192      1.1  jmcneill #define IMX_SC_R_MATCH_25		183
    193      1.1  jmcneill #define IMX_SC_R_MATCH_26		184
    194      1.1  jmcneill #define IMX_SC_R_MATCH_27		185
    195      1.1  jmcneill #define IMX_SC_R_MATCH_28		186
    196      1.1  jmcneill #define IMX_SC_R_LCD_0			187
    197      1.1  jmcneill #define IMX_SC_R_LCD_0_PWM_0		188
    198      1.1  jmcneill #define IMX_SC_R_LCD_0_I2C_0		189
    199      1.1  jmcneill #define IMX_SC_R_LCD_0_I2C_1		190
    200      1.1  jmcneill #define IMX_SC_R_PWM_0			191
    201      1.1  jmcneill #define IMX_SC_R_PWM_1			192
    202      1.1  jmcneill #define IMX_SC_R_PWM_2			193
    203      1.1  jmcneill #define IMX_SC_R_PWM_3			194
    204      1.1  jmcneill #define IMX_SC_R_PWM_4			195
    205      1.1  jmcneill #define IMX_SC_R_PWM_5			196
    206      1.1  jmcneill #define IMX_SC_R_PWM_6			197
    207      1.1  jmcneill #define IMX_SC_R_PWM_7			198
    208      1.1  jmcneill #define IMX_SC_R_GPIO_0			199
    209      1.1  jmcneill #define IMX_SC_R_GPIO_1			200
    210      1.1  jmcneill #define IMX_SC_R_GPIO_2			201
    211      1.1  jmcneill #define IMX_SC_R_GPIO_3			202
    212      1.1  jmcneill #define IMX_SC_R_GPIO_4			203
    213      1.1  jmcneill #define IMX_SC_R_GPIO_5			204
    214      1.1  jmcneill #define IMX_SC_R_GPIO_6			205
    215      1.1  jmcneill #define IMX_SC_R_GPIO_7			206
    216      1.1  jmcneill #define IMX_SC_R_GPT_0			207
    217      1.1  jmcneill #define IMX_SC_R_GPT_1			208
    218      1.1  jmcneill #define IMX_SC_R_GPT_2			209
    219      1.1  jmcneill #define IMX_SC_R_GPT_3			210
    220      1.1  jmcneill #define IMX_SC_R_GPT_4			211
    221      1.1  jmcneill #define IMX_SC_R_KPP			212
    222      1.1  jmcneill #define IMX_SC_R_MU_0A			213
    223      1.1  jmcneill #define IMX_SC_R_MU_1A			214
    224      1.1  jmcneill #define IMX_SC_R_MU_2A			215
    225      1.1  jmcneill #define IMX_SC_R_MU_3A			216
    226      1.1  jmcneill #define IMX_SC_R_MU_4A			217
    227      1.1  jmcneill #define IMX_SC_R_MU_5A			218
    228      1.1  jmcneill #define IMX_SC_R_MU_6A			219
    229      1.1  jmcneill #define IMX_SC_R_MU_7A			220
    230      1.1  jmcneill #define IMX_SC_R_MU_8A			221
    231      1.1  jmcneill #define IMX_SC_R_MU_9A			222
    232      1.1  jmcneill #define IMX_SC_R_MU_10A			223
    233      1.1  jmcneill #define IMX_SC_R_MU_11A			224
    234      1.1  jmcneill #define IMX_SC_R_MU_12A			225
    235      1.1  jmcneill #define IMX_SC_R_MU_13A			226
    236      1.1  jmcneill #define IMX_SC_R_MU_5B			227
    237      1.1  jmcneill #define IMX_SC_R_MU_6B			228
    238      1.1  jmcneill #define IMX_SC_R_MU_7B			229
    239      1.1  jmcneill #define IMX_SC_R_MU_8B			230
    240      1.1  jmcneill #define IMX_SC_R_MU_9B			231
    241      1.1  jmcneill #define IMX_SC_R_MU_10B			232
    242      1.1  jmcneill #define IMX_SC_R_MU_11B			233
    243      1.1  jmcneill #define IMX_SC_R_MU_12B			234
    244      1.1  jmcneill #define IMX_SC_R_MU_13B			235
    245      1.1  jmcneill #define IMX_SC_R_ROM_0			236
    246      1.1  jmcneill #define IMX_SC_R_FSPI_0			237
    247      1.1  jmcneill #define IMX_SC_R_FSPI_1			238
    248      1.1  jmcneill #define IMX_SC_R_IEE			239
    249      1.1  jmcneill #define IMX_SC_R_IEE_R0			240
    250      1.1  jmcneill #define IMX_SC_R_IEE_R1			241
    251      1.1  jmcneill #define IMX_SC_R_IEE_R2			242
    252      1.1  jmcneill #define IMX_SC_R_IEE_R3			243
    253      1.1  jmcneill #define IMX_SC_R_IEE_R4			244
    254      1.1  jmcneill #define IMX_SC_R_IEE_R5			245
    255      1.1  jmcneill #define IMX_SC_R_IEE_R6			246
    256      1.1  jmcneill #define IMX_SC_R_IEE_R7			247
    257      1.1  jmcneill #define IMX_SC_R_SDHC_0			248
    258      1.1  jmcneill #define IMX_SC_R_SDHC_1			249
    259      1.1  jmcneill #define IMX_SC_R_SDHC_2			250
    260      1.1  jmcneill #define IMX_SC_R_ENET_0			251
    261      1.1  jmcneill #define IMX_SC_R_ENET_1			252
    262      1.1  jmcneill #define IMX_SC_R_MLB_0			253
    263      1.1  jmcneill #define IMX_SC_R_DMA_2_CH0		254
    264      1.1  jmcneill #define IMX_SC_R_DMA_2_CH1		255
    265      1.1  jmcneill #define IMX_SC_R_DMA_2_CH2		256
    266      1.1  jmcneill #define IMX_SC_R_DMA_2_CH3		257
    267      1.1  jmcneill #define IMX_SC_R_DMA_2_CH4		258
    268      1.1  jmcneill #define IMX_SC_R_USB_0			259
    269      1.1  jmcneill #define IMX_SC_R_USB_1			260
    270      1.1  jmcneill #define IMX_SC_R_USB_0_PHY		261
    271      1.1  jmcneill #define IMX_SC_R_USB_2			262
    272      1.1  jmcneill #define IMX_SC_R_USB_2_PHY		263
    273      1.1  jmcneill #define IMX_SC_R_DTCP			264
    274      1.1  jmcneill #define IMX_SC_R_NAND			265
    275      1.1  jmcneill #define IMX_SC_R_LVDS_0			266
    276      1.1  jmcneill #define IMX_SC_R_LVDS_0_PWM_0		267
    277      1.1  jmcneill #define IMX_SC_R_LVDS_0_I2C_0		268
    278      1.1  jmcneill #define IMX_SC_R_LVDS_0_I2C_1		269
    279      1.1  jmcneill #define IMX_SC_R_LVDS_1			270
    280      1.1  jmcneill #define IMX_SC_R_LVDS_1_PWM_0		271
    281      1.1  jmcneill #define IMX_SC_R_LVDS_1_I2C_0		272
    282      1.1  jmcneill #define IMX_SC_R_LVDS_1_I2C_1		273
    283      1.1  jmcneill #define IMX_SC_R_LVDS_2			274
    284      1.1  jmcneill #define IMX_SC_R_LVDS_2_PWM_0		275
    285      1.1  jmcneill #define IMX_SC_R_LVDS_2_I2C_0		276
    286      1.1  jmcneill #define IMX_SC_R_LVDS_2_I2C_1		277
    287      1.1  jmcneill #define IMX_SC_R_M4_0_PID0		278
    288      1.1  jmcneill #define IMX_SC_R_M4_0_PID1		279
    289      1.1  jmcneill #define IMX_SC_R_M4_0_PID2		280
    290      1.1  jmcneill #define IMX_SC_R_M4_0_PID3		281
    291      1.1  jmcneill #define IMX_SC_R_M4_0_PID4		282
    292      1.1  jmcneill #define IMX_SC_R_M4_0_RGPIO		283
    293      1.1  jmcneill #define IMX_SC_R_M4_0_SEMA42		284
    294      1.1  jmcneill #define IMX_SC_R_M4_0_TPM		285
    295      1.1  jmcneill #define IMX_SC_R_M4_0_PIT		286
    296      1.1  jmcneill #define IMX_SC_R_M4_0_UART		287
    297      1.1  jmcneill #define IMX_SC_R_M4_0_I2C		288
    298      1.1  jmcneill #define IMX_SC_R_M4_0_INTMUX		289
    299      1.1  jmcneill #define IMX_SC_R_M4_0_MU_0B		292
    300      1.1  jmcneill #define IMX_SC_R_M4_0_MU_0A0		293
    301      1.1  jmcneill #define IMX_SC_R_M4_0_MU_0A1		294
    302      1.1  jmcneill #define IMX_SC_R_M4_0_MU_0A2		295
    303      1.1  jmcneill #define IMX_SC_R_M4_0_MU_0A3		296
    304      1.1  jmcneill #define IMX_SC_R_M4_0_MU_1A		297
    305      1.1  jmcneill #define IMX_SC_R_M4_1_PID0		298
    306      1.1  jmcneill #define IMX_SC_R_M4_1_PID1		299
    307      1.1  jmcneill #define IMX_SC_R_M4_1_PID2		300
    308      1.1  jmcneill #define IMX_SC_R_M4_1_PID3		301
    309      1.1  jmcneill #define IMX_SC_R_M4_1_PID4		302
    310      1.1  jmcneill #define IMX_SC_R_M4_1_RGPIO		303
    311      1.1  jmcneill #define IMX_SC_R_M4_1_SEMA42		304
    312      1.1  jmcneill #define IMX_SC_R_M4_1_TPM		305
    313      1.1  jmcneill #define IMX_SC_R_M4_1_PIT		306
    314      1.1  jmcneill #define IMX_SC_R_M4_1_UART		307
    315      1.1  jmcneill #define IMX_SC_R_M4_1_I2C		308
    316      1.1  jmcneill #define IMX_SC_R_M4_1_INTMUX		309
    317      1.1  jmcneill #define IMX_SC_R_M4_1_MU_0B		312
    318      1.1  jmcneill #define IMX_SC_R_M4_1_MU_0A0		313
    319      1.1  jmcneill #define IMX_SC_R_M4_1_MU_0A1		314
    320      1.1  jmcneill #define IMX_SC_R_M4_1_MU_0A2		315
    321      1.1  jmcneill #define IMX_SC_R_M4_1_MU_0A3		316
    322      1.1  jmcneill #define IMX_SC_R_M4_1_MU_1A		317
    323      1.1  jmcneill #define IMX_SC_R_SAI_0			318
    324      1.1  jmcneill #define IMX_SC_R_SAI_1			319
    325      1.1  jmcneill #define IMX_SC_R_SAI_2			320
    326      1.1  jmcneill #define IMX_SC_R_IRQSTR_SCU2		321
    327      1.1  jmcneill #define IMX_SC_R_IRQSTR_DSP		322
    328      1.1  jmcneill #define IMX_SC_R_ELCDIF_PLL		323
    329  1.1.1.2     skrll #define IMX_SC_R_OCRAM			324
    330      1.1  jmcneill #define IMX_SC_R_AUDIO_PLL_0		325
    331      1.1  jmcneill #define IMX_SC_R_PI_0			326
    332      1.1  jmcneill #define IMX_SC_R_PI_0_PWM_0		327
    333      1.1  jmcneill #define IMX_SC_R_PI_0_PWM_1		328
    334      1.1  jmcneill #define IMX_SC_R_PI_0_I2C_0		329
    335      1.1  jmcneill #define IMX_SC_R_PI_0_PLL		330
    336      1.1  jmcneill #define IMX_SC_R_PI_1			331
    337      1.1  jmcneill #define IMX_SC_R_PI_1_PWM_0		332
    338      1.1  jmcneill #define IMX_SC_R_PI_1_PWM_1		333
    339      1.1  jmcneill #define IMX_SC_R_PI_1_I2C_0		334
    340      1.1  jmcneill #define IMX_SC_R_PI_1_PLL		335
    341      1.1  jmcneill #define IMX_SC_R_SC_PID0		336
    342      1.1  jmcneill #define IMX_SC_R_SC_PID1		337
    343      1.1  jmcneill #define IMX_SC_R_SC_PID2		338
    344      1.1  jmcneill #define IMX_SC_R_SC_PID3		339
    345      1.1  jmcneill #define IMX_SC_R_SC_PID4		340
    346      1.1  jmcneill #define IMX_SC_R_SC_SEMA42		341
    347      1.1  jmcneill #define IMX_SC_R_SC_TPM			342
    348      1.1  jmcneill #define IMX_SC_R_SC_PIT			343
    349      1.1  jmcneill #define IMX_SC_R_SC_UART		344
    350      1.1  jmcneill #define IMX_SC_R_SC_I2C			345
    351      1.1  jmcneill #define IMX_SC_R_SC_MU_0B		346
    352      1.1  jmcneill #define IMX_SC_R_SC_MU_0A0		347
    353      1.1  jmcneill #define IMX_SC_R_SC_MU_0A1		348
    354      1.1  jmcneill #define IMX_SC_R_SC_MU_0A2		349
    355      1.1  jmcneill #define IMX_SC_R_SC_MU_0A3		350
    356      1.1  jmcneill #define IMX_SC_R_SC_MU_1A		351
    357      1.1  jmcneill #define IMX_SC_R_SYSCNT_RD		352
    358      1.1  jmcneill #define IMX_SC_R_SYSCNT_CMP		353
    359      1.1  jmcneill #define IMX_SC_R_DEBUG			354
    360      1.1  jmcneill #define IMX_SC_R_SYSTEM			355
    361      1.1  jmcneill #define IMX_SC_R_SNVS			356
    362      1.1  jmcneill #define IMX_SC_R_OTP			357
    363      1.1  jmcneill #define IMX_SC_R_VPU_PID0		358
    364      1.1  jmcneill #define IMX_SC_R_VPU_PID1		359
    365      1.1  jmcneill #define IMX_SC_R_VPU_PID2		360
    366      1.1  jmcneill #define IMX_SC_R_VPU_PID3		361
    367      1.1  jmcneill #define IMX_SC_R_VPU_PID4		362
    368      1.1  jmcneill #define IMX_SC_R_VPU_PID5		363
    369      1.1  jmcneill #define IMX_SC_R_VPU_PID6		364
    370      1.1  jmcneill #define IMX_SC_R_VPU_PID7		365
    371      1.1  jmcneill #define IMX_SC_R_VPU_UART		366
    372      1.1  jmcneill #define IMX_SC_R_VPUCORE		367
    373      1.1  jmcneill #define IMX_SC_R_VPUCORE_0		368
    374      1.1  jmcneill #define IMX_SC_R_VPUCORE_1		369
    375      1.1  jmcneill #define IMX_SC_R_VPUCORE_2		370
    376      1.1  jmcneill #define IMX_SC_R_VPUCORE_3		371
    377      1.1  jmcneill #define IMX_SC_R_DMA_4_CH0		372
    378      1.1  jmcneill #define IMX_SC_R_DMA_4_CH1		373
    379      1.1  jmcneill #define IMX_SC_R_DMA_4_CH2		374
    380      1.1  jmcneill #define IMX_SC_R_DMA_4_CH3		375
    381      1.1  jmcneill #define IMX_SC_R_DMA_4_CH4		376
    382      1.1  jmcneill #define IMX_SC_R_ISI_CH0		377
    383      1.1  jmcneill #define IMX_SC_R_ISI_CH1		378
    384      1.1  jmcneill #define IMX_SC_R_ISI_CH2		379
    385      1.1  jmcneill #define IMX_SC_R_ISI_CH3		380
    386      1.1  jmcneill #define IMX_SC_R_ISI_CH4		381
    387      1.1  jmcneill #define IMX_SC_R_ISI_CH5		382
    388      1.1  jmcneill #define IMX_SC_R_ISI_CH6		383
    389      1.1  jmcneill #define IMX_SC_R_ISI_CH7		384
    390      1.1  jmcneill #define IMX_SC_R_MJPEG_DEC_S0		385
    391      1.1  jmcneill #define IMX_SC_R_MJPEG_DEC_S1		386
    392      1.1  jmcneill #define IMX_SC_R_MJPEG_DEC_S2		387
    393      1.1  jmcneill #define IMX_SC_R_MJPEG_DEC_S3		388
    394      1.1  jmcneill #define IMX_SC_R_MJPEG_ENC_S0		389
    395      1.1  jmcneill #define IMX_SC_R_MJPEG_ENC_S1		390
    396      1.1  jmcneill #define IMX_SC_R_MJPEG_ENC_S2		391
    397      1.1  jmcneill #define IMX_SC_R_MJPEG_ENC_S3		392
    398      1.1  jmcneill #define IMX_SC_R_MIPI_0			393
    399      1.1  jmcneill #define IMX_SC_R_MIPI_0_PWM_0		394
    400      1.1  jmcneill #define IMX_SC_R_MIPI_0_I2C_0		395
    401      1.1  jmcneill #define IMX_SC_R_MIPI_0_I2C_1		396
    402      1.1  jmcneill #define IMX_SC_R_MIPI_1			397
    403      1.1  jmcneill #define IMX_SC_R_MIPI_1_PWM_0		398
    404      1.1  jmcneill #define IMX_SC_R_MIPI_1_I2C_0		399
    405      1.1  jmcneill #define IMX_SC_R_MIPI_1_I2C_1		400
    406      1.1  jmcneill #define IMX_SC_R_CSI_0			401
    407      1.1  jmcneill #define IMX_SC_R_CSI_0_PWM_0		402
    408      1.1  jmcneill #define IMX_SC_R_CSI_0_I2C_0		403
    409      1.1  jmcneill #define IMX_SC_R_CSI_1			404
    410      1.1  jmcneill #define IMX_SC_R_CSI_1_PWM_0		405
    411      1.1  jmcneill #define IMX_SC_R_CSI_1_I2C_0		406
    412      1.1  jmcneill #define IMX_SC_R_HDMI			407
    413      1.1  jmcneill #define IMX_SC_R_HDMI_I2S		408
    414      1.1  jmcneill #define IMX_SC_R_HDMI_I2C_0		409
    415      1.1  jmcneill #define IMX_SC_R_HDMI_PLL_0		410
    416      1.1  jmcneill #define IMX_SC_R_HDMI_RX		411
    417      1.1  jmcneill #define IMX_SC_R_HDMI_RX_BYPASS		412
    418      1.1  jmcneill #define IMX_SC_R_HDMI_RX_I2C_0		413
    419      1.1  jmcneill #define IMX_SC_R_ASRC_0			414
    420      1.1  jmcneill #define IMX_SC_R_ESAI_0			415
    421      1.1  jmcneill #define IMX_SC_R_SPDIF_0		416
    422      1.1  jmcneill #define IMX_SC_R_SPDIF_1		417
    423      1.1  jmcneill #define IMX_SC_R_SAI_3			418
    424      1.1  jmcneill #define IMX_SC_R_SAI_4			419
    425      1.1  jmcneill #define IMX_SC_R_SAI_5			420
    426      1.1  jmcneill #define IMX_SC_R_GPT_5			421
    427      1.1  jmcneill #define IMX_SC_R_GPT_6			422
    428      1.1  jmcneill #define IMX_SC_R_GPT_7			423
    429      1.1  jmcneill #define IMX_SC_R_GPT_8			424
    430      1.1  jmcneill #define IMX_SC_R_GPT_9			425
    431      1.1  jmcneill #define IMX_SC_R_GPT_10			426
    432      1.1  jmcneill #define IMX_SC_R_DMA_2_CH5		427
    433      1.1  jmcneill #define IMX_SC_R_DMA_2_CH6		428
    434      1.1  jmcneill #define IMX_SC_R_DMA_2_CH7		429
    435      1.1  jmcneill #define IMX_SC_R_DMA_2_CH8		430
    436      1.1  jmcneill #define IMX_SC_R_DMA_2_CH9		431
    437      1.1  jmcneill #define IMX_SC_R_DMA_2_CH10		432
    438      1.1  jmcneill #define IMX_SC_R_DMA_2_CH11		433
    439      1.1  jmcneill #define IMX_SC_R_DMA_2_CH12		434
    440      1.1  jmcneill #define IMX_SC_R_DMA_2_CH13		435
    441      1.1  jmcneill #define IMX_SC_R_DMA_2_CH14		436
    442      1.1  jmcneill #define IMX_SC_R_DMA_2_CH15		437
    443      1.1  jmcneill #define IMX_SC_R_DMA_2_CH16		438
    444      1.1  jmcneill #define IMX_SC_R_DMA_2_CH17		439
    445      1.1  jmcneill #define IMX_SC_R_DMA_2_CH18		440
    446      1.1  jmcneill #define IMX_SC_R_DMA_2_CH19		441
    447      1.1  jmcneill #define IMX_SC_R_DMA_2_CH20		442
    448      1.1  jmcneill #define IMX_SC_R_DMA_2_CH21		443
    449      1.1  jmcneill #define IMX_SC_R_DMA_2_CH22		444
    450      1.1  jmcneill #define IMX_SC_R_DMA_2_CH23		445
    451      1.1  jmcneill #define IMX_SC_R_DMA_2_CH24		446
    452      1.1  jmcneill #define IMX_SC_R_DMA_2_CH25		447
    453      1.1  jmcneill #define IMX_SC_R_DMA_2_CH26		448
    454      1.1  jmcneill #define IMX_SC_R_DMA_2_CH27		449
    455      1.1  jmcneill #define IMX_SC_R_DMA_2_CH28		450
    456      1.1  jmcneill #define IMX_SC_R_DMA_2_CH29		451
    457      1.1  jmcneill #define IMX_SC_R_DMA_2_CH30		452
    458      1.1  jmcneill #define IMX_SC_R_DMA_2_CH31		453
    459      1.1  jmcneill #define IMX_SC_R_ASRC_1			454
    460      1.1  jmcneill #define IMX_SC_R_ESAI_1			455
    461      1.1  jmcneill #define IMX_SC_R_SAI_6			456
    462      1.1  jmcneill #define IMX_SC_R_SAI_7			457
    463      1.1  jmcneill #define IMX_SC_R_AMIX			458
    464      1.1  jmcneill #define IMX_SC_R_MQS_0			459
    465      1.1  jmcneill #define IMX_SC_R_DMA_3_CH0		460
    466      1.1  jmcneill #define IMX_SC_R_DMA_3_CH1		461
    467      1.1  jmcneill #define IMX_SC_R_DMA_3_CH2		462
    468      1.1  jmcneill #define IMX_SC_R_DMA_3_CH3		463
    469      1.1  jmcneill #define IMX_SC_R_DMA_3_CH4		464
    470      1.1  jmcneill #define IMX_SC_R_DMA_3_CH5		465
    471      1.1  jmcneill #define IMX_SC_R_DMA_3_CH6		466
    472      1.1  jmcneill #define IMX_SC_R_DMA_3_CH7		467
    473      1.1  jmcneill #define IMX_SC_R_DMA_3_CH8		468
    474      1.1  jmcneill #define IMX_SC_R_DMA_3_CH9		469
    475      1.1  jmcneill #define IMX_SC_R_DMA_3_CH10		470
    476      1.1  jmcneill #define IMX_SC_R_DMA_3_CH11		471
    477      1.1  jmcneill #define IMX_SC_R_DMA_3_CH12		472
    478      1.1  jmcneill #define IMX_SC_R_DMA_3_CH13		473
    479      1.1  jmcneill #define IMX_SC_R_DMA_3_CH14		474
    480      1.1  jmcneill #define IMX_SC_R_DMA_3_CH15		475
    481      1.1  jmcneill #define IMX_SC_R_DMA_3_CH16		476
    482      1.1  jmcneill #define IMX_SC_R_DMA_3_CH17		477
    483      1.1  jmcneill #define IMX_SC_R_DMA_3_CH18		478
    484      1.1  jmcneill #define IMX_SC_R_DMA_3_CH19		479
    485      1.1  jmcneill #define IMX_SC_R_DMA_3_CH20		480
    486      1.1  jmcneill #define IMX_SC_R_DMA_3_CH21		481
    487      1.1  jmcneill #define IMX_SC_R_DMA_3_CH22		482
    488      1.1  jmcneill #define IMX_SC_R_DMA_3_CH23		483
    489      1.1  jmcneill #define IMX_SC_R_DMA_3_CH24		484
    490      1.1  jmcneill #define IMX_SC_R_DMA_3_CH25		485
    491      1.1  jmcneill #define IMX_SC_R_DMA_3_CH26		486
    492      1.1  jmcneill #define IMX_SC_R_DMA_3_CH27		487
    493      1.1  jmcneill #define IMX_SC_R_DMA_3_CH28		488
    494      1.1  jmcneill #define IMX_SC_R_DMA_3_CH29		489
    495      1.1  jmcneill #define IMX_SC_R_DMA_3_CH30		490
    496      1.1  jmcneill #define IMX_SC_R_DMA_3_CH31		491
    497      1.1  jmcneill #define IMX_SC_R_AUDIO_PLL_1		492
    498      1.1  jmcneill #define IMX_SC_R_AUDIO_CLK_0		493
    499      1.1  jmcneill #define IMX_SC_R_AUDIO_CLK_1		494
    500      1.1  jmcneill #define IMX_SC_R_MCLK_OUT_0		495
    501      1.1  jmcneill #define IMX_SC_R_MCLK_OUT_1		496
    502      1.1  jmcneill #define IMX_SC_R_PMIC_0			497
    503      1.1  jmcneill #define IMX_SC_R_PMIC_1			498
    504      1.1  jmcneill #define IMX_SC_R_SECO			499
    505      1.1  jmcneill #define IMX_SC_R_CAAM_JR1		500
    506      1.1  jmcneill #define IMX_SC_R_CAAM_JR2		501
    507      1.1  jmcneill #define IMX_SC_R_CAAM_JR3		502
    508      1.1  jmcneill #define IMX_SC_R_SECO_MU_2		503
    509      1.1  jmcneill #define IMX_SC_R_SECO_MU_3		504
    510      1.1  jmcneill #define IMX_SC_R_SECO_MU_4		505
    511      1.1  jmcneill #define IMX_SC_R_HDMI_RX_PWM_0		506
    512      1.1  jmcneill #define IMX_SC_R_A35			507
    513      1.1  jmcneill #define IMX_SC_R_A35_0			508
    514      1.1  jmcneill #define IMX_SC_R_A35_1			509
    515      1.1  jmcneill #define IMX_SC_R_A35_2			510
    516      1.1  jmcneill #define IMX_SC_R_A35_3			511
    517      1.1  jmcneill #define IMX_SC_R_DSP			512
    518      1.1  jmcneill #define IMX_SC_R_DSP_RAM		513
    519      1.1  jmcneill #define IMX_SC_R_CAAM_JR1_OUT		514
    520      1.1  jmcneill #define IMX_SC_R_CAAM_JR2_OUT		515
    521      1.1  jmcneill #define IMX_SC_R_CAAM_JR3_OUT		516
    522      1.1  jmcneill #define IMX_SC_R_VPU_DEC_0		517
    523      1.1  jmcneill #define IMX_SC_R_VPU_ENC_0		518
    524      1.1  jmcneill #define IMX_SC_R_CAAM_JR0		519
    525      1.1  jmcneill #define IMX_SC_R_CAAM_JR0_OUT		520
    526      1.1  jmcneill #define IMX_SC_R_PMIC_2			521
    527      1.1  jmcneill #define IMX_SC_R_DBLOGIC		522
    528      1.1  jmcneill #define IMX_SC_R_HDMI_PLL_1		523
    529      1.1  jmcneill #define IMX_SC_R_BOARD_R0		524
    530      1.1  jmcneill #define IMX_SC_R_BOARD_R1		525
    531      1.1  jmcneill #define IMX_SC_R_BOARD_R2		526
    532      1.1  jmcneill #define IMX_SC_R_BOARD_R3		527
    533      1.1  jmcneill #define IMX_SC_R_BOARD_R4		528
    534      1.1  jmcneill #define IMX_SC_R_BOARD_R5		529
    535      1.1  jmcneill #define IMX_SC_R_BOARD_R6		530
    536      1.1  jmcneill #define IMX_SC_R_BOARD_R7		531
    537      1.1  jmcneill #define IMX_SC_R_MJPEG_DEC_MP		532
    538      1.1  jmcneill #define IMX_SC_R_MJPEG_ENC_MP		533
    539      1.1  jmcneill #define IMX_SC_R_VPU_TS_0		534
    540      1.1  jmcneill #define IMX_SC_R_VPU_MU_0		535
    541      1.1  jmcneill #define IMX_SC_R_VPU_MU_1		536
    542      1.1  jmcneill #define IMX_SC_R_VPU_MU_2		537
    543      1.1  jmcneill #define IMX_SC_R_VPU_MU_3		538
    544      1.1  jmcneill #define IMX_SC_R_VPU_ENC_1		539
    545      1.1  jmcneill #define IMX_SC_R_VPU			540
    546  1.1.1.2     skrll #define IMX_SC_R_DMA_5_CH0		541
    547  1.1.1.2     skrll #define IMX_SC_R_DMA_5_CH1		542
    548  1.1.1.2     skrll #define IMX_SC_R_DMA_5_CH2		543
    549  1.1.1.2     skrll #define IMX_SC_R_DMA_5_CH3		544
    550  1.1.1.2     skrll #define IMX_SC_R_ATTESTATION		545
    551  1.1.1.2     skrll #define IMX_SC_R_LAST			546
    552      1.1  jmcneill 
    553  1.1.1.3  jmcneill /*
    554  1.1.1.3  jmcneill  * Defines for SC PM CLK
    555  1.1.1.3  jmcneill  */
    556  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_SLV_BUS		0	/* Slave bus clock */
    557  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MST_BUS		1	/* Master bus clock */
    558  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_PER		2	/* Peripheral clock */
    559  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_PHY		3	/* Phy clock */
    560  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MISC		4	/* Misc clock */
    561  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MISC0		0	/* Misc 0 clock */
    562  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MISC1		1	/* Misc 1 clock */
    563  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MISC2		2	/* Misc 2 clock */
    564  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MISC3		3	/* Misc 3 clock */
    565  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_MISC4		4	/* Misc 4 clock */
    566  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_CPU		2	/* CPU clock */
    567  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_PLL		4	/* PLL */
    568  1.1.1.3  jmcneill #define IMX_SC_PM_CLK_BYPASS		4	/* Bypass clock */
    569  1.1.1.3  jmcneill 
    570  1.1.1.3  jmcneill /*
    571  1.1.1.3  jmcneill  * Defines for SC CONTROL
    572  1.1.1.3  jmcneill  */
    573  1.1.1.3  jmcneill #define IMX_SC_C_TEMP				0
    574  1.1.1.3  jmcneill #define IMX_SC_C_TEMP_HI			1
    575  1.1.1.3  jmcneill #define IMX_SC_C_TEMP_LOW			2
    576  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST1_ADDR		3
    577  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST2_ADDR		4
    578  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST_ENB		5
    579  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST1_ENB		6
    580  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST2_ENB		7
    581  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_SLV1_ADDR		8
    582  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_SLV2_ADDR		9
    583  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST_VLD		10
    584  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST1_VLD		11
    585  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_MST2_VLD		12
    586  1.1.1.3  jmcneill #define IMX_SC_C_SINGLE_MODE			13
    587  1.1.1.3  jmcneill #define IMX_SC_C_ID				14
    588  1.1.1.3  jmcneill #define IMX_SC_C_PXL_CLK_POLARITY		15
    589  1.1.1.3  jmcneill #define IMX_SC_C_LINESTATE			16
    590  1.1.1.3  jmcneill #define IMX_SC_C_PCIE_G_RST			17
    591  1.1.1.3  jmcneill #define IMX_SC_C_PCIE_BUTTON_RST		18
    592  1.1.1.3  jmcneill #define IMX_SC_C_PCIE_PERST			19
    593  1.1.1.3  jmcneill #define IMX_SC_C_PHY_RESET			20
    594  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_RATE_CORRECTION	21
    595  1.1.1.3  jmcneill #define IMX_SC_C_PANIC				22
    596  1.1.1.3  jmcneill #define IMX_SC_C_PRIORITY_GROUP			23
    597  1.1.1.3  jmcneill #define IMX_SC_C_TXCLK				24
    598  1.1.1.3  jmcneill #define IMX_SC_C_CLKDIV				25
    599  1.1.1.3  jmcneill #define IMX_SC_C_DISABLE_50			26
    600  1.1.1.3  jmcneill #define IMX_SC_C_DISABLE_125			27
    601  1.1.1.3  jmcneill #define IMX_SC_C_SEL_125			28
    602  1.1.1.3  jmcneill #define IMX_SC_C_MODE				29
    603  1.1.1.3  jmcneill #define IMX_SC_C_SYNC_CTRL0			30
    604  1.1.1.3  jmcneill #define IMX_SC_C_KACHUNK_CNT			31
    605  1.1.1.3  jmcneill #define IMX_SC_C_KACHUNK_SEL			32
    606  1.1.1.3  jmcneill #define IMX_SC_C_SYNC_CTRL1			33
    607  1.1.1.3  jmcneill #define IMX_SC_C_DPI_RESET			34
    608  1.1.1.3  jmcneill #define IMX_SC_C_MIPI_RESET			35
    609  1.1.1.3  jmcneill #define IMX_SC_C_DUAL_MODE			36
    610  1.1.1.3  jmcneill #define IMX_SC_C_VOLTAGE			37
    611  1.1.1.3  jmcneill #define IMX_SC_C_PXL_LINK_SEL			38
    612  1.1.1.3  jmcneill #define IMX_SC_C_OFS_SEL			39
    613  1.1.1.3  jmcneill #define IMX_SC_C_OFS_AUDIO			40
    614  1.1.1.3  jmcneill #define IMX_SC_C_OFS_PERIPH			41
    615  1.1.1.3  jmcneill #define IMX_SC_C_OFS_IRQ			42
    616  1.1.1.3  jmcneill #define IMX_SC_C_RST0				43
    617  1.1.1.3  jmcneill #define IMX_SC_C_RST1				44
    618  1.1.1.3  jmcneill #define IMX_SC_C_SEL0				45
    619  1.1.1.3  jmcneill #define IMX_SC_C_CALIB0				46
    620  1.1.1.3  jmcneill #define IMX_SC_C_CALIB1				47
    621  1.1.1.3  jmcneill #define IMX_SC_C_CALIB2				48
    622  1.1.1.3  jmcneill #define IMX_SC_C_IPG_DEBUG			49
    623  1.1.1.3  jmcneill #define IMX_SC_C_IPG_DOZE			50
    624  1.1.1.3  jmcneill #define IMX_SC_C_IPG_WAIT			51
    625  1.1.1.3  jmcneill #define IMX_SC_C_IPG_STOP			52
    626  1.1.1.3  jmcneill #define IMX_SC_C_IPG_STOP_MODE			53
    627  1.1.1.3  jmcneill #define IMX_SC_C_IPG_STOP_ACK			54
    628  1.1.1.3  jmcneill #define IMX_SC_C_SYNC_CTRL			55
    629  1.1.1.3  jmcneill #define IMX_SC_C_OFS_AUDIO_ALT			56
    630  1.1.1.3  jmcneill #define IMX_SC_C_DSP_BYP			57
    631  1.1.1.3  jmcneill #define IMX_SC_C_CLK_GEN_EN			58
    632  1.1.1.3  jmcneill #define IMX_SC_C_INTF_SEL			59
    633  1.1.1.3  jmcneill #define IMX_SC_C_RXC_DLY			60
    634  1.1.1.3  jmcneill #define IMX_SC_C_TIMER_SEL			61
    635  1.1.1.3  jmcneill #define IMX_SC_C_LAST				62
    636  1.1.1.3  jmcneill 
    637      1.1  jmcneill #endif /* __DT_BINDINGS_RSCRC_IMX_H */
    638