From: Andre Przywara Date: Mon, 7 Nov 2022 00:54:25 +0000 (+0000) Subject: ARM: dts: suniv: f1c100s: add PWM node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77eac2b9e1d86f1abef3cba4fee54f35e186c954;p=linux.git ARM: dts: suniv: f1c100s: add PWM node The Allwinner F1C100s family of SoCs contain a PWM controller compatible to the one used in the A20 chip. Add the DT node so that any users can simply enable it in their board DT. Signed-off-by: Andre Przywara Acked-by: Thierry Reding Reviewed-by: Uwe Kleine-König Reviewed-by: Jernej Skrabec Link: https://lore.kernel.org/r/20221107005433.11079-3-andre.przywara@arm.com Signed-off-by: Jernej Skrabec --- diff --git a/arch/arm/boot/dts/suniv-f1c100s.dtsi b/arch/arm/boot/dts/suniv-f1c100s.dtsi index 0edc1724407b3..419d93346e69e 100644 --- a/arch/arm/boot/dts/suniv-f1c100s.dtsi +++ b/arch/arm/boot/dts/suniv-f1c100s.dtsi @@ -192,6 +192,15 @@ clocks = <&osc32k>; }; + pwm: pwm@1c21000 { + compatible = "allwinner,suniv-f1c100s-pwm", + "allwinner,sun7i-a20-pwm"; + reg = <0x01c21000 0x400>; + clocks = <&osc24M>; + #pwm-cells = <3>; + status = "disabled"; + }; + uart0: serial@1c25000 { compatible = "snps,dw-apb-uart"; reg = <0x01c25000 0x400>;