ARM: at91: Add chip ID of SAMA5D29
Add SAMA5D29 SoC for identification during the boot up. Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>
This commit is contained in:
parent
44131caa40
commit
6beb4a3a59
@ -46,6 +46,8 @@ char *get_cpu_name(void)
|
||||
return "SAMA5D28-CU";
|
||||
case ARCH_EXID_SAMA5D28CN:
|
||||
return "SAMA5D28-CN";
|
||||
case ARCH_EXID_SAMA5D29CN:
|
||||
return "SAMA5D29-CN";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -215,6 +215,7 @@
|
||||
#define ARCH_EXID_SAMA5D27CN 0x00000021
|
||||
#define ARCH_EXID_SAMA5D28CU 0x00000010
|
||||
#define ARCH_EXID_SAMA5D28CN 0x00000020
|
||||
#define ARCH_EXID_SAMA5D29CN 0x00000023
|
||||
|
||||
#define ARCH_ID_SAMA5D2_SIP 0x8a5c08c2
|
||||
#define ARCH_EXID_SAMA5D225C_D1M 0x00000053
|
||||
|
Loading…
Reference in New Issue
Block a user