summaryrefslogtreecommitdiff
path: root/drivers/soc/atmel/soc.h
diff options
context:
space:
mode:
authorMihai Sain <mihai.sain@microchip.com>2022-12-05 09:01:08 +0200
committerClaudiu Beznea <claudiu.beznea@microchip.com>2023-01-09 13:58:02 +0200
commitd4ac37916e42dc1a46e54bb7d49d5e39d7fa60d5 (patch)
treeb12cb1a5567e0f72b3c5562573ec6cec9bd0664f /drivers/soc/atmel/soc.h
parent1b929c02afd37871d5afb9d498426f83432e71c2 (diff)
ARM: at91: add support in soc driver for new SAMA7G54 SiPs
Add detection of new SAMA7G54 System-In-Package (SIP) by the SoC driver: SAMA7G54D1G, SAMA7G54D2G, SAMA7G54D4G. Signed-off-by: Mihai Sain <mihai.sain@microchip.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20221205070108.42624-1-mihai.sain@microchip.com
Diffstat (limited to 'drivers/soc/atmel/soc.h')
-rw-r--r--drivers/soc/atmel/soc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/atmel/soc.h b/drivers/soc/atmel/soc.h
index 2ecaa75b00f0..7a9f47ce85fb 100644
--- a/drivers/soc/atmel/soc.h
+++ b/drivers/soc/atmel/soc.h
@@ -70,6 +70,9 @@ at91_soc_init(const struct at91_soc *socs);
#define SAMA7G52_EXID_MATCH 0x2
#define SAMA7G53_EXID_MATCH 0x1
#define SAMA7G54_EXID_MATCH 0x0
+#define SAMA7G54_D1G_EXID_MATCH 0x00000018
+#define SAMA7G54_D2G_EXID_MATCH 0x00000020
+#define SAMA7G54_D4G_EXID_MATCH 0x00000028
#define AT91SAM9XE128_CIDR_MATCH 0x329973a0
#define AT91SAM9XE256_CIDR_MATCH 0x329a93a0