ARM: dts: Declare the PWM for bcm11351 (bcm281xx)
authorTim Kryger <tim.kryger@linaro.org>
Fri, 25 Apr 2014 18:31:13 +0000 (11:31 -0700)
committerMatt Porter <mporter@linaro.org>
Mon, 28 Apr 2014 15:14:38 +0000 (11:14 -0400)
Add the device tree node for the PWM on bcm11351 SoCs.

Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/boot/dts/bcm11351.dtsi

index 64d069bcc4094fc3756be15b723e80183b824d50..6b05ae6d476f8ebbdba03d8b41e2b3e798dd547e 100644 (file)
                status = "disabled";
        };
 
+       pwm: pwm@3e01a000 {
+               compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm";
+               reg = <0x3e01a000 0xcc>;
+               clocks = <&slave_ccu BCM281XX_SLAVE_CCU_PWM>;
+               #pwm-cells = <3>;
+               status = "disabled";
+       };
+
        clocks {
                #address-cells = <1>;
                #size-cells = <1>;
This page took 0.026365 seconds and 5 git commands to generate.