ARM: dts: sama7g5: add CPU bindings
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 2 Jun 2020 12:35:55 +0000 (15:35 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 7 Jan 2021 07:44:15 +0000 (09:44 +0200)
Add CPU DT bindings.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
arch/arm/dts/sama7g5.dtsi

index a413064..7918b91 100644 (file)
                };
        };
 
+       cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               A7_0: cpu@0 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a7";
+                       clocks = <&pmc PMC_TYPE_CORE 8>, <&pmc PMC_TYPE_CORE 22>, <&main_xtal>;
+                       clock-names = "cpu", "master", "xtal";
+               };
+       };
+
        ahb {
                compatible = "simple-bus";
                #address-cells = <1>;