blob: 9d1c2f0dcfc11ef0098ea878f8ea0150e3fc009f [file] [log] [blame]
Michal Simek4b066a12018-08-22 14:55:27 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2016 - 2018 Xilinx, Inc.
4 */
5
Simon Glass4dcacfc2020-05-10 11:40:13 -06006#ifndef __ASSEMBLY__
7#include <linux/bitops.h>
8#endif
9
Michal Simek4b066a12018-08-22 14:55:27 +020010#define VERSAL_CRL_APB_BASEADDR 0xFF5E0000
11
12#define CRL_APB_TIMESTAMP_REF_CTRL_CLKACT_BIT BIT(25)
13
14#define IOU_SWITCH_CTRL_CLKACT_BIT BIT(25)
15#define IOU_SWITCH_CTRL_DIVISOR0_SHIFT 8
16
17struct crlapb_regs {
Siva Durga Prasad Paladugu775aa952019-01-08 21:47:26 +053018 u32 reserved0[67];
19 u32 cpu_r5_ctrl;
20 u32 reserved;
Michal Simek4b066a12018-08-22 14:55:27 +020021 u32 iou_switch_ctrl; /* 0x114 */
22 u32 reserved1[13];
23 u32 timestamp_ref_ctrl; /* 0x14c */
Siva Durga Prasad Paladugu775aa952019-01-08 21:47:26 +053024 u32 reserved3[108];
25 u32 rst_cpu_r5;
26 u32 reserved2[17];
Michal Simek4b066a12018-08-22 14:55:27 +020027 u32 rst_timestamp; /* 0x348 */
28};
29
30#define crlapb_base ((struct crlapb_regs *)VERSAL_CRL_APB_BASEADDR)
31
32#define VERSAL_IOU_SCNTR_SECURE 0xFF140000
33
34#define IOU_SCNTRS_CONTROL_EN 1
35
36struct iou_scntrs_regs {
37 u32 counter_control_register; /* 0x0 */
38 u32 reserved0[7];
39 u32 base_frequency_id_register; /* 0x20 */
40};
41
42#define iou_scntr_secure ((struct iou_scntrs_regs *)VERSAL_IOU_SCNTR_SECURE)
Siva Durga Prasad Paladugu775aa952019-01-08 21:47:26 +053043
44#define VERSAL_TCM_BASE_ADDR 0xFFE00000
45#define VERSAL_TCM_SIZE 0x40000
46
47#define VERSAL_RPU_BASEADDR 0xFF9A0000
48
49struct rpu_regs {
50 u32 rpu_glbl_ctrl;
51 u32 reserved0[63];
52 u32 rpu0_cfg; /* 0x100 */
53 u32 reserved1[63];
54 u32 rpu1_cfg; /* 0x200 */
55};
56
57#define rpu_base ((struct rpu_regs *)VERSAL_RPU_BASEADDR)
Siva Durga Prasad Paladugu37c2ff82019-01-31 17:28:14 +053058
59#define VERSAL_CRP_BASEADDR 0xF1260000
60
T Karthik Reddy3b49fbf2022-05-12 04:05:34 -060061#define VERSAL_SLCR_BASEADDR 0xF1060000
62#define VERSAL_AXI_MUX_SEL (VERSAL_SLCR_BASEADDR + 0x504)
63#define VERSAL_OSPI_LINEAR_MODE BIT(1)
64
Siva Durga Prasad Paladugu37c2ff82019-01-31 17:28:14 +053065struct crp_regs {
66 u32 reserved0[128];
67 u32 boot_mode_usr;
68};
69
70#define crp_base ((struct crp_regs *)VERSAL_CRP_BASEADDR)
71
T Karthik Reddycb8485b2021-08-10 06:50:19 -060072#define VERSAL_PS_PMC_VERSION 0xF11A0004
73#define VERSAL_PS_VER_MASK GENMASK(7, 0)
74#define VERSAL_PS_VER_SHIFT 12
75
Siva Durga Prasad Paladugu37c2ff82019-01-31 17:28:14 +053076/* Bootmode setting values */
77#define BOOT_MODES_MASK 0x0000000F
78#define QSPI_MODE_24BIT 0x00000001
79#define QSPI_MODE_32BIT 0x00000002
80#define SD_MODE 0x00000003 /* sd 0 */
81#define SD_MODE1 0x00000005 /* sd 1 */
82#define EMMC_MODE 0x00000006
83#define USB_MODE 0x00000007
84#define OSPI_MODE 0x00000008
Polak, Leszekcddfc132023-10-08 14:34:42 +000085#define SELECTMAP_MODE 0x0000000A
Siva Durga Prasad Paladugu37c2ff82019-01-31 17:28:14 +053086#define SD1_LSHFT_MODE 0x0000000E /* SD1 Level shifter */
87#define JTAG_MODE 0x00000000
88#define BOOT_MODE_USE_ALT 0x100
89#define BOOT_MODE_ALT_SHIFT 12
T Karthik Reddy3d71b2d2022-05-12 04:05:33 -060090
91#define FLASH_RESET_GPIO 0xc
92#define WPROT_CRP 0xF126001C
93#define RST_GPIO 0xF1260318
94#define WPROT_LPD_MIO 0xFF080728
95#define WPROT_PMC_MIO 0xF1060828
96#define BOOT_MODE_DIR 0xF1020204
97#define BOOT_MODE_OUT 0xF1020208
98#define MIO_PIN_12 0xF1060030
99#define BANK0_OUTPUT 0xF1020040
100#define BANK0_TRI 0xF1060200