xref: /rk3399_ARM-atf/plat/ti/k3/include/soc.h (revision 383c821c76e05b64fc641cf59541793d29185859)
1e76a0fc4SAbhash Kumar Jha /*
2e76a0fc4SAbhash Kumar Jha  * Copyright (c) 2025-2026, ARM Limited and Contributors. All rights reserved.
3e76a0fc4SAbhash Kumar Jha  *
4e76a0fc4SAbhash Kumar Jha  * SPDX-License-Identifier: BSD-3-Clause
5e76a0fc4SAbhash Kumar Jha  */
6e76a0fc4SAbhash Kumar Jha 
7e76a0fc4SAbhash Kumar Jha #ifndef SOC_H
8e76a0fc4SAbhash Kumar Jha #define SOC_H
9e76a0fc4SAbhash Kumar Jha 
10e76a0fc4SAbhash Kumar Jha #include <stdint.h>
11e76a0fc4SAbhash Kumar Jha 
12e76a0fc4SAbhash Kumar Jha uint32_t get_soc_part_no(void);
13*9b1350deSAbhash Kumar Jha uint32_t get_plat_cluster_start_id(void);
14e76a0fc4SAbhash Kumar Jha 
15e76a0fc4SAbhash Kumar Jha #endif /* SOC_H */
16