diff options
author | Andre Przywara <[email protected]> | 2022-11-07 00:54:25 +0000 |
---|---|---|
committer | Jernej Skrabec <[email protected]> | 2022-11-16 19:35:22 +0100 |
commit | 77eac2b9e1d86f1abef3cba4fee54f35e186c954 (patch) | |
tree | 4c50f41c873184dc2dd8d56dc8c9032834046602 | |
parent | 30120faa1e8ee4725eb850d10ce2efdd29262a85 (diff) |
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 <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Reviewed-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Jernej Skrabec <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jernej Skrabec <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/suniv-f1c100s.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/suniv-f1c100s.dtsi b/arch/arm/boot/dts/suniv-f1c100s.dtsi index 0edc1724407b..419d93346e69 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>; |