Skip to content

Commit

Permalink
ARM: dts: NSP: Add PMU Support to DT
Browse files Browse the repository at this point in the history
Add support for the ARM Performance Monitor Unit to the Northstar Plus
device tree.

Signed-off-by: Jon Mason <jonmason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Jon Mason authored and Florian Fainelli committed Feb 12, 2016
1 parent 5a6c7b5 commit 9d57f60
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions arch/arm/boot/dts/bcm-nsp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
#address-cells = <1>;
#size-cells = <0>;

cpu@0 {
cpu0: cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a9";
next-level-cache = <&L2>;
reg = <0x0>;
};

cpu@1 {
cpu1: cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a9";
next-level-cache = <&L2>;
Expand All @@ -62,6 +62,13 @@
};
};

pmu {
compatible = "arm,cortex-a9-pmu";
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH
GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>, <&cpu1>;
};

mpcore {
compatible = "simple-bus";
ranges = <0x00000000 0x19000000 0x00023000>;
Expand Down

0 comments on commit 9d57f60

Please sign in to comment.