ARM: dts: Declare the PWM for bcm11351 (bcm281xx)

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>
This commit is contained in:
Tim Kryger 2014-04-25 11:31:13 -07:00 коммит произвёл Matt Porter
Родитель a798c10faf
Коммит cc33e42d3f
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -193,6 +193,14 @@
status = "disabled"; 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 { clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;