Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
[oweals/u-boot.git] / arch / arm / dts / meson-g12b.dtsi
index 9e88e513b22d2aadb25489bc5dcbf45e83941eac..6dbc3968045b812c1337d32ef8a4f8f554e4328e 100644 (file)
@@ -4,12 +4,15 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include "meson-g12a.dtsi"
+#include "meson-g12.dtsi"
 
 / {
        compatible = "amlogic,g12b";
 
        cpus {
+               #address-cells = <0x2>;
+               #size-cells = <0x0>;
+
                cpu-map {
                        cluster0 {
                                core0 {
                        };
                };
 
-               /delete-node/ cpu@2;
-               /delete-node/ cpu@3;
+               cpu0: cpu@0 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a53";
+                       reg = <0x0 0x0>;
+                       enable-method = "psci";
+                       capacity-dmips-mhz = <592>;
+                       next-level-cache = <&l2>;
+                       #cooling-cells = <2>;
+               };
+
+               cpu1: cpu@1 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a53";
+                       reg = <0x0 0x1>;
+                       enable-method = "psci";
+                       capacity-dmips-mhz = <592>;
+                       next-level-cache = <&l2>;
+                       #cooling-cells = <2>;
+               };
 
                cpu100: cpu@100 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a73";
                        reg = <0x0 0x100>;
                        enable-method = "psci";
+                       capacity-dmips-mhz = <1024>;
                        next-level-cache = <&l2>;
+                       #cooling-cells = <2>;
                };
 
                cpu101: cpu@101 {
@@ -56,7 +78,9 @@
                        compatible = "arm,cortex-a73";
                        reg = <0x0 0x101>;
                        enable-method = "psci";
+                       capacity-dmips-mhz = <1024>;
                        next-level-cache = <&l2>;
+                       #cooling-cells = <2>;
                };
 
                cpu102: cpu@102 {
@@ -64,7 +88,9 @@
                        compatible = "arm,cortex-a73";
                        reg = <0x0 0x102>;
                        enable-method = "psci";
+                       capacity-dmips-mhz = <1024>;
                        next-level-cache = <&l2>;
+                       #cooling-cells = <2>;
                };
 
                cpu103: cpu@103 {
                        compatible = "arm,cortex-a73";
                        reg = <0x0 0x103>;
                        enable-method = "psci";
+                       capacity-dmips-mhz = <1024>;
                        next-level-cache = <&l2>;
+                       #cooling-cells = <2>;
+               };
+
+               l2: l2-cache0 {
+                       compatible = "cache";
                };
        };
 };
 &clkc {
        compatible = "amlogic,g12b-clkc";
 };
+