aboutsummaryrefslogtreecommitdiff
path: root/src/arm/sh73a0.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/sh73a0.dtsi')
-rw-r--r--src/arm/sh73a0.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arm/sh73a0.dtsi b/src/arm/sh73a0.dtsi
index c4f434cdec60..e1267590b575 100644
--- a/src/arm/sh73a0.dtsi
+++ b/src/arm/sh73a0.dtsi
@@ -8,8 +8,6 @@
* kind, whether express or implied.
*/
-/include/ "skeleton.dtsi"
-
#include <dt-bindings/clock/sh73a0-clock.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
@@ -17,6 +15,8 @@
/ {
compatible = "renesas,sh73a0";
interrupt-parent = <&gic>;
+ #address-cells = <1>;
+ #size-cells = <1>;
cpus {
#address-cells = <1>;
@@ -55,7 +55,7 @@
<0xf0000100 0x100>;
};
- L2: cache-controller {
+ L2: cache-controller@f0100000 {
compatible = "arm,pl310-cache";
reg = <0xf0100000 0x1000>;
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;