1 // SPDX-License-Identifier: GPL-2.0
3 * Renesas SoC Identification
5 * Copyright (C) 2014-2016 Glider bvba
10 #include <linux/of_address.h>
11 #include <linux/slab.h>
12 #include <linux/string.h>
13 #include <linux/sys_soc.h>
16 struct renesas_family
{
18 u32 reg
; /* CCCR or PRR, if not in DT */
21 static const struct renesas_family fam_rcar_gen1 __initconst __maybe_unused
= {
23 .reg
= 0xff000044, /* PRR (Product Register) */
26 static const struct renesas_family fam_rcar_gen2 __initconst __maybe_unused
= {
28 .reg
= 0xff000044, /* PRR (Product Register) */
31 static const struct renesas_family fam_rcar_gen3 __initconst __maybe_unused
= {
33 .reg
= 0xfff00044, /* PRR (Product Register) */
36 static const struct renesas_family fam_rmobile __initconst __maybe_unused
= {
38 .reg
= 0xe600101c, /* CCCR (Common Chip Code Register) */
41 static const struct renesas_family fam_rza1 __initconst __maybe_unused
= {
45 static const struct renesas_family fam_rza2 __initconst __maybe_unused
= {
49 static const struct renesas_family fam_rzg1 __initconst __maybe_unused
= {
51 .reg
= 0xff000044, /* PRR (Product Register) */
54 static const struct renesas_family fam_rzg2 __initconst __maybe_unused
= {
56 .reg
= 0xfff00044, /* PRR (Product Register) */
59 static const struct renesas_family fam_shmobile __initconst __maybe_unused
= {
61 .reg
= 0xe600101c, /* CCCR (Common Chip Code Register) */
66 const struct renesas_family
*family
;
70 static const struct renesas_soc soc_rz_a1h __initconst __maybe_unused
= {
74 static const struct renesas_soc soc_rz_a2m __initconst __maybe_unused
= {
79 static const struct renesas_soc soc_rmobile_ape6 __initconst __maybe_unused
= {
80 .family
= &fam_rmobile
,
84 static const struct renesas_soc soc_rmobile_a1 __initconst __maybe_unused
= {
85 .family
= &fam_rmobile
,
89 static const struct renesas_soc soc_rz_g1h __initconst __maybe_unused
= {
94 static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused
= {
99 static const struct renesas_soc soc_rz_g1n __initconst __maybe_unused
= {
104 static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused
= {
109 static const struct renesas_soc soc_rz_g1c __initconst __maybe_unused
= {
114 static const struct renesas_soc soc_rz_g2m __initconst __maybe_unused
= {
119 static const struct renesas_soc soc_rz_g2e __initconst __maybe_unused
= {
124 static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused
= {
125 .family
= &fam_rcar_gen1
,
128 static const struct renesas_soc soc_rcar_h1 __initconst __maybe_unused
= {
129 .family
= &fam_rcar_gen1
,
133 static const struct renesas_soc soc_rcar_h2 __initconst __maybe_unused
= {
134 .family
= &fam_rcar_gen2
,
138 static const struct renesas_soc soc_rcar_m2_w __initconst __maybe_unused
= {
139 .family
= &fam_rcar_gen2
,
143 static const struct renesas_soc soc_rcar_v2h __initconst __maybe_unused
= {
144 .family
= &fam_rcar_gen2
,
148 static const struct renesas_soc soc_rcar_m2_n __initconst __maybe_unused
= {
149 .family
= &fam_rcar_gen2
,
153 static const struct renesas_soc soc_rcar_e2 __initconst __maybe_unused
= {
154 .family
= &fam_rcar_gen2
,
158 static const struct renesas_soc soc_rcar_h3 __initconst __maybe_unused
= {
159 .family
= &fam_rcar_gen3
,
163 static const struct renesas_soc soc_rcar_m3_w __initconst __maybe_unused
= {
164 .family
= &fam_rcar_gen3
,
168 static const struct renesas_soc soc_rcar_m3_n __initconst __maybe_unused
= {
169 .family
= &fam_rcar_gen3
,
173 static const struct renesas_soc soc_rcar_v3m __initconst __maybe_unused
= {
174 .family
= &fam_rcar_gen3
,
178 static const struct renesas_soc soc_rcar_v3h __initconst __maybe_unused
= {
179 .family
= &fam_rcar_gen3
,
183 static const struct renesas_soc soc_rcar_e3 __initconst __maybe_unused
= {
184 .family
= &fam_rcar_gen3
,
188 static const struct renesas_soc soc_rcar_d3 __initconst __maybe_unused
= {
189 .family
= &fam_rcar_gen3
,
193 static const struct renesas_soc soc_shmobile_ag5 __initconst __maybe_unused
= {
194 .family
= &fam_shmobile
,
199 static const struct of_device_id renesas_socs
[] __initconst
= {
200 #ifdef CONFIG_ARCH_R7S72100
201 { .compatible
= "renesas,r7s72100", .data
= &soc_rz_a1h
},
203 #ifdef CONFIG_ARCH_R7S9210
204 { .compatible
= "renesas,r7s9210", .data
= &soc_rz_a2m
},
206 #ifdef CONFIG_ARCH_R8A73A4
207 { .compatible
= "renesas,r8a73a4", .data
= &soc_rmobile_ape6
},
209 #ifdef CONFIG_ARCH_R8A7740
210 { .compatible
= "renesas,r8a7740", .data
= &soc_rmobile_a1
},
212 #ifdef CONFIG_ARCH_R8A7742
213 { .compatible
= "renesas,r8a7742", .data
= &soc_rz_g1h
},
215 #ifdef CONFIG_ARCH_R8A7743
216 { .compatible
= "renesas,r8a7743", .data
= &soc_rz_g1m
},
218 #ifdef CONFIG_ARCH_R8A7744
219 { .compatible
= "renesas,r8a7744", .data
= &soc_rz_g1n
},
221 #ifdef CONFIG_ARCH_R8A7745
222 { .compatible
= "renesas,r8a7745", .data
= &soc_rz_g1e
},
224 #ifdef CONFIG_ARCH_R8A77470
225 { .compatible
= "renesas,r8a77470", .data
= &soc_rz_g1c
},
227 #ifdef CONFIG_ARCH_R8A774A1
228 { .compatible
= "renesas,r8a774a1", .data
= &soc_rz_g2m
},
230 #ifdef CONFIG_ARCH_R8A774C0
231 { .compatible
= "renesas,r8a774c0", .data
= &soc_rz_g2e
},
233 #ifdef CONFIG_ARCH_R8A7778
234 { .compatible
= "renesas,r8a7778", .data
= &soc_rcar_m1a
},
236 #ifdef CONFIG_ARCH_R8A7779
237 { .compatible
= "renesas,r8a7779", .data
= &soc_rcar_h1
},
239 #ifdef CONFIG_ARCH_R8A7790
240 { .compatible
= "renesas,r8a7790", .data
= &soc_rcar_h2
},
242 #ifdef CONFIG_ARCH_R8A7791
243 { .compatible
= "renesas,r8a7791", .data
= &soc_rcar_m2_w
},
245 #ifdef CONFIG_ARCH_R8A7792
246 { .compatible
= "renesas,r8a7792", .data
= &soc_rcar_v2h
},
248 #ifdef CONFIG_ARCH_R8A7793
249 { .compatible
= "renesas,r8a7793", .data
= &soc_rcar_m2_n
},
251 #ifdef CONFIG_ARCH_R8A7794
252 { .compatible
= "renesas,r8a7794", .data
= &soc_rcar_e2
},
254 #ifdef CONFIG_ARCH_R8A7795
255 { .compatible
= "renesas,r8a7795", .data
= &soc_rcar_h3
},
257 #ifdef CONFIG_ARCH_R8A7796
258 { .compatible
= "renesas,r8a7796", .data
= &soc_rcar_m3_w
},
260 #ifdef CONFIG_ARCH_R8A77965
261 { .compatible
= "renesas,r8a77965", .data
= &soc_rcar_m3_n
},
263 #ifdef CONFIG_ARCH_R8A77970
264 { .compatible
= "renesas,r8a77970", .data
= &soc_rcar_v3m
},
266 #ifdef CONFIG_ARCH_R8A77980
267 { .compatible
= "renesas,r8a77980", .data
= &soc_rcar_v3h
},
269 #ifdef CONFIG_ARCH_R8A77990
270 { .compatible
= "renesas,r8a77990", .data
= &soc_rcar_e3
},
272 #ifdef CONFIG_ARCH_R8A77995
273 { .compatible
= "renesas,r8a77995", .data
= &soc_rcar_d3
},
275 #ifdef CONFIG_ARCH_SH73A0
276 { .compatible
= "renesas,sh73a0", .data
= &soc_shmobile_ag5
},
281 static int __init
renesas_soc_init(void)
283 struct soc_device_attribute
*soc_dev_attr
;
284 const struct renesas_family
*family
;
285 const struct of_device_id
*match
;
286 const struct renesas_soc
*soc
;
287 void __iomem
*chipid
= NULL
;
288 struct soc_device
*soc_dev
;
289 struct device_node
*np
;
290 unsigned int product
, eshi
= 0, eslo
;
292 match
= of_match_node(renesas_socs
, of_root
);
297 family
= soc
->family
;
299 np
= of_find_compatible_node(NULL
, NULL
, "renesas,bsid");
301 chipid
= of_iomap(np
, 0);
305 product
= readl(chipid
);
308 if (soc
->id
&& ((product
>> 16) & 0xff) != soc
->id
) {
309 pr_warn("SoC mismatch (product = 0x%x)\n",
316 * TODO: Upper 4 bits of BSID are for chip version, but the
317 * format is not known at this time so we don't know how to
318 * specify eshi and eslo
324 /* Try PRR first, then hardcoded fallback */
325 np
= of_find_compatible_node(NULL
, NULL
, "renesas,prr");
327 chipid
= of_iomap(np
, 0);
329 } else if (soc
->id
) {
330 chipid
= ioremap(family
->reg
, 4);
333 product
= readl(chipid
);
335 /* R-Car M3-W ES1.1 incorrectly identifies as ES2.0 */
336 if ((product
& 0x7fff) == 0x5210)
338 if (soc
->id
&& ((product
>> 8) & 0xff) != soc
->id
) {
339 pr_warn("SoC mismatch (product = 0x%x)\n", product
);
342 eshi
= ((product
>> 4) & 0x0f) + 1;
343 eslo
= product
& 0xf;
347 soc_dev_attr
= kzalloc(sizeof(*soc_dev_attr
), GFP_KERNEL
);
351 np
= of_find_node_by_path("/");
352 of_property_read_string(np
, "model", &soc_dev_attr
->machine
);
355 soc_dev_attr
->family
= kstrdup_const(family
->name
, GFP_KERNEL
);
356 soc_dev_attr
->soc_id
= kstrdup_const(strchr(match
->compatible
, ',') + 1,
359 soc_dev_attr
->revision
= kasprintf(GFP_KERNEL
, "ES%u.%u", eshi
,
362 pr_info("Detected Renesas %s %s %s\n", soc_dev_attr
->family
,
363 soc_dev_attr
->soc_id
, soc_dev_attr
->revision
?: "");
365 soc_dev
= soc_device_register(soc_dev_attr
);
366 if (IS_ERR(soc_dev
)) {
367 kfree(soc_dev_attr
->revision
);
368 kfree_const(soc_dev_attr
->soc_id
);
369 kfree_const(soc_dev_attr
->family
);
371 return PTR_ERR(soc_dev
);
376 early_initcall(renesas_soc_init
);