blob: edfa73fda9dbda0c537882fb2e21d437ecf8dca3 [file] [log] [blame]
Nishanth Menonf49cf9e2017-09-20 01:32:13 -05001/*
Deepika Bhavnanid51727e2019-12-13 10:53:34 -06002 * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
Nishanth Menonf49cf9e2017-09-20 01:32:13 -05003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz6f3ccc52018-07-20 09:17:26 +01007#ifndef BOARD_DEF_H
8#define BOARD_DEF_H
9
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000010#include <lib/utils_def.h>
Nishanth Menonf49cf9e2017-09-20 01:32:13 -050011
12/* The ports must be in order and contiguous */
Deepika Bhavnanid51727e2019-12-13 10:53:34 -060013#define K3_CLUSTER0_CORE_COUNT U(2)
14#define K3_CLUSTER1_CORE_COUNT U(2)
15#define K3_CLUSTER2_CORE_COUNT U(2)
16#define K3_CLUSTER3_CORE_COUNT U(2)
Nishanth Menonf49cf9e2017-09-20 01:32:13 -050017
Nishanth Menonc36f7402021-03-26 02:01:38 -050018#define PLAT_PROC_START_ID U(32)
19#define PLAT_PROC_DEVICE_START_ID U(202)
20#define PLAT_CLUSTER_DEVICE_START_ID U(198)
Andrew Davisfbc99cf2022-11-15 18:08:16 -060021#define PLAT_BOARD_DEVICE_ID U(157)
Andrew F. Davis60541b12018-05-24 11:15:42 -050022
Antonio Nino Diaz6f3ccc52018-07-20 09:17:26 +010023#endif /* BOARD_DEF_H */