summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/meson.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/meson.dtsi')
-rw-r--r--dts/src/arm/meson.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/dts/src/arm/meson.dtsi b/dts/src/arm/meson.dtsi
index eadb0832bc..7649dd1e0b 100644
--- a/dts/src/arm/meson.dtsi
+++ b/dts/src/arm/meson.dtsi
@@ -11,13 +11,6 @@
#size-cells = <1>;
interrupt-parent = <&gic>;
- L2: cache-controller@c4200000 {
- compatible = "arm,pl310-cache";
- reg = <0xc4200000 0x1000>;
- cache-unified;
- cache-level = <2>;
- };
-
soc {
compatible = "simple-bus";
#address-cells = <1>;
@@ -172,6 +165,13 @@
};
};
+ L2: cache-controller@c4200000 {
+ compatible = "arm,pl310-cache";
+ reg = <0xc4200000 0x1000>;
+ cache-unified;
+ cache-level = <2>;
+ };
+
periph: bus@c4300000 {
compatible = "simple-bus";
reg = <0xc4300000 0x10000>;