0001
0002
0003 #ifndef _DT_BINDINGS_STE_PRCC_RESET
0004 #define _DT_BINDINGS_STE_PRCC_RESET
0005
0006 #define DB8500_PRCC_1 1
0007 #define DB8500_PRCC_2 2
0008 #define DB8500_PRCC_3 3
0009 #define DB8500_PRCC_6 6
0010
0011
0012 #define DB8500_PRCC_1_RESET_UART0 0
0013 #define DB8500_PRCC_1_RESET_UART1 1
0014 #define DB8500_PRCC_1_RESET_I2C1 2
0015 #define DB8500_PRCC_1_RESET_MSP0 3
0016 #define DB8500_PRCC_1_RESET_MSP1 4
0017 #define DB8500_PRCC_1_RESET_SDI0 5
0018 #define DB8500_PRCC_1_RESET_I2C2 6
0019 #define DB8500_PRCC_1_RESET_SPI3 7
0020 #define DB8500_PRCC_1_RESET_SLIMBUS0 8
0021 #define DB8500_PRCC_1_RESET_I2C4 9
0022 #define DB8500_PRCC_1_RESET_MSP3 10
0023 #define DB8500_PRCC_1_RESET_PER_MSP3 11
0024 #define DB8500_PRCC_1_RESET_PER_MSP1 12
0025 #define DB8500_PRCC_1_RESET_PER_MSP0 13
0026 #define DB8500_PRCC_1_RESET_PER_SLIMBUS 14
0027
0028
0029 #define DB8500_PRCC_2_RESET_I2C3 0
0030 #define DB8500_PRCC_2_RESET_PWL 1
0031 #define DB8500_PRCC_2_RESET_SDI4 2
0032 #define DB8500_PRCC_2_RESET_MSP2 3
0033 #define DB8500_PRCC_2_RESET_SDI1 4
0034 #define DB8500_PRCC_2_RESET_SDI3 5
0035 #define DB8500_PRCC_2_RESET_HSIRX 6
0036 #define DB8500_PRCC_2_RESET_HSITX 7
0037 #define DB8500_PRCC_1_RESET_PER_MSP2 8
0038
0039
0040 #define DB8500_PRCC_3_RESET_SSP0 1
0041 #define DB8500_PRCC_3_RESET_SSP1 2
0042 #define DB8500_PRCC_3_RESET_I2C0 3
0043 #define DB8500_PRCC_3_RESET_SDI2 4
0044 #define DB8500_PRCC_3_RESET_SKE 5
0045 #define DB8500_PRCC_3_RESET_UART2 6
0046 #define DB8500_PRCC_3_RESET_SDI5 7
0047
0048
0049 #define DB8500_PRCC_3_RESET_RNG 0
0050
0051 #endif