dtsi:rk3288: add remotectl pwm.
authorZheng Yang <zhengyang@rock-chips.com>
Wed, 1 Jul 2015 03:59:02 +0000 (11:59 +0800)
committerZheng Yang <zhengyang@rock-chips.com>
Wed, 1 Jul 2015 03:59:02 +0000 (11:59 +0800)
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
arch/arm/boot/dts/rk3288.dtsi

index 0f45b29854c7aa49bf68c937ab85f422f33837a1..c0b8da7956c6b8091fde3c395e2b68007979022b 100644 (file)
                status = "disabled";
        };
 
+       remotectl: pwm@ff680000 {
+               compatible = "rockchip,remotectl-pwm";
+               reg = <0xff680000 0x10>;
+               #pwm-cells = <2>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&pwm0_pin>;
+               clocks = <&clk_gates11 11>;
+               clock-names = "pclk_pwm";
+               remote_pwm_id = <0>;
+               interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
+               status = "disabled";
+       };
+
        dvfs {
 
                vd_arm: vd_arm {
                 rockchip,pmic-resume_gpios = <
                        RKPM_PINGPIO_BITS_FUN(PWM1,RKPM_GPIO_PULL_DN)
                        >;
-        
        };
 
        isp: isp@ff910000{