summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/net/macb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 08d441c897..21a620c244 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -1096,6 +1096,10 @@ static int macb_eth_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id macb_eth_ids[] = {
{ .compatible = "cdns,macb" },
+ { .compatible = "cdns,at91sam9260-macb" },
+ { .compatible = "atmel,sama5d2-gem" },
+ { .compatible = "atmel,sama5d3-gem" },
+ { .compatible = "atmel,sama5d4-gem" },
{ }
};