Say Y or M if you want to add support for I2S Multi-Channel ASoC
          driver on the following Microchip platforms:
          - sam9x60
+         - sama7g5
 
          The I2SMCC complies with the Inter-IC Sound (I2S) bus specification
          and supports a Time Division Multiplexed (TDM) interface with
          external multi-channel audio codecs.
+         Starting with sama7g5, I2S and Left-Justified multi-channel is
+         supported by using multiple data pins, output and input, without TDM.
 
 config SND_MCHP_SOC_SPDIFTX
        tristate "Microchip ASoC driver for boards using S/PDIF TX"
 
        {
                .compatible = "microchip,sam9x60-i2smcc",
        },
+       {
+               .compatible = "microchip,sama7g5-i2smcc",
+       },
        { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, mchp_i2s_mcc_dt_ids);