blob: dc68d406f99e1fdab5d4b3183fe4f206730709c7 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefan Roese93e6bf42014-10-22 12:13:17 +02002/*
3 * (C) Copyright 2009
4 * Marvell Semiconductor <www.marvell.com>
5 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
6 *
7 * Header file for the Marvell's Feroceon CPU core.
Stefan Roese93e6bf42014-10-22 12:13:17 +02008 */
9
Stefan Roeseebda3ec2015-04-25 06:29:47 +020010#ifndef _MVEBU_SOC_H
11#define _MVEBU_SOC_H
Stefan Roese93e6bf42014-10-22 12:13:17 +020012
Simon Glass4dcacfc2020-05-10 11:40:13 -060013#ifndef __ASSEMBLY__
14#include <linux/bitops.h>
15#endif
16
Phil Sutter22e553e2015-12-25 14:41:24 +010017#define SOC_MV78230_ID 0x7823
Stefan Roeseb158f372015-12-09 11:00:51 +010018#define SOC_MV78260_ID 0x7826
Stefan Roese93e6bf42014-10-22 12:13:17 +020019#define SOC_MV78460_ID 0x7846
Stefan Roese479f9af2016-02-10 07:23:00 +010020#define SOC_88F6720_ID 0x6720
Stefan Roese174d23e2015-04-25 06:29:51 +020021#define SOC_88F6810_ID 0x6810
22#define SOC_88F6820_ID 0x6820
23#define SOC_88F6828_ID 0x6828
Chris Packham348109d2017-09-04 17:38:31 +120024#define SOC_98DX3236_ID 0xf410
25#define SOC_98DX3336_ID 0xf400
26#define SOC_98DX4251_ID 0xfc00
Stefan Roese174d23e2015-04-25 06:29:51 +020027
Stefan Roese479f9af2016-02-10 07:23:00 +010028/* A375 revisions */
29#define MV_88F67XX_A0_ID 0x3
30
Stefan Roese174d23e2015-04-25 06:29:51 +020031/* A38x revisions */
32#define MV_88F68XX_Z1_ID 0x0
33#define MV_88F68XX_A0_ID 0x4
Chris Packhamec4510b2018-11-28 10:32:00 +130034#define MV_88F68XX_B0_ID 0xa
Stefan Roese93e6bf42014-10-22 12:13:17 +020035
Stefan Roese93e6bf42014-10-22 12:13:17 +020036/* SOC specific definations */
37#define INTREG_BASE 0xd0000000
38#define INTREG_BASE_ADDR_REG (INTREG_BASE + 0x20080)
Stefan Roese05b17652016-05-17 15:00:30 +020039#if defined(CONFIG_SPL_BUILD) || defined(CONFIG_ARMADA_3700)
Stefan Roese8588a7b2015-04-17 18:12:41 +020040/*
Stefan Roesee7c72282015-12-03 12:39:45 +010041 * The SPL U-Boot version still runs with the default
42 * address for the internal registers, configured by
43 * the BootROM. Only the main U-Boot version uses the
44 * new internal register base address, that also is
45 * required for the Linux kernel.
Stefan Roese8588a7b2015-04-17 18:12:41 +020046 */
47#define SOC_REGS_PHY_BASE 0xd0000000
Stefan Roesecb410332016-05-25 08:13:45 +020048#elif defined(CONFIG_ARMADA_8K)
49#define SOC_REGS_PHY_BASE 0xf0000000
Stefan Roese8588a7b2015-04-17 18:12:41 +020050#else
Stefan Roese93e6bf42014-10-22 12:13:17 +020051#define SOC_REGS_PHY_BASE 0xf1000000
Stefan Roese8588a7b2015-04-17 18:12:41 +020052#endif
Stefan Roese93e6bf42014-10-22 12:13:17 +020053#define MVEBU_REGISTER(x) (SOC_REGS_PHY_BASE + x)
54
55#define MVEBU_SDRAM_SCRATCH (MVEBU_REGISTER(0x01504))
Stefan Roese174d23e2015-04-25 06:29:51 +020056#define MVEBU_L2_CACHE_BASE (MVEBU_REGISTER(0x08000))
Tom Rini6a5dccc2022-11-16 13:10:41 -050057#define CFG_SYS_PL310_BASE MVEBU_L2_CACHE_BASE
Stefan Roese93e6bf42014-10-22 12:13:17 +020058#define MVEBU_TWSI_BASE (MVEBU_REGISTER(0x11000))
Stefan Roese48a1cd32016-04-08 15:58:28 +020059#define MVEBU_TWSI1_BASE (MVEBU_REGISTER(0x11100))
Stefan Roese93e6bf42014-10-22 12:13:17 +020060#define MVEBU_MPP_BASE (MVEBU_REGISTER(0x18000))
61#define MVEBU_GPIO0_BASE (MVEBU_REGISTER(0x18100))
62#define MVEBU_GPIO1_BASE (MVEBU_REGISTER(0x18140))
63#define MVEBU_GPIO2_BASE (MVEBU_REGISTER(0x18180))
64#define MVEBU_SYSTEM_REG_BASE (MVEBU_REGISTER(0x18200))
Stefan Roesebadccc32015-07-16 10:40:05 +020065#define MVEBU_CLOCK_BASE (MVEBU_REGISTER(0x18700))
Stefan Roese93e6bf42014-10-22 12:13:17 +020066#define MVEBU_CPU_WIN_BASE (MVEBU_REGISTER(0x20000))
67#define MVEBU_SDRAM_BASE (MVEBU_REGISTER(0x20180))
68#define MVEBU_TIMER_BASE (MVEBU_REGISTER(0x20300))
Stefan Roese93e6bf42014-10-22 12:13:17 +020069#define MVEBU_REG_PCIE_BASE (MVEBU_REGISTER(0x40000))
Stefan Roesef43d3232015-07-22 18:26:13 +020070#define MVEBU_AXP_USB_BASE (MVEBU_REGISTER(0x50000))
Stefan Roese9aa31972015-06-29 14:58:15 +020071#define MVEBU_USB20_BASE (MVEBU_REGISTER(0x58000))
Dirk Eibach18baf642017-01-11 16:00:45 +010072#define MVEBU_REG_PCIE0_BASE (MVEBU_REGISTER(0x80000))
Anton Schubert3ceae9e2015-07-15 14:50:05 +020073#define MVEBU_AXP_SATA_BASE (MVEBU_REGISTER(0xa0000))
Stefan Roesebb1c0bd2015-06-29 14:58:13 +020074#define MVEBU_SATA0_BASE (MVEBU_REGISTER(0xa8000))
Stefan Roesebadccc32015-07-16 10:40:05 +020075#define MVEBU_NAND_BASE (MVEBU_REGISTER(0xd0000))
Stefan Roesed3e34732015-06-29 14:58:10 +020076#define MVEBU_SDIO_BASE (MVEBU_REGISTER(0xd8000))
Stefan Roeseab91fd52016-01-20 08:13:28 +010077#define MVEBU_LCD_BASE (MVEBU_REGISTER(0xe0000))
Chris Packhama8f845e2019-04-11 22:22:50 +120078#ifdef CONFIG_ARMADA_MSYS
79#define MVEBU_DFX_BASE (MBUS_DFX_BASE)
80#else
Chris Packham460086e2016-08-22 12:38:39 +120081#define MVEBU_DFX_BASE (MVEBU_REGISTER(0xe4000))
Chris Packhama8f845e2019-04-11 22:22:50 +120082#endif
Stefan Roese93e6bf42014-10-22 12:13:17 +020083
Stefan Roese8ac6dab2015-07-01 13:28:39 +020084#define SOC_COHERENCY_FABRIC_CTRL_REG (MVEBU_REGISTER(0x20200))
85#define MBUS_ERR_PROP_EN (1 << 8)
86
Stefan Roesec049ca02015-07-01 12:44:51 +020087#define MBUS_BRIDGE_WIN_CTRL_REG (MVEBU_REGISTER(0x20250))
88#define MBUS_BRIDGE_WIN_BASE_REG (MVEBU_REGISTER(0x20254))
89
Stefan Roesebadccc32015-07-16 10:40:05 +020090#define MVEBU_SOC_DEV_MUX_REG (MVEBU_SYSTEM_REG_BASE + 0x08)
91#define NAND_EN BIT(0)
92#define NAND_ARBITER_EN BIT(27)
93
94#define ARMADA_XP_PUP_ENABLE (MVEBU_SYSTEM_REG_BASE + 0x44c)
95#define GE0_PUP_EN BIT(0)
96#define GE1_PUP_EN BIT(1)
97#define LCD_PUP_EN BIT(2)
98#define NAND_PUP_EN BIT(4)
99#define SPI_PUP_EN BIT(5)
100
101#define MVEBU_CORE_DIV_CLK_CTRL(i) (MVEBU_CLOCK_BASE + ((i) * 0x8))
Chris Packham7ce3f8c2019-04-11 22:22:51 +1200102#ifdef CONFIG_ARMADA_MSYS
103#define MVEBU_DFX_DIV_CLK_CTRL(i) (MVEBU_DFX_BASE + 0xf8000 + 0x250 + ((i) * 0x4))
104#define NAND_ECC_DIVCKL_RATIO_OFFS 6
105#define NAND_ECC_DIVCKL_RATIO_MASK (0xF << NAND_ECC_DIVCKL_RATIO_OFFS)
106#else
Chris Packham460086e2016-08-22 12:38:39 +1200107#define MVEBU_DFX_DIV_CLK_CTRL(i) (MVEBU_DFX_BASE + 0x250 + ((i) * 0x4))
Chris Packham7ce3f8c2019-04-11 22:22:51 +1200108#endif
109#ifdef CONFIG_ARMADA_MSYS
110#define NAND_ECC_DIVCKL_RATIO_OFFS 6
111#define NAND_ECC_DIVCKL_RATIO_MASK (0xF << NAND_ECC_DIVCKL_RATIO_OFFS)
112#else
Stefan Roesebadccc32015-07-16 10:40:05 +0200113#define NAND_ECC_DIVCKL_RATIO_OFFS 8
114#define NAND_ECC_DIVCKL_RATIO_MASK (0x3F << NAND_ECC_DIVCKL_RATIO_OFFS)
Chris Packham7ce3f8c2019-04-11 22:22:51 +1200115#endif
Stefan Roesebadccc32015-07-16 10:40:05 +0200116
Stefan Roese93e6bf42014-10-22 12:13:17 +0200117#define SDRAM_MAX_CS 4
118#define SDRAM_ADDR_MASK 0xFF000000
119
Stefan Roeseebda3ec2015-04-25 06:29:47 +0200120/* MVEBU CPU memory windows */
Stefan Roese93e6bf42014-10-22 12:13:17 +0200121#define MVCPU_WIN_CTRL_DATA CPU_WIN_CTRL_DATA
122#define MVCPU_WIN_ENABLE CPU_WIN_ENABLE
123#define MVCPU_WIN_DISABLE CPU_WIN_DISABLE
124
Phil Sutter68010aa2015-12-25 14:41:20 +0100125#define COMPHY_REFCLK_ALIGNMENT (MVEBU_REGISTER(0x182f8))
126
Stefan Roese04ec0d32016-01-07 14:12:04 +0100127/* BootROM error register (also includes some status infos) */
Tom Rini3327dd72022-03-30 18:07:12 -0400128#define BOOTROM_ERR_REG (MVEBU_REGISTER(0x182d0))
Stefan Roese04ec0d32016-01-07 14:12:04 +0100129#define BOOTROM_ERR_MODE_OFFS 28
130#define BOOTROM_ERR_MODE_MASK (0xf << BOOTROM_ERR_MODE_OFFS)
Pali Rohárbfb252a2023-03-29 21:03:34 +0200131#define BOOTROM_ERR_MODE_MAIN 0x2
132#define BOOTROM_ERR_MODE_EXEC 0x3
Stefan Roese04ec0d32016-01-07 14:12:04 +0100133#define BOOTROM_ERR_MODE_UART 0x6
Pali Rohárbfb252a2023-03-29 21:03:34 +0200134#define BOOTROM_ERR_MODE_PEX 0x8
135#define BOOTROM_ERR_MODE_NOR 0x9
136#define BOOTROM_ERR_MODE_NAND 0xA
137#define BOOTROM_ERR_MODE_SATA 0xB
138#define BOOTROM_ERR_MODE_MMC 0xE
Chris Packham8e932522018-08-17 20:47:42 +1200139#define BOOTROM_ERR_CODE_OFFS 0
140#define BOOTROM_ERR_CODE_MASK (0xf << BOOTROM_ERR_CODE_OFFS)
Stefan Roese04ec0d32016-01-07 14:12:04 +0100141
Stefan Roese479f9af2016-02-10 07:23:00 +0100142#if defined(CONFIG_ARMADA_375)
143/* SAR values for Armada 375 */
Tom Rini253b6a22022-12-04 10:13:42 -0500144#define CFG_SAR_REG (MVEBU_REGISTER(0xe8200))
Tom Rinid7b93782022-12-04 10:13:41 -0500145#define CFG_SAR2_REG (MVEBU_REGISTER(0xe8204))
Stefan Roese479f9af2016-02-10 07:23:00 +0100146
147#define SAR_CPU_FREQ_OFFS 17
148#define SAR_CPU_FREQ_MASK (0x1f << SAR_CPU_FREQ_OFFS)
149
150#define BOOT_DEV_SEL_OFFS 3
151#define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS)
152
Pali Roháre0c6d252023-03-29 21:03:32 +0200153#define BOOT_FROM_UART(x) (x == 0x30)
154#define BOOT_FROM_SPI(x) (x == 0x38)
Pali Rohár76b33a52021-07-31 14:22:53 +0200155
Tom Rini253b6a22022-12-04 10:13:42 -0500156#define CFG_SYS_TCLK ((readl(CFG_SAR_REG) & BIT(20)) ? \
Pali Rohár76b33a52021-07-31 14:22:53 +0200157 200000000 : 166000000)
Stefan Roese479f9af2016-02-10 07:23:00 +0100158#elif defined(CONFIG_ARMADA_38X)
Stefan Roesec03a2132016-01-07 14:03:11 +0100159/* SAR values for Armada 38x */
Tom Rini253b6a22022-12-04 10:13:42 -0500160#define CFG_SAR_REG (MVEBU_REGISTER(0x18600))
Stefan Roese44e7ebd2016-01-07 14:09:09 +0100161
Stefan Roesec03a2132016-01-07 14:03:11 +0100162#define SAR_CPU_FREQ_OFFS 10
163#define SAR_CPU_FREQ_MASK (0x1f << SAR_CPU_FREQ_OFFS)
164#define SAR_BOOT_DEVICE_OFFS 4
165#define SAR_BOOT_DEVICE_MASK (0x1f << SAR_BOOT_DEVICE_OFFS)
Stefan Roese44e7ebd2016-01-07 14:09:09 +0100166
167#define BOOT_DEV_SEL_OFFS 4
Stefan Roese04ec0d32016-01-07 14:12:04 +0100168#define BOOT_DEV_SEL_MASK (0x3f << BOOT_DEV_SEL_OFFS)
Stefan Roese44e7ebd2016-01-07 14:09:09 +0100169
Pali Rohárdb3ffb02023-03-29 21:03:33 +0200170#define BOOT_FROM_NOR(x) ((x >= 0x00 && x <= 0x07) || x == 0x16 || x == 0x17 || x == 0x2E || x == 0x2F || (x >= 0x3A && x <= 0x3C))
171#define BOOT_FROM_NAND(x) ((x >= 0x08 && x <= 0x15) || (x >= 0x18 && x <= 0x25))
172#define BOOT_FROM_SPINAND(x) (x == 0x26 || x == 0x27)
173#define BOOT_FROM_UART(x) (x == 0x28 || x == 0x29)
174#define BOOT_FROM_SATA(x) (x == 0x2A || x == 0x2B)
175#define BOOT_FROM_PEX(x) (x == 0x2C || x == 0x2D)
Pali Roháre0c6d252023-03-29 21:03:32 +0200176#define BOOT_FROM_MMC(x) (x == 0x30 || x == 0x31)
Pali Rohárdb3ffb02023-03-29 21:03:33 +0200177#define BOOT_FROM_SPI(x) (x >= 0x32 && x <= 0x39)
Pali Rohárc00a3db2021-07-31 14:22:52 +0200178
Tom Rini253b6a22022-12-04 10:13:42 -0500179#define CFG_SYS_TCLK ((readl(CFG_SAR_REG) & BIT(15)) ? \
Pali Rohárc00a3db2021-07-31 14:22:52 +0200180 200000000 : 250000000)
Chris Packhama8f845e2019-04-11 22:22:50 +1200181#elif defined(CONFIG_ARMADA_MSYS)
182/* SAR values for MSYS */
Tom Rini253b6a22022-12-04 10:13:42 -0500183#define CFG_SAR_REG (MBUS_DFX_BASE + 0xf8200)
Tom Rinid7b93782022-12-04 10:13:41 -0500184#define CFG_SAR2_REG (MBUS_DFX_BASE + 0xf8204)
Chris Packhama8f845e2019-04-11 22:22:50 +1200185
186#define SAR_CPU_FREQ_OFFS 18
187#define SAR_CPU_FREQ_MASK (0x7 << SAR_CPU_FREQ_OFFS)
188#define SAR_BOOT_DEVICE_OFFS 11
189#define SAR_BOOT_DEVICE_MASK (0x7 << SAR_BOOT_DEVICE_OFFS)
190
191#define BOOT_DEV_SEL_OFFS 11
192#define BOOT_DEV_SEL_MASK (0x7 << BOOT_DEV_SEL_OFFS)
193
Pali Roháre0c6d252023-03-29 21:03:32 +0200194#define BOOT_FROM_NAND(x) (x == 0x1)
195#define BOOT_FROM_UART(x) (x == 0x2)
196#define BOOT_FROM_SPI(x) (x == 0x3)
Pali Rohár5dfd4072021-07-31 14:22:54 +0200197
Tom Rini6a5dccc2022-11-16 13:10:41 -0500198#define CFG_SYS_TCLK 200000000 /* 200MHz */
Pali Rohárc66cbd42021-08-11 20:53:29 +0200199#elif defined(CONFIG_ARMADA_XP)
Stefan Roesec03a2132016-01-07 14:03:11 +0100200/* SAR values for Armada XP */
Tom Rini253b6a22022-12-04 10:13:42 -0500201#define CFG_SAR_REG (MVEBU_REGISTER(0x18230))
Tom Rinid7b93782022-12-04 10:13:41 -0500202#define CFG_SAR2_REG (MVEBU_REGISTER(0x18234))
Stefan Roese44e7ebd2016-01-07 14:09:09 +0100203
Stefan Roesec03a2132016-01-07 14:03:11 +0100204#define SAR_CPU_FREQ_OFFS 21
205#define SAR_CPU_FREQ_MASK (0x7 << SAR_CPU_FREQ_OFFS)
206#define SAR_FFC_FREQ_OFFS 24
207#define SAR_FFC_FREQ_MASK (0xf << SAR_FFC_FREQ_OFFS)
208#define SAR2_CPU_FREQ_OFFS 20
209#define SAR2_CPU_FREQ_MASK (0x1 << SAR2_CPU_FREQ_OFFS)
210#define SAR_BOOT_DEVICE_OFFS 5
211#define SAR_BOOT_DEVICE_MASK (0xf << SAR_BOOT_DEVICE_OFFS)
Stefan Roese44e7ebd2016-01-07 14:09:09 +0100212
213#define BOOT_DEV_SEL_OFFS 5
214#define BOOT_DEV_SEL_MASK (0xf << BOOT_DEV_SEL_OFFS)
215
Pali Rohárf5e32af2023-03-29 21:03:35 +0200216#define BOOT_FROM_NOR(x) (x == 0x0)
217#define BOOT_FROM_NAND(x) (x == 0x1)
Pali Roháre0c6d252023-03-29 21:03:32 +0200218#define BOOT_FROM_UART(x) (x == 0x2)
219#define BOOT_FROM_SPI(x) (x == 0x3)
Pali Rohárf5e32af2023-03-29 21:03:35 +0200220#define BOOT_FROM_PEX(x) (x == 0x4)
221#define BOOT_FROM_SATA(x) (x == 0x5)
Stefan Roesec03a2132016-01-07 14:03:11 +0100222
Tom Rini6a5dccc2022-11-16 13:10:41 -0500223#define CFG_SYS_TCLK 250000000 /* 250MHz */
Pali Rohárc00a3db2021-07-31 14:22:52 +0200224#endif
225
Stefan Roeseebda3ec2015-04-25 06:29:47 +0200226#endif /* _MVEBU_SOC_H */