diff options
author | Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> | 2016-07-05 02:00:26 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-08 14:07:26 -0400 |
commit | 4a590fbfc353bab3bb501850a4d81b79dc8dda87 (patch) | |
tree | 677e977c44143bdecaceaa84f82f14503de2077e /arch/arm/boot/dts | |
parent | 2709d3932c47191b99a545f821ab09e355637eaf (diff) |
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')
-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 @@ | |||
241 | brcm,nand-has-wp; | 241 | brcm,nand-has-wp; |
242 | }; | 242 | }; |
243 | 243 | ||
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 | |||
244 | rng: rng@33000 { | 252 | rng: rng@33000 { |
245 | compatible = "brcm,bcm-nsp-rng"; | 253 | compatible = "brcm,bcm-nsp-rng"; |
246 | reg = <0x33000 0x14>; | 254 | reg = <0x33000 0x14>; |