Skip to content

Commit 4a590fb

Browse files
Yendapally Reddy Dhananjaya Reddyffainelli
authored andcommitted
ARM: dts: NSP: Add PWM Support to DT
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>
1 parent 2709d39 commit 4a590fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/bcm-nsp.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@
241241
brcm,nand-has-wp;
242242
};
243243

244+
pwm: pwm@31000 {
245+
compatible = "brcm,iproc-pwm";
246+
reg = <0x31000 0x28>;
247+
clocks = <&osc>;
248+
#pwm-cells = <3>;
249+
status = "disabled";
250+
};
251+
244252
rng: rng@33000 {
245253
compatible = "brcm,bcm-nsp-rng";
246254
reg = <0x33000 0x14>;

0 commit comments

Comments
 (0)