Skip to content

Commit c5cb195

Browse files
openedevmmind
authored andcommitted
ARM: dts: rockchip: Add pwm11 node to rv1126
Add pwm11 node for Rockchip RV1126. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Link: https://lore.kernel.org/r/20230731103518.2906147-6-jagan@edgeble.ai Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 61e510d commit c5cb195

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rv1126.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,17 @@
287287
clock-names = "apb_pclk";
288288
};
289289

290+
pwm11: pwm@ff550030 {
291+
compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
292+
reg = <0xff550030 0x10>;
293+
clock-names = "pwm", "pclk";
294+
clocks = <&cru CLK_PWM2>, <&cru PCLK_PWM2>;
295+
pinctrl-0 = <&pwm11m0_pins>;
296+
pinctrl-names = "default";
297+
#pwm-cells = <3>;
298+
status = "disabled";
299+
};
300+
290301
uart0: serial@ff560000 {
291302
compatible = "rockchip,rv1126-uart", "snps,dw-apb-uart";
292303
reg = <0xff560000 0x100>;

0 commit comments

Comments
 (0)