pwm: rockchip: add pwm supported for rk3228

Change-Id: I30d816d4bca2fb532b009505947d1465732a2f07
Signed-off-by: David Wu <wdc@rock-chips.com>
This commit is contained in:
David Wu
2015-10-22 16:38:25 +08:00
committed by Huang, Tao
parent 8a7a4119c6
commit 98a393c499

View File

@@ -381,6 +381,50 @@
compatible = "rockchip,screen";
};
pwm0: pwm@110b0000 {
compatible = "rockchip,rk-pwm";
reg = <0x110b0000 0x10>;
#pwm-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&pwm0_pin>;
clocks = <&clk_gates9 7>;
clock-names = "pclk_pwm";
status = "disabled";
};
pwm1: pwm@110b0010 {
compatible = "rockchip,rk-pwm";
reg = <0x110b0010 0x10>;
#pwm-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&pwm1_pin>;
clocks = <&clk_gates9 7>;
clock-names = "pclk_pwm";
status = "disabled";
};
pwm2: pwm@110b0020 {
compatible = "rockchip,rk-pwm";
reg = <0x110b0020 0x10>;
#pwm-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&pwm2_pin>;
clocks = <&clk_gates9 7>;
clock-names = "pclk_pwm";
status = "disabled";
};
pwm3: pwm@110b0030 {
compatible = "rockchip,rk-pwm";
reg = <0x110b0030 0x10>;
#pwm-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&pwmir_pin>;
clocks = <&clk_gates9 7>;
clock-names = "pclk_pwm";
status = "disabled";
};
vop: vop@20050000 {
compatible = "rockchip,rk3228-lcdc";