|
@@ -121,15 +121,6 @@
|
|
|
interrupts = <1 13 0xf04>;
|
|
|
};
|
|
|
|
|
|
- cache-controller@50043000 {
|
|
|
- compatible = "arm,pl310-cache";
|
|
|
- reg = <0x50043000 0x1000>;
|
|
|
- arm,data-latency = <6 6 2>;
|
|
|
- arm,tag-latency = <5 5 2>;
|
|
|
- cache-unified;
|
|
|
- cache-level = <2>;
|
|
|
- };
|
|
|
-
|
|
|
intc: interrupt-controller {
|
|
|
compatible = "arm,cortex-a9-gic";
|
|
|
reg = <0x50041000 0x1000
|
|
@@ -138,6 +129,15 @@
|
|
|
#interrupt-cells = <3>;
|
|
|
};
|
|
|
|
|
|
+ cache-controller {
|
|
|
+ compatible = "arm,pl310-cache";
|
|
|
+ reg = <0x50043000 0x1000>;
|
|
|
+ arm,data-latency = <6 6 2>;
|
|
|
+ arm,tag-latency = <5 5 2>;
|
|
|
+ cache-unified;
|
|
|
+ cache-level = <2>;
|
|
|
+ };
|
|
|
+
|
|
|
timer@60005000 {
|
|
|
compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer";
|
|
|
reg = <0x60005000 0x400>;
|