|
@@ -90,6 +90,11 @@ static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
|
|
.id = 0x47,
|
|
.id = 0x47,
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+static const struct renesas_soc soc_rz_g1n __initconst __maybe_unused = {
|
|
|
|
+ .family = &fam_rzg,
|
|
|
|
+ .id = 0x4b,
|
|
|
|
+};
|
|
|
|
+
|
|
static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
|
|
static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
|
|
.family = &fam_rzg,
|
|
.family = &fam_rzg,
|
|
.id = 0x4c,
|
|
.id = 0x4c,
|
|
@@ -161,6 +166,9 @@ static const struct of_device_id renesas_socs[] __initconst = {
|
|
#ifdef CONFIG_ARCH_R8A7743
|
|
#ifdef CONFIG_ARCH_R8A7743
|
|
{ .compatible = "renesas,r8a7743", .data = &soc_rz_g1m },
|
|
{ .compatible = "renesas,r8a7743", .data = &soc_rz_g1m },
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef CONFIG_ARCH_R8A7744
|
|
|
|
+ { .compatible = "renesas,r8a7744", .data = &soc_rz_g1n },
|
|
|
|
+#endif
|
|
#ifdef CONFIG_ARCH_R8A7745
|
|
#ifdef CONFIG_ARCH_R8A7745
|
|
{ .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
|
|
{ .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
|
|
#endif
|
|
#endif
|