blob: fa4e27063c5352c904d50263c937dfa885d33988 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +00002/*
3 *
4 * HW data initialization for OMAP5
5 *
6 * (C) Copyright 2013
7 * Texas Instruments, <www.ti.com>
8 *
9 * Sricharan R <r.sricharan@ti.com>
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +000010 */
11#include <common.h>
Lokesh Vutla36852972013-05-30 03:19:29 +000012#include <palmas.h>
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +000013#include <asm/arch/omap.h>
SRICHARAN R1a79cab2013-02-04 04:22:01 +000014#include <asm/arch/sys_proto.h>
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +000015#include <asm/omap_common.h>
Lokesh Vutla61c517f2013-05-30 02:54:32 +000016#include <asm/arch/clock.h>
SRICHARAN R00d328c2013-02-04 04:22:02 +000017#include <asm/omap_gpio.h>
SRICHARAN R1a79cab2013-02-04 04:22:01 +000018#include <asm/io.h>
Lokesh Vutlad8ac0502013-02-04 04:22:05 +000019#include <asm/emif.h>
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +000020
21struct prcm_regs const **prcm =
22 (struct prcm_regs const **) OMAP_SRAM_SCRATCH_PRCM_PTR;
SRICHARAN R1a79cab2013-02-04 04:22:01 +000023struct dplls const **dplls_data =
24 (struct dplls const **) OMAP_SRAM_SCRATCH_DPLLS_PTR;
SRICHARAN R00d328c2013-02-04 04:22:02 +000025struct vcores_data const **omap_vcores =
26 (struct vcores_data const **) OMAP_SRAM_SCRATCH_VCORES_PTR;
Lokesh Vutla834b6b02013-02-04 04:22:04 +000027struct omap_sys_ctrl_regs const **ctrl =
SRICHARAN R4b1b61c2013-04-24 00:41:22 +000028 (struct omap_sys_ctrl_regs const **)OMAP_SRAM_SCRATCH_SYS_CTRL;
SRICHARAN R1a79cab2013-02-04 04:22:01 +000029
SRICHARAN Ra04ed142013-02-12 01:33:43 +000030/* OPP NOM FREQUENCY for ES1.0 */
SRICHARAN R1a79cab2013-02-04 04:22:01 +000031static const struct dpll_params mpu_dpll_params_800mhz[NUM_SYS_CLKS] = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +000032 {200, 2, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
33 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
34 {1000, 20, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
35 {375, 8, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
36 {400, 12, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
37 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
38 {375, 17, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1} /* 38.4 MHz */
SRICHARAN R1a79cab2013-02-04 04:22:01 +000039};
40
Lokesh Vutlac9e70e22013-12-12 15:36:21 +053041/* OPP NOM FREQUENCY for OMAP5 ES2.0, and DRA7 ES1.0 */
Lokesh Vutla5e70e292013-02-12 21:29:05 +000042static const struct dpll_params mpu_dpll_params_1ghz[NUM_SYS_CLKS] = {
Lokesh Vutla16523262013-05-30 03:19:38 +000043 {250, 2, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
44 {500, 9, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 20 MHz */
45 {119, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
46 {625, 11, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
47 {500, 12, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +000048 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
Lokesh Vutla16523262013-05-30 03:19:38 +000049 {625, 23, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +000050};
51
SRICHARAN R1a79cab2013-02-04 04:22:01 +000052static const struct dpll_params
53 core_dpll_params_2128mhz_ddr532[NUM_SYS_CLKS] = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +000054 {266, 2, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1}, /* 12 MHz */
55 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
56 {443, 6, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1}, /* 16.8 MHz */
57 {277, 4, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1}, /* 19.2 MHz */
58 {368, 8, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1}, /* 26 MHz */
59 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
60 {277, 9, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1} /* 38.4 MHz */
SRICHARAN R1a79cab2013-02-04 04:22:01 +000061};
62
63static const struct dpll_params
SRICHARAN Ra04ed142013-02-12 01:33:43 +000064 core_dpll_params_2128mhz_ddr532_es2[NUM_SYS_CLKS] = {
65 {266, 2, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6}, /* 12 MHz */
66 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
67 {443, 6, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6}, /* 16.8 MHz */
68 {277, 4, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6}, /* 19.2 MHz */
69 {368, 8, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6}, /* 26 MHz */
70 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
71 {277, 9, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6} /* 38.4 MHz */
72};
73
74static const struct dpll_params
Lokesh Vutla16523262013-05-30 03:19:38 +000075 core_dpll_params_2128mhz_dra7xx[NUM_SYS_CLKS] = {
76 {266, 2, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6}, /* 12 MHz */
77 {266, 4, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6}, /* 20 MHz */
78 {443, 6, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6}, /* 16.8 MHz */
79 {277, 4, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6}, /* 19.2 MHz */
80 {368, 8, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6}, /* 26 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +000081 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
Lokesh Vutla16523262013-05-30 03:19:38 +000082 {277, 9, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6}, /* 38.4 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +000083};
84
SRICHARAN R1a79cab2013-02-04 04:22:01 +000085static const struct dpll_params per_dpll_params_768mhz[NUM_SYS_CLKS] = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +000086 {32, 0, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1}, /* 12 MHz */
87 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
88 {160, 6, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1}, /* 16.8 MHz */
89 {20, 0, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1}, /* 19.2 MHz */
90 {192, 12, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1}, /* 26 MHz */
91 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
92 {10, 0, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1} /* 38.4 MHz */
93};
94
95static const struct dpll_params per_dpll_params_768mhz_es2[NUM_SYS_CLKS] = {
96 {32, 0, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1}, /* 12 MHz */
97 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
98 {160, 6, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1}, /* 16.8 MHz */
99 {20, 0, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1}, /* 19.2 MHz */
100 {192, 12, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1}, /* 26 MHz */
101 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
102 {10, 0, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1} /* 38.4 MHz */
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000103};
104
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000105static const struct dpll_params per_dpll_params_768mhz_dra7xx[NUM_SYS_CLKS] = {
Lokesh Vutlaff212052013-12-12 15:34:56 +0530106 {32, 0, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1}, /* 12 MHz */
Lokesh Vutla087cdb32016-07-25 15:45:44 +0530107 {96, 4, 4, 1, 3, 4, 10, 2, -1, -1, -1, -1}, /* 20 MHz */
Lokesh Vutlaff212052013-12-12 15:34:56 +0530108 {160, 6, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1}, /* 16.8 MHz */
109 {20, 0, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1}, /* 19.2 MHz */
110 {192, 12, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1}, /* 26 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000111 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
Lokesh Vutlaff212052013-12-12 15:34:56 +0530112 {10, 0, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1}, /* 38.4 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000113};
114
Praneeth Bajjuri9b21ff42017-08-21 12:50:52 +0530115static const struct dpll_params per_dpll_params_768mhz_dra76x[NUM_SYS_CLKS] = {
116 {32, 0, 4, 1, 3, 4, 8, 2, -1, -1, -1, -1}, /* 12 MHz */
117 {96, 4, 4, 1, 3, 4, 8, 2, -1, -1, -1, -1}, /* 20 MHz */
118 {160, 6, 4, 1, 3, 4, 8, 2, -1, -1, -1, -1}, /* 16.8 MHz */
119 {20, 0, 4, 1, 3, 4, 8, 2, -1, -1, -1, -1}, /* 19.2 MHz */
120 {192, 12, 4, 1, 3, 4, 8, 2, -1, -1, -1, -1}, /* 26 MHz */
121 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
122 {10, 0, 4, 1, 3, 4, 8, 2, -1, -1, -1, -1}, /* 38.4 MHz */
123};
124
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000125static const struct dpll_params iva_dpll_params_2330mhz[NUM_SYS_CLKS] = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000126 {1165, 11, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
127 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
128 {208, 2, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
129 {182, 2, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
130 {224, 4, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
131 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
132 {91, 2, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1} /* 38.4 MHz */
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000133};
134
Lokesh Vutla16523262013-05-30 03:19:38 +0000135static const struct dpll_params iva_dpll_params_2330mhz_dra7xx[NUM_SYS_CLKS] = {
136 {1165, 11, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
137 {233, 3, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 20 MHz */
138 {208, 2, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
139 {182, 2, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
140 {224, 4, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
141 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
142 {91, 2, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */
143};
144
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000145/* ABE M & N values with sys_clk as source */
Lokesh Vutla47ea1682017-01-17 08:52:59 +0530146#ifdef CONFIG_SYS_OMAP_ABE_SYSCK
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000147static const struct dpll_params
148 abe_dpll_params_sysclk_196608khz[NUM_SYS_CLKS] = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000149 {49, 5, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
150 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 13 MHz */
151 {35, 5, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
152 {46, 8, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
153 {34, 8, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
154 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
155 {64, 24, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1} /* 38.4 MHz */
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000156};
Lokesh Vutla47ea1682017-01-17 08:52:59 +0530157#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000158
159/* ABE M & N values with 32K clock as source */
Lokesh Vutla47ea1682017-01-17 08:52:59 +0530160#ifndef CONFIG_SYS_OMAP_ABE_SYSCK
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000161static const struct dpll_params abe_dpll_params_32k_196608khz = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000162 750, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000163};
Lokesh Vutla47ea1682017-01-17 08:52:59 +0530164#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000165
Lokesh Vutla16523262013-05-30 03:19:38 +0000166/* ABE M & N values with sysclk2(22.5792 MHz) as input */
167static const struct dpll_params
168 abe_dpll_params_sysclk2_361267khz[NUM_SYS_CLKS] = {
169 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
170 {16, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 20 MHz */
171 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
172 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
173 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
174 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
175 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */
176};
177
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000178static const struct dpll_params usb_dpll_params_1920mhz[NUM_SYS_CLKS] = {
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000179 {400, 4, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
Lokesh Vutla16523262013-05-30 03:19:38 +0000180 {480, 9, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 20 MHz */
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000181 {400, 6, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
182 {400, 7, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
183 {480, 12, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
184 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000185 {400, 15, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000186};
187
R Sricharan5a9d4d12014-08-28 12:01:04 +0530188static const struct dpll_params ddr_dpll_params_2664mhz[NUM_SYS_CLKS] = {
189 {111, 0, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
190 {333, 4, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 20 MHz */
191 {555, 6, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
192 {555, 7, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
193 {666, 12, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
194 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
195 {555, 15, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */
196};
197
Lokesh Vutla16523262013-05-30 03:19:38 +0000198static const struct dpll_params ddr_dpll_params_2128mhz[NUM_SYS_CLKS] = {
199 {266, 2, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 12 MHz */
200 {266, 4, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 20 MHz */
201 {190, 2, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 16.8 MHz */
202 {665, 11, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */
203 {532, 12, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 26 MHz */
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000204 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
Lokesh Vutla16523262013-05-30 03:19:38 +0000205 {665, 23, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000206};
207
Lokesh Vutlaadc52df2013-07-08 16:04:39 +0530208static const struct dpll_params gmac_dpll_params_2000mhz[NUM_SYS_CLKS] = {
209 {250, 2, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 12 MHz */
210 {250, 4, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 20 MHz */
211 {119, 1, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 16.8 MHz */
212 {625, 11, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 19.2 MHz */
213 {500, 12, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 26 MHz */
214 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 27 MHz */
215 {625, 23, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 38.4 MHz */
216};
217
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000218struct dplls omap5_dplls_es1 = {
219 .mpu = mpu_dpll_params_800mhz,
220 .core = core_dpll_params_2128mhz_ddr532,
221 .per = per_dpll_params_768mhz,
222 .iva = iva_dpll_params_2330mhz,
223#ifdef CONFIG_SYS_OMAP_ABE_SYSCK
224 .abe = abe_dpll_params_sysclk_196608khz,
225#else
226 .abe = &abe_dpll_params_32k_196608khz,
227#endif
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000228 .usb = usb_dpll_params_1920mhz,
229 .ddr = NULL
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000230};
231
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000232struct dplls omap5_dplls_es2 = {
Lokesh Vutlac9e70e22013-12-12 15:36:21 +0530233 .mpu = mpu_dpll_params_1ghz,
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000234 .core = core_dpll_params_2128mhz_ddr532_es2,
235 .per = per_dpll_params_768mhz_es2,
236 .iva = iva_dpll_params_2330mhz,
237#ifdef CONFIG_SYS_OMAP_ABE_SYSCK
238 .abe = abe_dpll_params_sysclk_196608khz,
239#else
240 .abe = &abe_dpll_params_32k_196608khz,
241#endif
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000242 .usb = usb_dpll_params_1920mhz,
243 .ddr = NULL
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000244};
245
Praneeth Bajjuri9b21ff42017-08-21 12:50:52 +0530246struct dplls dra76x_dplls = {
247 .mpu = mpu_dpll_params_1ghz,
248 .core = core_dpll_params_2128mhz_dra7xx,
249 .per = per_dpll_params_768mhz_dra76x,
250 .abe = abe_dpll_params_sysclk2_361267khz,
251 .iva = iva_dpll_params_2330mhz_dra7xx,
252 .usb = usb_dpll_params_1920mhz,
253 .ddr = ddr_dpll_params_2664mhz,
254 .gmac = gmac_dpll_params_2000mhz,
255};
256
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000257struct dplls dra7xx_dplls = {
258 .mpu = mpu_dpll_params_1ghz,
Lokesh Vutla16523262013-05-30 03:19:38 +0000259 .core = core_dpll_params_2128mhz_dra7xx,
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000260 .per = per_dpll_params_768mhz_dra7xx,
Lokesh Vutla16523262013-05-30 03:19:38 +0000261 .abe = abe_dpll_params_sysclk2_361267khz,
262 .iva = iva_dpll_params_2330mhz_dra7xx,
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000263 .usb = usb_dpll_params_1920mhz,
Lokesh Vutla16523262013-05-30 03:19:38 +0000264 .ddr = ddr_dpll_params_2128mhz,
Lokesh Vutlaadc52df2013-07-08 16:04:39 +0530265 .gmac = gmac_dpll_params_2000mhz,
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000266};
267
R Sricharan5a9d4d12014-08-28 12:01:04 +0530268struct dplls dra72x_dplls = {
269 .mpu = mpu_dpll_params_1ghz,
270 .core = core_dpll_params_2128mhz_dra7xx,
271 .per = per_dpll_params_768mhz_dra7xx,
272 .abe = abe_dpll_params_sysclk2_361267khz,
273 .iva = iva_dpll_params_2330mhz_dra7xx,
274 .usb = usb_dpll_params_1920mhz,
275 .ddr = ddr_dpll_params_2664mhz,
276 .gmac = gmac_dpll_params_2000mhz,
277};
278
SRICHARAN R00d328c2013-02-04 04:22:02 +0000279struct pmic_data palmas = {
280 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
281 .step = 10000, /* 10 mV represented in uV */
282 /*
283 * Offset codes 1-6 all give the base voltage in Palmas
284 * Offset code 0 switches OFF the SMPS
285 */
286 .start_code = 6,
Lokesh Vutlaae49f6d2013-05-30 02:54:33 +0000287 .i2c_slave_addr = SMPS_I2C_SLAVE_ADDR,
288 .pmic_bus_init = sri2c_init,
289 .pmic_write = omap_vc_bypass_send_value,
Lokesh Vutla266b23a2016-08-17 16:25:35 +0530290 .gpio_en = 0,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000291};
292
Lubomir Popov21f34062014-12-19 17:34:31 +0200293/* The TPS659038 and TPS65917 are software-compatible, use common struct */
Lokesh Vutla36852972013-05-30 03:19:29 +0000294struct pmic_data tps659038 = {
295 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
296 .step = 10000, /* 10 mV represented in uV */
297 /*
298 * Offset codes 1-6 all give the base voltage in Palmas
299 * Offset code 0 switches OFF the SMPS
300 */
301 .start_code = 6,
302 .i2c_slave_addr = TPS659038_I2C_SLAVE_ADDR,
303 .pmic_bus_init = gpi2c_init,
304 .pmic_write = palmas_i2c_write_u8,
Lokesh Vutla266b23a2016-08-17 16:25:35 +0530305 .gpio_en = 0,
Lokesh Vutla36852972013-05-30 03:19:29 +0000306};
307
Keerthy1b21f552017-08-21 12:50:54 +0530308/* The LP87565*/
309struct pmic_data lp87565 = {
310 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
311 .step = 5000, /* 5 mV represented in uV */
312 /*
313 * Offset codes 0 - 0x13 Invalid.
314 * Offset codes 0x14 0x17 give 10mV steps
315 * Offset codes 0x17 through 0x9D give 5mV steps
316 * So let us start with our operating range from .73V
317 */
318 .start_code = 0x17,
319 .i2c_slave_addr = 0x60,
320 .pmic_bus_init = gpi2c_init,
321 .pmic_write = palmas_i2c_write_u8,
322};
323
Keerthy4d4e34b2016-11-23 13:25:27 +0530324/* The LP8732 and LP8733 are software-compatible, use common struct */
325struct pmic_data lp8733 = {
326 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
327 .step = 5000, /* 5 mV represented in uV */
328 /*
329 * Offset codes 0 - 0x13 Invalid.
330 * Offset codes 0x14 0x17 give 10mV steps
331 * Offset codes 0x17 through 0x9D give 5mV steps
332 * So let us start with our operating range from .73V
333 */
334 .start_code = 0x17,
335 .i2c_slave_addr = 0x60,
336 .pmic_bus_init = gpi2c_init,
337 .pmic_write = palmas_i2c_write_u8,
338};
339
SRICHARAN R00d328c2013-02-04 04:22:02 +0000340struct vcores_data omap5430_volts = {
Lokesh Vutla6ede0fd2016-11-23 12:54:39 +0530341 .mpu.value[OPP_NOM] = VDD_MPU,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000342 .mpu.addr = SMPS_REG_ADDR_12_MPU,
343 .mpu.pmic = &palmas,
344
Lokesh Vutla6ede0fd2016-11-23 12:54:39 +0530345 .core.value[OPP_NOM] = VDD_CORE,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000346 .core.addr = SMPS_REG_ADDR_8_CORE,
347 .core.pmic = &palmas,
348
Lokesh Vutla6ede0fd2016-11-23 12:54:39 +0530349 .mm.value[OPP_NOM] = VDD_MM,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000350 .mm.addr = SMPS_REG_ADDR_45_IVA,
351 .mm.pmic = &palmas,
352};
353
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000354struct vcores_data omap5430_volts_es2 = {
Lokesh Vutla6ede0fd2016-11-23 12:54:39 +0530355 .mpu.value[OPP_NOM] = VDD_MPU_ES2,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000356 .mpu.addr = SMPS_REG_ADDR_12_MPU,
357 .mpu.pmic = &palmas,
Nishanth Menon1eb62b42016-04-21 14:34:23 -0500358 .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000359
Lokesh Vutla6ede0fd2016-11-23 12:54:39 +0530360 .core.value[OPP_NOM] = VDD_CORE_ES2,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000361 .core.addr = SMPS_REG_ADDR_8_CORE,
362 .core.pmic = &palmas,
363
Lokesh Vutla6ede0fd2016-11-23 12:54:39 +0530364 .mm.value[OPP_NOM] = VDD_MM_ES2,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000365 .mm.addr = SMPS_REG_ADDR_45_IVA,
366 .mm.pmic = &palmas,
Nishanth Menon07be7572016-04-21 14:34:24 -0500367 .mm.abb_tx_done_mask = OMAP_ABB_MM_TXDONE_MASK,
Nishanth Menon159a21f2017-08-04 21:42:09 -0500368
369 .mpu.efuse.reg[OPP_NOM] = OMAP5_ES2_PROD_MPU_OPNO_VMIN,
370 .mpu.efuse.reg_bits = OMAP5_ES2_PROD_REGBITS,
371
372 .core.efuse.reg[OPP_NOM] = OMAP5_ES2_PROD_CORE_OPNO_VMIN,
373 .core.efuse.reg_bits = OMAP5_ES2_PROD_REGBITS,
374
375 .mm.efuse.reg[OPP_NOM] = OMAP5_ES2_PROD_MM_OPNO_VMIN,
376 .mm.efuse.reg_bits = OMAP5_ES2_PROD_REGBITS,
SRICHARAN R00d328c2013-02-04 04:22:02 +0000377};
378
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000379/*
380 * Enable essential clock domains, modules and
381 * do some additional special settings needed
382 */
383void enable_basic_clocks(void)
384{
385 u32 const clk_domains_essential[] = {
386 (*prcm)->cm_l4per_clkstctrl,
387 (*prcm)->cm_l3init_clkstctrl,
388 (*prcm)->cm_memif_clkstctrl,
389 (*prcm)->cm_l4cfg_clkstctrl,
Mugunthan V N4a42ff12013-07-08 16:04:40 +0530390#ifdef CONFIG_DRIVER_TI_CPSW
391 (*prcm)->cm_gmac_clkstctrl,
392#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000393 0
394 };
395
396 u32 const clk_modules_hw_auto_essential[] = {
Lokesh Vutla15c2c702013-02-17 23:33:37 +0000397 (*prcm)->cm_l3_gpmc_clkctrl,
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000398 (*prcm)->cm_memif_emif_1_clkctrl,
399 (*prcm)->cm_memif_emif_2_clkctrl,
400 (*prcm)->cm_l4cfg_l4_cfg_clkctrl,
401 (*prcm)->cm_wkup_gpio1_clkctrl,
402 (*prcm)->cm_l4per_gpio2_clkctrl,
403 (*prcm)->cm_l4per_gpio3_clkctrl,
404 (*prcm)->cm_l4per_gpio4_clkctrl,
405 (*prcm)->cm_l4per_gpio5_clkctrl,
406 (*prcm)->cm_l4per_gpio6_clkctrl,
Axel Lin01a461f2013-06-21 18:54:25 +0800407 (*prcm)->cm_l4per_gpio7_clkctrl,
408 (*prcm)->cm_l4per_gpio8_clkctrl,
Mugunthan V Nd7ced252017-04-07 13:42:00 +0200409#ifdef CONFIG_SCSI_AHCI_PLAT
410 (*prcm)->cm_l3init_ocp2scp3_clkctrl,
411#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000412 0
413 };
414
415 u32 const clk_modules_explicit_en_essential[] = {
416 (*prcm)->cm_wkup_gptimer1_clkctrl,
417 (*prcm)->cm_l3init_hsmmc1_clkctrl,
418 (*prcm)->cm_l3init_hsmmc2_clkctrl,
419 (*prcm)->cm_l4per_gptimer2_clkctrl,
420 (*prcm)->cm_wkup_wdtimer2_clkctrl,
Caleb Robey940d6372020-01-02 08:17:27 -0600421 (*prcm)->cm_l4per_uart1_clkctrl,
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000422 (*prcm)->cm_l4per_uart3_clkctrl,
423 (*prcm)->cm_l4per_i2c1_clkctrl,
Mugunthan V N4a42ff12013-07-08 16:04:40 +0530424#ifdef CONFIG_DRIVER_TI_CPSW
425 (*prcm)->cm_gmac_gmac_clkctrl,
426#endif
Matt Porter30746262013-10-07 15:52:59 +0530427
428#ifdef CONFIG_TI_QSPI
429 (*prcm)->cm_l4per_qspi_clkctrl,
430#endif
Mugunthan V Nd7ced252017-04-07 13:42:00 +0200431#ifdef CONFIG_SCSI_AHCI_PLAT
432 (*prcm)->cm_l3init_sata_clkctrl,
433#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000434 0
435 };
436
437 /* Enable optional additional functional clock for GPIO4 */
438 setbits_le32((*prcm)->cm_l4per_gpio4_clkctrl,
439 GPIO4_CLKCTRL_OPTFCLKEN_MASK);
440
Kishon Vijay Abraham Ic76d6162018-01-30 16:01:47 +0100441 /* Enable 192 MHz clock for MMC1 & MMC2 */
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000442 setbits_le32((*prcm)->cm_l3init_hsmmc1_clkctrl,
443 HSMMC_CLKCTRL_CLKSEL_MASK);
444 setbits_le32((*prcm)->cm_l3init_hsmmc2_clkctrl,
445 HSMMC_CLKCTRL_CLKSEL_MASK);
446
447 /* Set the correct clock dividers for mmc */
Kishon Vijay Abraham Ic76d6162018-01-30 16:01:47 +0100448 clrbits_le32((*prcm)->cm_l3init_hsmmc1_clkctrl,
449 HSMMC_CLKCTRL_CLKSEL_DIV_MASK);
450 clrbits_le32((*prcm)->cm_l3init_hsmmc2_clkctrl,
451 HSMMC_CLKCTRL_CLKSEL_DIV_MASK);
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000452
453 /* Select 32KHz clock as the source of GPTIMER1 */
454 setbits_le32((*prcm)->cm_wkup_gptimer1_clkctrl,
455 GPTIMER1_CLKCTRL_CLKSEL_MASK);
456
457 do_enable_clocks(clk_domains_essential,
458 clk_modules_hw_auto_essential,
459 clk_modules_explicit_en_essential,
460 1);
461
Matt Porter30746262013-10-07 15:52:59 +0530462#ifdef CONFIG_TI_QSPI
463 setbits_le32((*prcm)->cm_l4per_qspi_clkctrl, (1<<24));
464#endif
465
Mugunthan V Nd7ced252017-04-07 13:42:00 +0200466#ifdef CONFIG_SCSI_AHCI_PLAT
467 /* Enable optional functional clock for SATA */
468 setbits_le32((*prcm)->cm_l3init_sata_clkctrl,
469 SATA_CLKCTRL_OPTFCLKEN_MASK);
470#endif
471
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000472 /* Enable SCRM OPT clocks for PER and CORE dpll */
473 setbits_le32((*prcm)->cm_wkupaon_scrm_clkctrl,
474 OPTFCLKEN_SCRM_PER_MASK);
475 setbits_le32((*prcm)->cm_wkupaon_scrm_clkctrl,
476 OPTFCLKEN_SCRM_CORE_MASK);
477}
478
479void enable_basic_uboot_clocks(void)
480{
481 u32 const clk_domains_essential[] = {
Nishanth Menon813fe9d2016-11-29 15:22:00 +0530482#if defined(CONFIG_DRA7XX)
Lokesh Vutlab04038f2015-06-05 15:19:21 +0530483 (*prcm)->cm_ipu_clkstctrl,
484#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000485 0
486 };
487
488 u32 const clk_modules_hw_auto_essential[] = {
Lubomir Popov65354032013-04-11 00:08:51 +0000489 (*prcm)->cm_l3init_hsusbtll_clkctrl,
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000490 0
491 };
492
493 u32 const clk_modules_explicit_en_essential[] = {
494 (*prcm)->cm_l4per_mcspi1_clkctrl,
495 (*prcm)->cm_l4per_i2c2_clkctrl,
496 (*prcm)->cm_l4per_i2c3_clkctrl,
497 (*prcm)->cm_l4per_i2c4_clkctrl,
Nishanth Menon813fe9d2016-11-29 15:22:00 +0530498#if defined(CONFIG_DRA7XX)
Lokesh Vutlab04038f2015-06-05 15:19:21 +0530499 (*prcm)->cm_ipu_i2c5_clkctrl,
500#else
Lubomir Popovb36e6092013-04-08 21:49:37 +0000501 (*prcm)->cm_l4per_i2c5_clkctrl,
Lokesh Vutlab04038f2015-06-05 15:19:21 +0530502#endif
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000503 (*prcm)->cm_l3init_hsusbhost_clkctrl,
504 (*prcm)->cm_l3init_fsusb_clkctrl,
505 0
506 };
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000507 do_enable_clocks(clk_domains_essential,
508 clk_modules_hw_auto_essential,
509 clk_modules_explicit_en_essential,
510 1);
511}
512
Vignesh R92dc6a02015-08-17 13:29:52 +0530513#ifdef CONFIG_TI_EDMA3
514void enable_edma3_clocks(void)
515{
516 u32 const clk_domains_edma3[] = {
517 0
518 };
519
520 u32 const clk_modules_hw_auto_edma3[] = {
521 (*prcm)->cm_l3main1_tptc1_clkctrl,
522 (*prcm)->cm_l3main1_tptc2_clkctrl,
523 0
524 };
525
526 u32 const clk_modules_explicit_en_edma3[] = {
527 0
528 };
529
530 do_enable_clocks(clk_domains_edma3,
531 clk_modules_hw_auto_edma3,
532 clk_modules_explicit_en_edma3,
533 1);
534}
535
536void disable_edma3_clocks(void)
537{
538 u32 const clk_domains_edma3[] = {
539 0
540 };
541
542 u32 const clk_modules_disable_edma3[] = {
543 (*prcm)->cm_l3main1_tptc1_clkctrl,
544 (*prcm)->cm_l3main1_tptc2_clkctrl,
545 0
546 };
547
548 do_disable_clocks(clk_domains_edma3,
549 clk_modules_disable_edma3,
550 1);
551}
552#endif
553
Roger Quadros16c97102016-05-23 17:37:47 +0300554#if defined(CONFIG_USB_DWC3) || defined(CONFIG_USB_XHCI_OMAP)
Kishon Vijay Abraham If54117d2015-08-19 16:16:25 +0530555void enable_usb_clocks(int index)
556{
557 u32 cm_l3init_usb_otg_ss_clkctrl = 0;
558
559 if (index == 0) {
560 cm_l3init_usb_otg_ss_clkctrl =
561 (*prcm)->cm_l3init_usb_otg_ss1_clkctrl;
562 /* Enable 960 MHz clock for dwc3 */
563 setbits_le32((*prcm)->cm_l3init_usb_otg_ss1_clkctrl,
564 OPTFCLKEN_REFCLK960M);
565
Roger Quadrosf1258942016-05-23 17:37:49 +0300566 /* Enable 32 KHz clock for USB_PHY1 */
Kishon Vijay Abraham If54117d2015-08-19 16:16:25 +0530567 setbits_le32((*prcm)->cm_coreaon_usb_phy1_core_clkctrl,
568 USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
Roger Quadrosf1258942016-05-23 17:37:49 +0300569
570 /* Enable 32 KHz clock for USB_PHY3 */
571 if (is_dra7xx())
572 setbits_le32((*prcm)->cm_coreaon_usb_phy3_core_clkctrl,
573 USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
Kishon Vijay Abraham If54117d2015-08-19 16:16:25 +0530574 } else if (index == 1) {
575 cm_l3init_usb_otg_ss_clkctrl =
576 (*prcm)->cm_l3init_usb_otg_ss2_clkctrl;
577 /* Enable 960 MHz clock for dwc3 */
578 setbits_le32((*prcm)->cm_l3init_usb_otg_ss2_clkctrl,
579 OPTFCLKEN_REFCLK960M);
580
581 /* Enable 32 KHz clock for dwc3 */
582 setbits_le32((*prcm)->cm_coreaon_usb_phy2_core_clkctrl,
583 USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
584
585 /* Enable 60 MHz clock for USB2PHY2 */
586 setbits_le32((*prcm)->cm_coreaon_l3init_60m_gfclk_clkctrl,
587 L3INIT_CLKCTRL_OPTFCLKEN_60M_GFCLK);
588 }
589
590 u32 const clk_domains_usb[] = {
591 0
592 };
593
594 u32 const clk_modules_hw_auto_usb[] = {
595 (*prcm)->cm_l3init_ocp2scp1_clkctrl,
596 cm_l3init_usb_otg_ss_clkctrl,
597 0
598 };
599
600 u32 const clk_modules_explicit_en_usb[] = {
601 0
602 };
603
604 do_enable_clocks(clk_domains_usb,
605 clk_modules_hw_auto_usb,
606 clk_modules_explicit_en_usb,
607 1);
608}
609
610void disable_usb_clocks(int index)
611{
612 u32 cm_l3init_usb_otg_ss_clkctrl = 0;
613
614 if (index == 0) {
615 cm_l3init_usb_otg_ss_clkctrl =
616 (*prcm)->cm_l3init_usb_otg_ss1_clkctrl;
617 /* Disable 960 MHz clock for dwc3 */
618 clrbits_le32((*prcm)->cm_l3init_usb_otg_ss1_clkctrl,
619 OPTFCLKEN_REFCLK960M);
620
Roger Quadrosf1258942016-05-23 17:37:49 +0300621 /* Disable 32 KHz clock for USB_PHY1 */
Kishon Vijay Abraham If54117d2015-08-19 16:16:25 +0530622 clrbits_le32((*prcm)->cm_coreaon_usb_phy1_core_clkctrl,
623 USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
Roger Quadrosf1258942016-05-23 17:37:49 +0300624
625 /* Disable 32 KHz clock for USB_PHY3 */
626 if (is_dra7xx())
627 clrbits_le32((*prcm)->cm_coreaon_usb_phy3_core_clkctrl,
628 USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
Kishon Vijay Abraham If54117d2015-08-19 16:16:25 +0530629 } else if (index == 1) {
630 cm_l3init_usb_otg_ss_clkctrl =
631 (*prcm)->cm_l3init_usb_otg_ss2_clkctrl;
632 /* Disable 960 MHz clock for dwc3 */
633 clrbits_le32((*prcm)->cm_l3init_usb_otg_ss2_clkctrl,
634 OPTFCLKEN_REFCLK960M);
635
636 /* Disable 32 KHz clock for dwc3 */
637 clrbits_le32((*prcm)->cm_coreaon_usb_phy2_core_clkctrl,
638 USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
639
640 /* Disable 60 MHz clock for USB2PHY2 */
641 clrbits_le32((*prcm)->cm_coreaon_l3init_60m_gfclk_clkctrl,
642 L3INIT_CLKCTRL_OPTFCLKEN_60M_GFCLK);
643 }
644
645 u32 const clk_domains_usb[] = {
646 0
647 };
648
649 u32 const clk_modules_disable[] = {
650 (*prcm)->cm_l3init_ocp2scp1_clkctrl,
651 cm_l3init_usb_otg_ss_clkctrl,
652 0
653 };
654
655 do_disable_clocks(clk_domains_usb,
656 clk_modules_disable,
657 1);
658}
659#endif
660
Lokesh Vutlad8ac0502013-02-04 04:22:05 +0000661const struct ctrl_ioregs ioregs_omap5430 = {
662 .ctrl_ddrch = DDR_IO_I_34OHM_SR_FASTEST_WD_DQ_NO_PULL_DQS_PULL_DOWN,
663 .ctrl_lpddr2ch = DDR_IO_I_34OHM_SR_FASTEST_WD_CK_CKE_NCS_CA_PULL_DOWN,
664 .ctrl_ddrio_0 = DDR_IO_0_DDR2_DQ_INT_EN_ALL_DDR3_CA_DIS_ALL,
665 .ctrl_ddrio_1 = DDR_IO_1_DQ_OUT_EN_ALL_DQ_INT_EN_ALL,
666 .ctrl_ddrio_2 = DDR_IO_2_CA_OUT_EN_ALL_CA_INT_EN_ALL,
667};
668
669const struct ctrl_ioregs ioregs_omap5432_es1 = {
670 .ctrl_ddrch = DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL,
671 .ctrl_lpddr2ch = 0x0,
672 .ctrl_ddr3ch = DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL,
673 .ctrl_ddrio_0 = DDR_IO_0_VREF_CELLS_DDR3_VALUE,
674 .ctrl_ddrio_1 = DDR_IO_1_VREF_CELLS_DDR3_VALUE,
675 .ctrl_ddrio_2 = DDR_IO_2_VREF_CELLS_DDR3_VALUE,
676 .ctrl_emif_sdram_config_ext = SDRAM_CONFIG_EXT_RD_LVL_11_SAMPLES,
SRICHARAN Re02f5f82013-11-08 17:40:37 +0530677 .ctrl_emif_sdram_config_ext_final = SDRAM_CONFIG_EXT_RD_LVL_4_SAMPLES,
Lokesh Vutlad8ac0502013-02-04 04:22:05 +0000678};
679
Lokesh Vutla79a9ec72013-02-12 01:33:44 +0000680const struct ctrl_ioregs ioregs_omap5432_es2 = {
681 .ctrl_ddrch = DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL_ES2,
682 .ctrl_lpddr2ch = 0x0,
683 .ctrl_ddr3ch = DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL_ES2,
684 .ctrl_ddrio_0 = DDR_IO_0_VREF_CELLS_DDR3_VALUE_ES2,
685 .ctrl_ddrio_1 = DDR_IO_1_VREF_CELLS_DDR3_VALUE_ES2,
686 .ctrl_ddrio_2 = DDR_IO_2_VREF_CELLS_DDR3_VALUE_ES2,
687 .ctrl_emif_sdram_config_ext = SDRAM_CONFIG_EXT_RD_LVL_11_SAMPLES,
SRICHARAN Re02f5f82013-11-08 17:40:37 +0530688 .ctrl_emif_sdram_config_ext_final = SDRAM_CONFIG_EXT_RD_LVL_4_SAMPLES,
Lokesh Vutla79a9ec72013-02-12 01:33:44 +0000689};
690
Sricharan Rffa98182013-05-30 03:19:39 +0000691const struct ctrl_ioregs ioregs_dra7xx_es1 = {
692 .ctrl_ddrch = 0x40404040,
693 .ctrl_lpddr2ch = 0x40404040,
694 .ctrl_ddr3ch = 0x80808080,
Lokesh Vutla07fbc332015-06-03 14:43:27 +0530695 .ctrl_ddrio_0 = 0x00094A40,
696 .ctrl_ddrio_1 = 0x04A52000,
Sricharan Rffa98182013-05-30 03:19:39 +0000697 .ctrl_ddrio_2 = 0x84210000,
Nishanth Menonf013a3a2015-06-16 08:29:01 -0500698 .ctrl_emif_sdram_config_ext = 0x0001C1A7,
699 .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
Sricharan Rffa98182013-05-30 03:19:39 +0000700 .ctrl_ddr_ctrl_ext_0 = 0xA2000000,
701};
702
R Sricharan5a9d4d12014-08-28 12:01:04 +0530703const struct ctrl_ioregs ioregs_dra72x_es1 = {
704 .ctrl_ddrch = 0x40404040,
705 .ctrl_lpddr2ch = 0x40404040,
706 .ctrl_ddr3ch = 0x60606080,
Lokesh Vutla07fbc332015-06-03 14:43:27 +0530707 .ctrl_ddrio_0 = 0x00094A40,
708 .ctrl_ddrio_1 = 0x04A52000,
R Sricharan5a9d4d12014-08-28 12:01:04 +0530709 .ctrl_ddrio_2 = 0x84210000,
Nishanth Menonf013a3a2015-06-16 08:29:01 -0500710 .ctrl_emif_sdram_config_ext = 0x0001C1A7,
711 .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
R Sricharan5a9d4d12014-08-28 12:01:04 +0530712 .ctrl_ddr_ctrl_ext_0 = 0xA2000000,
713};
714
Nishanth Menon32699972016-03-15 18:09:12 -0500715const struct ctrl_ioregs ioregs_dra72x_es2 = {
716 .ctrl_ddrch = 0x40404040,
717 .ctrl_lpddr2ch = 0x40404040,
718 .ctrl_ddr3ch = 0x60606060,
719 .ctrl_ddrio_0 = 0x00094A40,
720 .ctrl_ddrio_1 = 0x00000000,
721 .ctrl_ddrio_2 = 0x00000000,
722 .ctrl_emif_sdram_config_ext = 0x0001C1A7,
723 .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
724 .ctrl_ddr_ctrl_ext_0 = 0xA2000000,
725};
726
Felipe Balbi449a4372014-11-06 08:28:48 -0600727void __weak hw_data_init(void)
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +0000728{
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000729 u32 omap_rev = omap_revision();
730
731 switch (omap_rev) {
732
733 case OMAP5430_ES1_0:
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000734 case OMAP5432_ES1_0:
735 *prcm = &omap5_es1_prcm;
736 *dplls_data = &omap5_dplls_es1;
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000737 *omap_vcores = &omap5430_volts;
Lokesh Vutlaf120cef2013-02-12 21:29:06 +0000738 *ctrl = &omap5_ctrl;
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000739 break;
740
SRICHARAN R06ebff42013-02-12 01:33:42 +0000741 case OMAP5430_ES2_0:
742 case OMAP5432_ES2_0:
743 *prcm = &omap5_es2_prcm;
SRICHARAN Ra04ed142013-02-12 01:33:43 +0000744 *dplls_data = &omap5_dplls_es2;
745 *omap_vcores = &omap5430_volts_es2;
Lokesh Vutlaf120cef2013-02-12 21:29:06 +0000746 *ctrl = &omap5_ctrl;
SRICHARAN R06ebff42013-02-12 01:33:42 +0000747 break;
748
Lokesh Vutla69483e62017-12-29 11:47:51 +0530749 case DRA762_ABZ_ES1_0:
750 case DRA762_ACD_ES1_0:
Praneeth Bajjuri9b21ff42017-08-21 12:50:52 +0530751 case DRA762_ES1_0:
752 *prcm = &dra7xx_prcm;
753 *dplls_data = &dra76x_dplls;
754 *ctrl = &dra7xx_ctrl;
755 break;
756
Lokesh Vutla15c2c702013-02-17 23:33:37 +0000757 case DRA752_ES1_0:
Nishanth Menon60475ff2014-01-14 10:54:42 -0600758 case DRA752_ES1_1:
Nishanth Menon4de16682015-08-13 09:50:58 -0500759 case DRA752_ES2_0:
Lokesh Vutla15c2c702013-02-17 23:33:37 +0000760 *prcm = &dra7xx_prcm;
Lokesh Vutla5e70e292013-02-12 21:29:05 +0000761 *dplls_data = &dra7xx_dplls;
Lokesh Vutlaf120cef2013-02-12 21:29:06 +0000762 *ctrl = &dra7xx_ctrl;
Lokesh Vutla15c2c702013-02-17 23:33:37 +0000763 break;
764
Lokesh Vutla95d11162014-05-15 11:08:40 +0530765 case DRA722_ES1_0:
Ravi Babuaf9af442016-03-15 18:09:11 -0500766 case DRA722_ES2_0:
Vishal Mahaveer42d25eb2017-08-26 16:51:22 -0500767 case DRA722_ES2_1:
Lokesh Vutla95d11162014-05-15 11:08:40 +0530768 *prcm = &dra7xx_prcm;
R Sricharan5a9d4d12014-08-28 12:01:04 +0530769 *dplls_data = &dra72x_dplls;
Lokesh Vutla95d11162014-05-15 11:08:40 +0530770 *ctrl = &dra7xx_ctrl;
771 break;
772
SRICHARAN R1a79cab2013-02-04 04:22:01 +0000773 default:
774 printf("\n INVALID OMAP REVISION ");
775 }
SRICHARAN Rfb6aa1f2013-02-04 04:22:00 +0000776}
Lokesh Vutlad8ac0502013-02-04 04:22:05 +0000777
778void get_ioregs(const struct ctrl_ioregs **regs)
779{
780 u32 omap_rev = omap_revision();
781
782 switch (omap_rev) {
783 case OMAP5430_ES1_0:
Lokesh Vutla79a9ec72013-02-12 01:33:44 +0000784 case OMAP5430_ES2_0:
Lokesh Vutlad8ac0502013-02-04 04:22:05 +0000785 *regs = &ioregs_omap5430;
Sricharan Rffa98182013-05-30 03:19:39 +0000786 break;
Lokesh Vutlad8ac0502013-02-04 04:22:05 +0000787 case OMAP5432_ES1_0:
788 *regs = &ioregs_omap5432_es1;
Sricharan Rffa98182013-05-30 03:19:39 +0000789 break;
Lokesh Vutla79a9ec72013-02-12 01:33:44 +0000790 case OMAP5432_ES2_0:
791 *regs = &ioregs_omap5432_es2;
Sricharan Rffa98182013-05-30 03:19:39 +0000792 break;
793 case DRA752_ES1_0:
Nishanth Menon60475ff2014-01-14 10:54:42 -0600794 case DRA752_ES1_1:
Nishanth Menon4de16682015-08-13 09:50:58 -0500795 case DRA752_ES2_0:
Lokesh Vutla6f1038f2017-08-21 12:50:55 +0530796 case DRA762_ES1_0:
Lokesh Vutla69483e62017-12-29 11:47:51 +0530797 case DRA762_ACD_ES1_0:
798 case DRA762_ABZ_ES1_0:
Sricharan Rffa98182013-05-30 03:19:39 +0000799 *regs = &ioregs_dra7xx_es1;
800 break;
R Sricharan5a9d4d12014-08-28 12:01:04 +0530801 case DRA722_ES1_0:
802 *regs = &ioregs_dra72x_es1;
803 break;
Nishanth Menon32699972016-03-15 18:09:12 -0500804 case DRA722_ES2_0:
Vishal Mahaveer42d25eb2017-08-26 16:51:22 -0500805 case DRA722_ES2_1:
Nishanth Menon32699972016-03-15 18:09:12 -0500806 *regs = &ioregs_dra72x_es2;
807 break;
Lokesh Vutlad8ac0502013-02-04 04:22:05 +0000808
809 default:
810 printf("\n INVALID OMAP REVISION ");
811 }
812}