.has_tdma = true,
 };
 
+static const struct mv_cesa_caps armada_xp_caps = {
+       .nengines = 2,
+       .cipher_algs = armada_370_cipher_algs,
+       .ncipher_algs = ARRAY_SIZE(armada_370_cipher_algs),
+       .ahash_algs = armada_370_ahash_algs,
+       .nahash_algs = ARRAY_SIZE(armada_370_ahash_algs),
+       .has_tdma = true,
+};
+
 static const struct of_device_id mv_cesa_of_match_table[] = {
        { .compatible = "marvell,armada-370-crypto", .data = &armada_370_caps },
+       { .compatible = "marvell,armada-xp-crypto", .data = &armada_xp_caps },
+       { .compatible = "marvell,armada-375-crypto", .data = &armada_xp_caps },
+       { .compatible = "marvell,armada-38x-crypto", .data = &armada_xp_caps },
        {}
 };
 MODULE_DEVICE_TABLE(of, mv_cesa_of_match_table);