.npwm = 1,
 };
 
+static const struct sun4i_pwm_data sun50i_a64_pwm_data = {
+       .has_prescaler_bypass = true,
+       .has_direct_mod_clk_output = true,
+       .npwm = 1,
+};
+
 static const struct sun4i_pwm_data sun50i_h6_pwm_data = {
        .has_prescaler_bypass = true,
        .has_direct_mod_clk_output = true,
        }, {
                .compatible = "allwinner,sun8i-h3-pwm",
                .data = &sun4i_pwm_single_bypass,
+       }, {
+               .compatible = "allwinner,sun50i-a64-pwm",
+               .data = &sun50i_a64_pwm_data,
        }, {
                .compatible = "allwinner,sun50i-h6-pwm",
                .data = &sun50i_h6_pwm_data,