Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 2 | /* |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 3 | * Copyright 2011-2012 Freescale Semiconductor, Inc. |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _ASM_MPC85xx_CONFIG_H_ |
| 7 | #define _ASM_MPC85xx_CONFIG_H_ |
| 8 | |
| 9 | /* SoC specific defines for Freescale MPC85xx (PQ3) and QorIQ processors */ |
| 10 | |
York Sun | f066a04 | 2012-10-28 08:12:54 +0000 | [diff] [blame] | 11 | /* |
| 12 | * This macro should be removed when we no longer care about backwards |
| 13 | * compatibility with older operating systems. |
| 14 | */ |
| 15 | #define CONFIG_PPC_SPINTABLE_COMPATIBLE |
| 16 | |
York Sun | 2896cb7 | 2014-03-27 17:54:47 -0700 | [diff] [blame] | 17 | #include <fsl_ddrc_version.h> |
York Sun | 7d69ea3 | 2012-10-08 07:44:22 +0000 | [diff] [blame] | 18 | |
Prabhakar Kushwaha | 62908c2 | 2014-01-18 12:28:30 +0530 | [diff] [blame] | 19 | /* IP endianness */ |
| 20 | #define CONFIG_SYS_FSL_IFC_BE |
gaurav rana | 9d171da | 2015-02-27 09:43:49 +0530 | [diff] [blame] | 21 | #define CONFIG_SYS_FSL_SFP_BE |
gaurav rana | 8b5ea65 | 2015-02-27 09:46:17 +0530 | [diff] [blame] | 22 | #define CONFIG_SYS_FSL_SEC_MON_BE |
Prabhakar Kushwaha | 62908c2 | 2014-01-18 12:28:30 +0530 | [diff] [blame] | 23 | |
York Sun | 6e413f5 | 2016-12-28 08:43:47 -0800 | [diff] [blame] | 24 | #if defined(CONFIG_ARCH_MPC8548) |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 25 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 1 |
| 26 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 27 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 28 | #define CONFIG_SYS_FSL_RMU |
| 29 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 30 | |
York Sun | a0d4b58 | 2016-11-16 11:32:17 -0800 | [diff] [blame] | 31 | #elif defined(CONFIG_ARCH_MPC8568) |
Kumar Gala | 52bd815 | 2011-01-31 23:09:25 -0600 | [diff] [blame] | 32 | #define QE_MURAM_SIZE 0x10000UL |
| 33 | #define MAX_QE_RISC 2 |
| 34 | #define QE_NUM_OF_SNUM 28 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 35 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 1 |
| 36 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 37 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 38 | #define CONFIG_SYS_FSL_RMU |
| 39 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 40 | |
York Sun | 24f88b3 | 2016-11-16 13:08:52 -0800 | [diff] [blame] | 41 | #elif defined(CONFIG_ARCH_P1010) |
Priyanka Jain | 0244963 | 2011-02-09 09:24:10 +0530 | [diff] [blame] | 42 | #define CONFIG_FSL_SDHC_V2_3 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 43 | #define CONFIG_TSECV2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 44 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 45 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 46 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Ramneek Mehresh | 3fb68ee | 2011-03-23 15:20:43 +0530 | [diff] [blame] | 47 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Sriram Dash | 1ae7e4c | 2016-08-17 11:47:53 +0530 | [diff] [blame] | 48 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
Haijun.Zhang | 22e3c42 | 2014-01-10 13:52:19 +0800 | [diff] [blame] | 49 | #define CONFIG_ESDHC_HC_BLK_ADDR |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 50 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 51 | /* P1011 is single core version of P1020 */ |
York Sun | 3680e59 | 2016-11-16 15:54:15 -0800 | [diff] [blame] | 52 | #elif defined(CONFIG_ARCH_P1011) |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 53 | #define CONFIG_TSECV2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 54 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 55 | |
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 56 | #elif defined(CONFIG_ARCH_P1020) |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 57 | #define CONFIG_TSECV2 |
ramneek mehresh | 3ca2b9a | 2014-05-13 15:36:07 +0530 | [diff] [blame] | 58 | #ifndef CONFIG_USB_MAX_CONTROLLER_COUNT |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 59 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
ramneek mehresh | 3ca2b9a | 2014-05-13 15:36:07 +0530 | [diff] [blame] | 60 | #endif |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 61 | |
York Sun | 2f924be | 2016-11-18 10:59:02 -0800 | [diff] [blame] | 62 | #elif defined(CONFIG_ARCH_P1021) |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 63 | #define CONFIG_TSECV2 |
Haiying Wang | 8cb2af7 | 2011-02-11 01:25:30 -0600 | [diff] [blame] | 64 | #define QE_MURAM_SIZE 0x6000UL |
| 65 | #define MAX_QE_RISC 1 |
| 66 | #define QE_NUM_OF_SNUM 28 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 67 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 68 | |
York Sun | feeaae2 | 2016-11-16 15:45:31 -0800 | [diff] [blame] | 69 | #elif defined(CONFIG_ARCH_P1023) |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 70 | #define CONFIG_SYS_NUM_FMAN 1 |
| 71 | #define CONFIG_SYS_NUM_FM1_DTSEC 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 72 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 73 | #define CONFIG_SYS_QMAN_NUM_PORTALS 3 |
| 74 | #define CONFIG_SYS_BMAN_NUM_PORTALS 3 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 75 | #define CONFIG_SYS_FM_MURAM_SIZE 0x10000 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 76 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 77 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 78 | /* P1024 is lower end variant of P1020 */ |
York Sun | 76780b2 | 2016-11-18 11:00:57 -0800 | [diff] [blame] | 79 | #elif defined(CONFIG_ARCH_P1024) |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 80 | #define CONFIG_TSECV2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 81 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 82 | |
| 83 | /* P1025 is lower end variant of P1021 */ |
York Sun | 0f57797 | 2016-11-18 11:05:38 -0800 | [diff] [blame] | 84 | #elif defined(CONFIG_ARCH_P1025) |
Nikhil Badola | b0e3ddb | 2015-05-21 09:07:53 +0530 | [diff] [blame] | 85 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 86 | #define CONFIG_TSECV2 |
Haiying Wang | 8cb2af7 | 2011-02-11 01:25:30 -0600 | [diff] [blame] | 87 | #define QE_MURAM_SIZE 0x6000UL |
| 88 | #define MAX_QE_RISC 1 |
| 89 | #define QE_NUM_OF_SNUM 28 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 90 | |
York Sun | 4b08dd7 | 2016-11-18 11:08:43 -0800 | [diff] [blame] | 91 | #elif defined(CONFIG_ARCH_P2020) |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 92 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 93 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 94 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 95 | #define CONFIG_SYS_FSL_RMU |
| 96 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 97 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
York Sun | 9982579 | 2014-05-23 13:15:00 -0700 | [diff] [blame] | 98 | |
York Sun | 5786fca | 2016-11-18 11:15:21 -0800 | [diff] [blame] | 99 | #elif defined(CONFIG_ARCH_P2041) /* also supports P2040 */ |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 100 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 101 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 102 | #define CONFIG_SYS_NUM_FMAN 1 |
| 103 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 104 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
Chris Packham | 476e786 | 2020-12-03 16:24:29 +1300 | [diff] [blame] | 105 | #ifndef CONFIG_USB_MAX_CONTROLLER_COUNT |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 106 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Chris Packham | 476e786 | 2020-12-03 16:24:29 +1300 | [diff] [blame] | 107 | #endif |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 108 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
| 109 | #define CONFIG_SYS_FSL_TBCLK_DIV 32 |
| 110 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
| 111 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 112 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
Kumar Gala | a49034f | 2011-04-13 00:19:10 -0500 | [diff] [blame] | 113 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 114 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 115 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 116 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 117 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000 |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 118 | |
York Sun | df70d06 | 2016-11-18 11:20:40 -0800 | [diff] [blame] | 119 | #elif defined(CONFIG_ARCH_P3041) |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 120 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 121 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Kumar Gala | 60d95d8 | 2011-01-25 12:42:32 -0600 | [diff] [blame] | 122 | #define CONFIG_SYS_NUM_FMAN 1 |
| 123 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 124 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 125 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
Kumar Gala | f4fb90f | 2011-02-18 05:40:54 -0600 | [diff] [blame] | 126 | #define CONFIG_SYS_FSL_TBCLK_DIV 32 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 127 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Roy Zang | 6d6a0e1 | 2011-04-13 00:08:51 -0500 | [diff] [blame] | 128 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 129 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
Kumar Gala | a49034f | 2011-04-13 00:19:10 -0500 | [diff] [blame] | 130 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 131 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 132 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 133 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 134 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 135 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 136 | |
York Sun | 84be8a9 | 2016-11-18 11:24:40 -0800 | [diff] [blame] | 137 | #elif defined(CONFIG_ARCH_P4080) /* also supports P4040 */ |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 138 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 139 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 4 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 140 | #define CONFIG_SYS_NUM_FMAN 2 |
| 141 | #define CONFIG_SYS_NUM_FM1_DTSEC 4 |
| 142 | #define CONFIG_SYS_NUM_FM2_DTSEC 4 |
| 143 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 144 | #define CONFIG_SYS_NUM_FM2_10GEC 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 145 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 146 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
Kumar Gala | f4fb90f | 2011-02-18 05:40:54 -0600 | [diff] [blame] | 147 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 148 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,p4080-pcie" |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 149 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 150 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 151 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 152 | #define CONFIG_SYS_FSL_RMU |
| 153 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 154 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xff000000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 155 | |
York Sun | a3c5b66 | 2016-11-18 11:39:36 -0800 | [diff] [blame] | 156 | #elif defined(CONFIG_ARCH_P5040) |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 157 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 158 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 3 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 159 | #define CONFIG_SYS_NUM_FMAN 2 |
| 160 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 161 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 162 | #define CONFIG_SYS_NUM_FM2_DTSEC 5 |
| 163 | #define CONFIG_SYS_NUM_FM2_10GEC 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 164 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 165 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
| 166 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 167 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 168 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 169 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
| 170 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 171 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000 |
| 172 | |
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 173 | #elif defined(CONFIG_ARCH_BSC9131) |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 174 | #define CONFIG_FSL_SDHC_V2_3 |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 175 | #define CONFIG_TSECV2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 176 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Priyanka Jain | f81e8b2 | 2013-04-04 09:31:54 +0530 | [diff] [blame] | 177 | #define CONFIG_SYS_FSL_DSP_M2_RAM_ADDR 0xb0000000 |
| 178 | #define CONFIG_SYS_FSL_DSP_CCSRBAR_DEFAULT 0xff600000 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 179 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 180 | #define CONFIG_NAND_FSL_IFC |
Haijun.Zhang | 22e3c42 | 2014-01-10 13:52:19 +0800 | [diff] [blame] | 181 | #define CONFIG_ESDHC_HC_BLK_ADDR |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 182 | |
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 183 | #elif defined(CONFIG_ARCH_BSC9132) |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 184 | #define CONFIG_FSL_SDHC_V2_3 |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 185 | #define CONFIG_TSECV2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 186 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Priyanka Jain | c73b903 | 2013-07-02 09:21:04 +0530 | [diff] [blame] | 187 | #define CONFIG_SYS_FSL_DSP_DDR_ADDR 0x40000000 |
| 188 | #define CONFIG_SYS_FSL_DSP_M2_RAM_ADDR 0xb0000000 |
| 189 | #define CONFIG_SYS_FSL_DSP_M3_RAM_ADDR 0xc0000000 |
| 190 | #define CONFIG_SYS_FSL_DSP_CCSRBAR_DEFAULT 0xff600000 |
York Sun | 84fa67e | 2013-04-18 19:31:01 -0700 | [diff] [blame] | 191 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 192 | #define CONFIG_NAND_FSL_IFC |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 193 | #define CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK |
| 194 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Haijun.Zhang | 22e3c42 | 2014-01-10 13:52:19 +0800 | [diff] [blame] | 195 | #define CONFIG_ESDHC_HC_BLK_ADDR |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 196 | |
York Sun | c184503 | 2016-11-21 13:41:30 -0800 | [diff] [blame] | 197 | #elif defined(CONFIG_ARCH_T4240) || defined(CONFIG_ARCH_T4160) |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 198 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 199 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 200 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
York Sun | 0fad326 | 2016-11-21 13:35:41 -0800 | [diff] [blame] | 201 | #ifdef CONFIG_ARCH_T4240 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 202 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4 } |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 203 | #define CONFIG_SYS_NUM_FM1_DTSEC 8 |
| 204 | #define CONFIG_SYS_NUM_FM1_10GEC 2 |
| 205 | #define CONFIG_SYS_NUM_FM2_DTSEC 8 |
| 206 | #define CONFIG_SYS_NUM_FM2_10GEC 2 |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 207 | #else |
Shengzhou Liu | 26ed2d0 | 2014-04-25 16:31:22 +0800 | [diff] [blame] | 208 | #define CONFIG_SYS_NUM_FM1_DTSEC 6 |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 209 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
Shengzhou Liu | 26ed2d0 | 2014-04-25 16:31:22 +0800 | [diff] [blame] | 210 | #define CONFIG_SYS_NUM_FM2_DTSEC 8 |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 211 | #define CONFIG_SYS_NUM_FM2_10GEC 1 |
York Sun | c7ea924 | 2016-11-21 13:31:34 -0800 | [diff] [blame] | 212 | #if defined(CONFIG_ARCH_T4160) |
Shengzhou Liu | 26ed2d0 | 2014-04-25 16:31:22 +0800 | [diff] [blame] | 213 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 } |
Shengzhou Liu | 26ed2d0 | 2014-04-25 16:31:22 +0800 | [diff] [blame] | 214 | #endif |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 215 | #endif |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 216 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 5 |
Prabhakar Kushwaha | 873e9f0 | 2013-07-31 16:56:41 +0530 | [diff] [blame] | 217 | #define CONFIG_SYS_FSL_SRDS_1 |
| 218 | #define CONFIG_SYS_FSL_SRDS_2 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 219 | #define CONFIG_SYS_FSL_SRDS_3 |
| 220 | #define CONFIG_SYS_FSL_SRDS_4 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 221 | #define CONFIG_SYS_NUM_FMAN 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 222 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 223 | #define CONFIG_SYS_PME_CLK 0 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 224 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 225 | #define CONFIG_SYS_FMAN_V3 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 226 | #define CONFIG_SYS_FM1_CLK 3 |
| 227 | #define CONFIG_SYS_FM2_CLK 3 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 228 | #define CONFIG_SYS_FM_MURAM_SIZE 0x60000 |
| 229 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 230 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v3.0" |
| 231 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 232 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 233 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Liu Gang | d5eca7e | 2013-06-25 18:12:14 +0800 | [diff] [blame] | 234 | #define CONFIG_SYS_FSL_SRIO_LIODN |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 235 | #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE |
| 236 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Shaveta Leekha | 7c0f5e8 | 2014-05-28 14:18:55 +0530 | [diff] [blame] | 237 | #define CONFIG_SYS_FSL_SFP_VER_3_0 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 238 | #define CONFIG_SYS_FSL_PCI_VER_3_X |
| 239 | |
York Sun | fda566d | 2016-11-18 11:56:57 -0800 | [diff] [blame] | 240 | #elif defined(CONFIG_ARCH_B4860) || defined(CONFIG_ARCH_B4420) |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 241 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 242 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
Shaveta Leekha | dbf0bc8 | 2015-01-19 12:46:54 +0530 | [diff] [blame] | 243 | #define CONFIG_HETROGENOUS_CLUSTERS /* DSP/SC3900 core clusters */ |
| 244 | #define CONFIG_PPC_CLUSTER_START 0 /*Start index of ppc clusters*/ |
| 245 | #define CONFIG_DSP_CLUSTER_START 1 /*Start index of dsp clusters*/ |
Prabhakar Kushwaha | 873e9f0 | 2013-07-31 16:56:41 +0530 | [diff] [blame] | 246 | #define CONFIG_SYS_FSL_SRDS_1 |
| 247 | #define CONFIG_SYS_FSL_SRDS_2 |
Shaveta Leekha | dbf0bc8 | 2015-01-19 12:46:54 +0530 | [diff] [blame] | 248 | #define CONFIG_SYS_MAPLE |
| 249 | #define CONFIG_SYS_CPRI |
| 250 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 5 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 251 | #define CONFIG_SYS_NUM_FMAN 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 252 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 253 | #define CONFIG_SYS_FM1_CLK 0 |
Shaveta Leekha | dbf0bc8 | 2015-01-19 12:46:54 +0530 | [diff] [blame] | 254 | #define CONFIG_SYS_CPRI_CLK 3 |
| 255 | #define CONFIG_SYS_ULB_CLK 4 |
| 256 | #define CONFIG_SYS_ETVPE_CLK 1 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 257 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 258 | #define CONFIG_SYS_FMAN_V3 |
| 259 | #define CONFIG_SYS_FM_MURAM_SIZE 0x60000 |
| 260 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 261 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
| 262 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
Shaveta Leekha | 7c0f5e8 | 2014-05-28 14:18:55 +0530 | [diff] [blame] | 263 | #define CONFIG_SYS_FSL_SFP_VER_3_0 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 264 | |
York Sun | 68eaa9a | 2016-11-18 11:44:43 -0800 | [diff] [blame] | 265 | #ifdef CONFIG_ARCH_B4860 |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 266 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 |
Shaveta Leekha | dbf0bc8 | 2015-01-19 12:46:54 +0530 | [diff] [blame] | 267 | #define CONFIG_MAX_DSP_CPUS 12 |
| 268 | #define CONFIG_NUM_DSP_CPUS 6 |
Shaveta Leekha | 0dda398 | 2014-02-26 16:07:37 +0530 | [diff] [blame] | 269 | #define CONFIG_SYS_FSL_SRDS_NUM_PLLS 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 270 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4, 4, 4 } |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 271 | #define CONFIG_SYS_NUM_FM1_DTSEC 6 |
| 272 | #define CONFIG_SYS_NUM_FM1_10GEC 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 273 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 274 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 275 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 276 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Liu Gang | bc6486a | 2013-06-25 18:12:13 +0800 | [diff] [blame] | 277 | #define CONFIG_SYS_FSL_SRIO_LIODN |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 278 | #else |
Shaveta Leekha | dbf0bc8 | 2015-01-19 12:46:54 +0530 | [diff] [blame] | 279 | #define CONFIG_MAX_DSP_CPUS 2 |
Shaveta Leekha | 0dda398 | 2014-02-26 16:07:37 +0530 | [diff] [blame] | 280 | #define CONFIG_SYS_FSL_SRDS_NUM_PLLS 1 |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 281 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 282 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4 } |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 283 | #define CONFIG_SYS_NUM_FM1_DTSEC 4 |
| 284 | #define CONFIG_SYS_NUM_FM1_10GEC 0 |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 285 | #endif |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 286 | |
York Sun | d7dd06c | 2016-12-28 08:43:32 -0800 | [diff] [blame] | 287 | #elif defined(CONFIG_ARCH_T1040) || defined(CONFIG_ARCH_T1042) |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 288 | #define CONFIG_E5500 |
| 289 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 290 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 1 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 291 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 292 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 293 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1 } |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 294 | #define CONFIG_SYS_FSL_SRDS_1 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 295 | #define CONFIG_SYS_NUM_FMAN 1 |
| 296 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame] | 297 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 298 | #define CONFIG_PME_PLAT_CLK_DIV 2 |
| 299 | #define CONFIG_SYS_PME_CLK CONFIG_PME_PLAT_CLK_DIV |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 300 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 301 | #define CONFIG_SYS_FMAN_V3 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 302 | #define CONFIG_FM_PLAT_CLK_DIV 1 |
| 303 | #define CONFIG_SYS_FM1_CLK CONFIG_FM_PLAT_CLK_DIV |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 304 | #define CONFIG_SYS_FM_MURAM_SIZE 0x30000 |
Priyanka Jain | e9dcaa8 | 2013-12-17 14:25:52 +0530 | [diff] [blame] | 305 | #define CONFIG_SYS_FSL_SINGLE_SOURCE_CLK |
Prabhakar Kushwaha | e6066b0 | 2013-12-11 12:49:13 +0530 | [diff] [blame] | 306 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 307 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
Nikhil Badola | 63fcdc6 | 2014-01-27 15:21:58 +0530 | [diff] [blame] | 308 | #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 309 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Haijun.Zhang | edeb83a | 2014-03-18 17:04:23 +0800 | [diff] [blame] | 310 | #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE |
Zhao Qiang | b818ba2 | 2014-03-21 16:21:45 +0800 | [diff] [blame] | 311 | #define QE_MURAM_SIZE 0x6000UL |
| 312 | #define MAX_QE_RISC 1 |
| 313 | #define QE_NUM_OF_SNUM 28 |
gaurav rana | abfd448 | 2015-03-26 15:52:47 +0530 | [diff] [blame] | 314 | #define CONFIG_SYS_FSL_SFP_VER_3_0 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 315 | |
Tom Rini | b4e6026 | 2021-05-14 21:34:22 -0400 | [diff] [blame^] | 316 | #elif defined(CONFIG_ARCH_T1024) |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 317 | #define CONFIG_E5500 |
| 318 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 319 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 1 |
| 320 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
| 321 | #define CONFIG_SYS_FMAN_V3 |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 322 | #define CONFIG_SYS_FSL_NUM_CC_PLL 2 |
| 323 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1 } |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 324 | #define CONFIG_SYS_FSL_SRDS_1 |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 325 | #define CONFIG_SYS_NUM_FMAN 1 |
| 326 | #define CONFIG_SYS_NUM_FM1_DTSEC 4 |
| 327 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
Shengzhou Liu | a1ccdff | 2014-11-24 17:11:57 +0800 | [diff] [blame] | 328 | #define CONFIG_FSL_FM_10GEC_REGULAR_NOTATION |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 329 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 330 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
| 331 | #define CONFIG_SYS_FM1_CLK 0 |
| 332 | #define CONFIG_QBMAN_CLK_DIV 1 |
| 333 | #define CONFIG_SYS_FM_MURAM_SIZE 0x30000 |
| 334 | #define CONFIG_SYS_FSL_SINGLE_SOURCE_CLK |
| 335 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 336 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
| 337 | #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE |
| 338 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Shengzhou Liu | e6fb770 | 2014-11-24 17:11:54 +0800 | [diff] [blame] | 339 | #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE |
| 340 | #define QE_MURAM_SIZE 0x6000UL |
| 341 | #define MAX_QE_RISC 1 |
| 342 | #define QE_NUM_OF_SNUM 28 |
| 343 | #define CONFIG_SYS_FSL_SFP_VER_3_0 |
| 344 | |
Tom Rini | 3ec582b | 2021-02-20 20:06:21 -0500 | [diff] [blame] | 345 | #elif defined(CONFIG_ARCH_T2080) |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 346 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 347 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 |
| 348 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
| 349 | #define CONFIG_SYS_FSL_QMAN_V3 |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 350 | #define CONFIG_SYS_NUM_FMAN 1 |
| 351 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4, 4, 4 } |
| 352 | #define CONFIG_SYS_FSL_SRDS_1 |
| 353 | #define CONFIG_SYS_FSL_PCI_VER_3_X |
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 354 | #if defined(CONFIG_ARCH_T2080) |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 355 | #define CONFIG_SYS_NUM_FM1_DTSEC 8 |
| 356 | #define CONFIG_SYS_NUM_FM1_10GEC 4 |
| 357 | #define CONFIG_SYS_FSL_SRDS_2 |
| 358 | #define CONFIG_SYS_FSL_SRIO_LIODN |
| 359 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 360 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 361 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 362 | #endif |
Shengzhou Liu | e681c62 | 2013-12-18 10:27:55 +0800 | [diff] [blame] | 363 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 364 | #define CONFIG_PME_PLAT_CLK_DIV 1 |
| 365 | #define CONFIG_SYS_PME_CLK CONFIG_PME_PLAT_CLK_DIV |
| 366 | #define CONFIG_SYS_FM1_CLK 0 |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 367 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
| 368 | #define CONFIG_SYS_FMAN_V3 |
| 369 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
| 370 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 371 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v3.0" |
| 372 | #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE |
| 373 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 374 | #define CONFIG_SYS_FSL_SFP_VER_3_0 |
| 375 | #define CONFIG_SYS_FSL_ISBC_VER 2 |
Haijun.Zhang | edeb83a | 2014-03-18 17:04:23 +0800 | [diff] [blame] | 376 | #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE |
Shaveta Leekha | 7c0f5e8 | 2014-05-28 14:18:55 +0530 | [diff] [blame] | 377 | #define CONFIG_SYS_FSL_SFP_VER_3_0 |
Haijun.Zhang | edeb83a | 2014-03-18 17:04:23 +0800 | [diff] [blame] | 378 | |
Shengzhou Liu | f305cd2 | 2013-11-22 17:39:10 +0800 | [diff] [blame] | 379 | |
York Sun | 4119aee | 2016-11-15 18:44:22 -0800 | [diff] [blame] | 380 | #elif defined(CONFIG_ARCH_C29X) |
Mingkai Hu | 1a25807 | 2013-07-04 17:30:36 +0800 | [diff] [blame] | 381 | #define CONFIG_FSL_SDHC_V2_3 |
Mingkai Hu | 1a25807 | 2013-07-04 17:30:36 +0800 | [diff] [blame] | 382 | #define CONFIG_TSECV2_1 |
Mingkai Hu | 1a25807 | 2013-07-04 17:30:36 +0800 | [diff] [blame] | 383 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
Alex Porosanu | b4848d0 | 2016-04-29 15:17:59 +0300 | [diff] [blame] | 384 | #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 3 |
| 385 | #define CONFIG_SYS_FSL_SEC_IDX_OFFSET 0x20000 |
Mingkai Hu | 1a25807 | 2013-07-04 17:30:36 +0800 | [diff] [blame] | 386 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 387 | #endif |
| 388 | |
York Sun | 4119aee | 2016-11-15 18:44:22 -0800 | [diff] [blame] | 389 | #if !defined(CONFIG_ARCH_C29X) |
Alex Porosanu | b4848d0 | 2016-04-29 15:17:59 +0300 | [diff] [blame] | 390 | #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1 |
| 391 | #endif |
| 392 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 393 | #endif /* _ASM_MPC85xx_CONFIG_H_ */ |