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>
This commit is contained in:
Yendapally Reddy Dhananjaya Reddy 2016-07-05 02:00:26 -04:00 committed by Florian Fainelli
parent 2709d3932c
commit 4a590fbfc3

View File

@ -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>;