plat/tc0: Change to 8 cores for Theodul

This includes changing to 8 cores for header file, dts
and topology. The missing uart node is also added to
cactus.dts.

Signed-off-by: Usama Arif <usama.arif@arm.com>
Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: I1c70f9fd92273d7b5dc97875707e469d7f39c12d
diff --git a/el3_payload/plat/tc0/platform.h b/el3_payload/plat/tc0/platform.h
index b1919b5..5e43002 100644
--- a/el3_payload/plat/tc0/platform.h
+++ b/el3_payload/plat/tc0/platform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2021, Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  */
@@ -9,11 +9,11 @@
 
 #define PRIMARY_CPU_MPID		0x0
 
-#define CPUS_COUNT			4
+#define CPUS_COUNT			8
 
 #define UART_BASE			0x7ff80000
 
-#define TC0_MAX_CPUS_PER_CLUSTER	4
+#define TC0_MAX_CPUS_PER_CLUSTER	8
 #define TC0_MAX_PE_PER_CPU		1
 
 #endif /* PLATFORM_H */