Skip to content

Commit

Permalink
ARM: dts: NSP: Add PWM Support to DT
Browse files Browse the repository at this point in the history
Add PWM support to the device tree for the Broadcom Northstar Plus SoC.

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Yendapally Reddy Dhananjaya Reddy authored and Florian Fainelli committed Aug 8, 2016
1 parent 2709d39 commit 4a590fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/bcm-nsp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@
brcm,nand-has-wp;
};

pwm: pwm@31000 {
compatible = "brcm,iproc-pwm";
reg = <0x31000 0x28>;
clocks = <&osc>;
#pwm-cells = <3>;
status = "disabled";
};

rng: rng@33000 {
compatible = "brcm,bcm-nsp-rng";
reg = <0x33000 0x14>;
Expand Down

0 comments on commit 4a590fb

Please sign in to comment.