| /* |
| * Copyright (c) 2024, Arm Limited and Contributors. All rights reserved. |
| * |
| * SPDX-License-Identifier: BSD-3-Clause |
| * |
| * This file contains the CSS-firmware specific definitions for the third |
| * generation of platforms. |
| */ |
| |
| #ifndef NRD_CSS_FW_DEF3_H |
| #define NRD_CSS_FW_DEF3_H |
| |
| #include "nrd_css_def3.h" |
| |
| /******************************************************************************* |
| * Console config |
| ******************************************************************************/ |
| |
| #define NRD_CSS_NSEC_CLK_IN_HZ UL(7372800) |
| |
| #endif /* NRD_CSS_FW_DEF3_H */ |