diff options
author | Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> | 2016-07-05 08:00:26 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-08 20:07:26 +0200 |
commit | 4a590fbfc353bab3bb501850a4d81b79dc8dda87 (patch) | |
tree | 677e977c44143bdecaceaa84f82f14503de2077e /arch/arm/boot/dts/bcm-nsp.dtsi | |
parent | ARM: BCM5301X: Specify PHY of USB 2.0 in DT (diff) | |
download | linux-4a590fbfc353bab3bb501850a4d81b79dc8dda87.tar.xz linux-4a590fbfc353bab3bb501850a4d81b79dc8dda87.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm-nsp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index d39c38da015c..7c9e0fae9bb9 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -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>; |