blob: 20f62bfc753b678bce3144c0453e867e102e46fd [file] [log] [blame]
Michal Simek59c651f2013-02-04 12:38:59 +01001/*
2 * Copyright (c) 2013 Xilinx Inc.
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Michal Simek59c651f2013-02-04 12:38:59 +01005 */
6
7#ifndef _ASM_ARCH_HARDWARE_H
8#define _ASM_ARCH_HARDWARE_H
9
Michal Simekbf834952013-12-19 23:38:58 +053010#define ZYNQ_SERIAL_BASEADDR0 0xE0000000
11#define ZYNQ_SERIAL_BASEADDR1 0xE0001000
Michal Simeke072b5f2013-04-23 11:35:18 +020012#define ZYNQ_SYS_CTRL_BASEADDR 0xF8000000
13#define ZYNQ_DEV_CFG_APB_BASEADDR 0xF8007000
14#define ZYNQ_SCU_BASEADDR 0xF8F00000
Michal Simek4b212842013-04-12 16:21:26 +020015#define ZYNQ_SCUTIMER_BASEADDR 0xF8F00600
Michal Simek71936532013-04-12 16:33:08 +020016#define ZYNQ_GEM_BASEADDR0 0xE000B000
17#define ZYNQ_GEM_BASEADDR1 0xE000C000
Michal Simek293eb332013-04-22 14:56:49 +020018#define ZYNQ_SDHCI_BASEADDR0 0xE0100000
19#define ZYNQ_SDHCI_BASEADDR1 0xE0101000
Michal Simek8934f782013-04-22 15:21:33 +020020#define ZYNQ_I2C_BASEADDR0 0xE0004000
21#define ZYNQ_I2C_BASEADDR1 0xE0005000
Jagannadha Sutradharudu Teki1465d052013-07-29 23:45:16 +053022#define ZYNQ_SPI_BASEADDR0 0xE0006000
23#define ZYNQ_SPI_BASEADDR1 0xE0007000
Michal Simek148ba552013-06-17 14:37:01 +020024#define ZYNQ_DDRC_BASEADDR 0xF8006000
Siva Durga Prasad Paladugu96a28592013-11-29 19:01:25 +053025#define ZYNQ_EFUSE_BASEADDR 0xF800D000
Michal Simek59c651f2013-02-04 12:38:59 +010026
Michal Simek62798122014-01-16 09:18:21 +010027/* Bootmode setting values */
28#define ZYNQ_BM_MASK 0xF
29#define ZYNQ_BM_NOR 0x2
30#define ZYNQ_BM_SD 0x5
31#define ZYNQ_BM_JTAG 0x0
32
Michal Simek59c651f2013-02-04 12:38:59 +010033/* Reflect slcr offsets */
34struct slcr_regs {
35 u32 scl; /* 0x0 */
36 u32 slcr_lock; /* 0x4 */
37 u32 slcr_unlock; /* 0x8 */
Soren Brinkmann6c3e61d2013-11-21 13:38:54 -080038 u32 reserved0_1[61];
39 u32 arm_pll_ctrl; /* 0x100 */
40 u32 ddr_pll_ctrl; /* 0x104 */
41 u32 io_pll_ctrl; /* 0x108 */
42 u32 reserved0_2[5];
43 u32 arm_clk_ctrl; /* 0x120 */
44 u32 ddr_clk_ctrl; /* 0x124 */
45 u32 dci_clk_ctrl; /* 0x128 */
46 u32 aper_clk_ctrl; /* 0x12c */
47 u32 reserved0_3[2];
Michal Simek80243522012-10-15 14:01:23 +020048 u32 gem0_rclk_ctrl; /* 0x138 */
49 u32 gem1_rclk_ctrl; /* 0x13c */
50 u32 gem0_clk_ctrl; /* 0x140 */
51 u32 gem1_clk_ctrl; /* 0x144 */
Soren Brinkmann6c3e61d2013-11-21 13:38:54 -080052 u32 smc_clk_ctrl; /* 0x148 */
53 u32 lqspi_clk_ctrl; /* 0x14c */
54 u32 sdio_clk_ctrl; /* 0x150 */
55 u32 uart_clk_ctrl; /* 0x154 */
56 u32 spi_clk_ctrl; /* 0x158 */
57 u32 can_clk_ctrl; /* 0x15c */
58 u32 can_mioclk_ctrl; /* 0x160 */
59 u32 dbg_clk_ctrl; /* 0x164 */
60 u32 pcap_clk_ctrl; /* 0x168 */
61 u32 reserved0_4[1];
62 u32 fpga0_clk_ctrl; /* 0x170 */
63 u32 reserved0_5[3];
64 u32 fpga1_clk_ctrl; /* 0x180 */
65 u32 reserved0_6[3];
66 u32 fpga2_clk_ctrl; /* 0x190 */
67 u32 reserved0_7[3];
68 u32 fpga3_clk_ctrl; /* 0x1a0 */
69 u32 reserved0_8[8];
70 u32 clk_621_true; /* 0x1c4 */
71 u32 reserved1[14];
Michal Simek59c651f2013-02-04 12:38:59 +010072 u32 pss_rst_ctrl; /* 0x200 */
Michal Simek00ed3452013-02-04 12:42:25 +010073 u32 reserved2[15];
74 u32 fpga_rst_ctrl; /* 0x240 */
75 u32 reserved3[5];
Michal Simek59c651f2013-02-04 12:38:59 +010076 u32 reboot_status; /* 0x258 */
Michal Simek00ed3452013-02-04 12:42:25 +010077 u32 boot_mode; /* 0x25c */
78 u32 reserved4[116];
79 u32 trust_zone; /* 0x430 */ /* FIXME */
Michal Simekd5dae852013-04-22 15:43:02 +020080 u32 reserved5_1[63];
81 u32 pss_idcode; /* 0x530 */
82 u32 reserved5_2[51];
Michal Simek00ed3452013-02-04 12:42:25 +010083 u32 ddr_urgent; /* 0x600 */
84 u32 reserved6[6];
85 u32 ddr_urgent_sel; /* 0x61c */
Michal Simekd5dae852013-04-22 15:43:02 +020086 u32 reserved7[56];
87 u32 mio_pin[54]; /* 0x700 - 0x7D4 */
88 u32 reserved8[74];
89 u32 lvl_shftr_en; /* 0x900 */
90 u32 reserved9[3];
Michal Simek00ed3452013-02-04 12:42:25 +010091 u32 ocm_cfg; /* 0x910 */
Michal Simek59c651f2013-02-04 12:38:59 +010092};
93
Michal Simeke072b5f2013-04-23 11:35:18 +020094#define slcr_base ((struct slcr_regs *)ZYNQ_SYS_CTRL_BASEADDR)
Michal Simek59c651f2013-02-04 12:38:59 +010095
Michal Simek00ed3452013-02-04 12:42:25 +010096struct devcfg_regs {
97 u32 ctrl; /* 0x0 */
98 u32 lock; /* 0x4 */
99 u32 cfg; /* 0x8 */
100 u32 int_sts; /* 0xc */
101 u32 int_mask; /* 0x10 */
102 u32 status; /* 0x14 */
103 u32 dma_src_addr; /* 0x18 */
104 u32 dma_dst_addr; /* 0x1c */
105 u32 dma_src_len; /* 0x20 */
106 u32 dma_dst_len; /* 0x24 */
107 u32 rom_shadow; /* 0x28 */
108 u32 reserved1[2];
109 u32 unlock; /* 0x34 */
110 u32 reserved2[18];
111 u32 mctrl; /* 0x80 */
112 u32 reserved3;
113 u32 write_count; /* 0x88 */
114 u32 read_count; /* 0x8c */
115};
116
Michal Simeke072b5f2013-04-23 11:35:18 +0200117#define devcfg_base ((struct devcfg_regs *)ZYNQ_DEV_CFG_APB_BASEADDR)
Michal Simek00ed3452013-02-04 12:42:25 +0100118
119struct scu_regs {
120 u32 reserved1[16];
121 u32 filter_start; /* 0x40 */
122 u32 filter_end; /* 0x44 */
123};
124
Michal Simeke072b5f2013-04-23 11:35:18 +0200125#define scu_base ((struct scu_regs *)ZYNQ_SCU_BASEADDR)
Michal Simek00ed3452013-02-04 12:42:25 +0100126
Michal Simek148ba552013-06-17 14:37:01 +0200127struct ddrc_regs {
128 u32 ddrc_ctrl; /* 0x0 */
129 u32 reserved[60];
130 u32 ecc_scrub; /* 0xF4 */
131};
132#define ddrc_base ((struct ddrc_regs *)ZYNQ_DDRC_BASEADDR)
133
Siva Durga Prasad Paladugu96a28592013-11-29 19:01:25 +0530134struct efuse_reg {
135 u32 reserved1[4];
136 u32 status;
137 u32 reserved2[3];
138};
139
140#define efuse_base ((struct efuse_reg *)ZYNQ_EFUSE_BASEADDR)
141
Michal Simek59c651f2013-02-04 12:38:59 +0100142#endif /* _ASM_ARCH_HARDWARE_H */