|
@@ -28,6 +28,7 @@
|
|
reg = <0>;
|
|
reg = <0>;
|
|
clock-frequency = <1196000000>;
|
|
clock-frequency = <1196000000>;
|
|
power-domains = <&pd_a2sl>;
|
|
power-domains = <&pd_a2sl>;
|
|
|
|
+ next-level-cache = <&L2>;
|
|
};
|
|
};
|
|
cpu@1 {
|
|
cpu@1 {
|
|
device_type = "cpu";
|
|
device_type = "cpu";
|
|
@@ -35,6 +36,7 @@
|
|
reg = <1>;
|
|
reg = <1>;
|
|
clock-frequency = <1196000000>;
|
|
clock-frequency = <1196000000>;
|
|
power-domains = <&pd_a2sl>;
|
|
power-domains = <&pd_a2sl>;
|
|
|
|
+ next-level-cache = <&L2>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
@@ -53,6 +55,18 @@
|
|
<0xf0000100 0x100>;
|
|
<0xf0000100 0x100>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ L2: cache-controller {
|
|
|
|
+ compatible = "arm,pl310-cache";
|
|
|
|
+ reg = <0xf0100000 0x1000>;
|
|
|
|
+ interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
+ power-domains = <&pd_a3sm>;
|
|
|
|
+ arm,data-latency = <3 3 3>;
|
|
|
|
+ arm,tag-latency = <2 2 2>;
|
|
|
|
+ arm,shared-override;
|
|
|
|
+ cache-unified;
|
|
|
|
+ cache-level = <2>;
|
|
|
|
+ };
|
|
|
|
+
|
|
sbsc2: memory-controller@fb400000 {
|
|
sbsc2: memory-controller@fb400000 {
|
|
compatible = "renesas,sbsc-sh73a0";
|
|
compatible = "renesas,sbsc-sh73a0";
|
|
reg = <0xfb400000 0x400>;
|
|
reg = <0xfb400000 0x400>;
|