]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/boot/dts/kirkwood.dtsi
ARM: Kirkwood add cpus definition needed by cpufreq driver to dtsi
[karo-tx-linux.git] / arch / arm / boot / dts / kirkwood.dtsi
index 39f497e2138621b2df1f9d61e37e7238bd81c8bd..5d7b759f06a80b8502a2f49829b1537f8d54e8c7 100644 (file)
@@ -4,6 +4,18 @@
        compatible = "marvell,kirkwood";
        interrupt-parent = <&intc>;
 
+       cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               cpu@0 {
+                       device_type = "cpu";
+                       compatible = "marvell,feroceon";
+                       clocks = <&core_clk 1>, <&core_clk 3>, <&gate_clk 11>;
+                       clock-names = "cpu_clk", "ddrclk", "powersave";
+               };
+       };
+
        aliases {
               gpio0 = &gpio0;
               gpio1 = &gpio1;