@@ -28,6 +28,7 @@
/* On-chip RAM */
#define MERAM 0xe8080000
#define RAM 0xe6300000
+#define ICRAM1 0xe63c0000
/* SYSC */
#define SYSCIER 0x0c
@@ -78,10 +79,12 @@ void __init rcar_gen2_pm_init(void)
if (of_machine_is_compatible("renesas,r8a7790")) {
boot_vector_addr = MERAM;
syscier = 0x013111ef;
-
} else if (of_machine_is_compatible("renesas,r8a7791")) {
boot_vector_addr = RAM;
syscier = 0x00111003;
+ } else if (of_machine_is_compatible("renesas,r8a7793")) {
+ boot_vector_addr = ICRAM1;
+ syscier = 0x00111003;
}
/* RAM for jump stub, because BAR requires 256KB aligned address */