static const unsigned int pwm_e_pins[]                 = { GPIOX_16 };
 
 /* pwm_f */
+static const unsigned int pwm_f_z_pins[]               = { GPIOZ_12 };
+static const unsigned int pwm_f_a_pins[]               = { GPIOA_11 };
 static const unsigned int pwm_f_x_pins[]               = { GPIOX_7 };
 static const unsigned int pwm_f_h_pins[]               = { GPIOH_5 };
 
        GROUP(tdm_c_dout2_z,            4),
        GROUP(tdm_c_dout3_z,            4),
        GROUP(mclk1_z,                  4),
+       GROUP(pwm_f_z,                  5),
 
        /* bank GPIOX */
        GROUP(sdio_d0,                  1),
        GROUP(tdm_c_dout3_a,            2),
        GROUP(mclk0_a,                  1),
        GROUP(mclk1_a,                  2),
+       GROUP(pwm_f_a,                  3),
 };
 
 /* uart_ao_a */
 };
 
 static const char * const pwm_f_groups[] = {
-       "pwm_f_x", "pwm_f_h",
+       "pwm_f_z", "pwm_f_a", "pwm_f_x", "pwm_f_h",
 };
 
 static const char * const cec_ao_a_h_groups[] = {