mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
pwm: rockchip: add pwm supported for rk3228
Change-Id: I30d816d4bca2fb532b009505947d1465732a2f07 Signed-off-by: David Wu <wdc@rock-chips.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user