xref: /rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/s32cc-clk-drv.h (revision 8f64ed92c42f050c4217870e03ce48f95d4c251f)
166af5425SGhennadi Procopciuc /*
2*c0cbf5adSKhristine Andreea Barbulescu  * Copyright 2024-2025 NXP
366af5425SGhennadi Procopciuc  *
466af5425SGhennadi Procopciuc  * SPDX-License-Identifier: BSD-3-Clause
566af5425SGhennadi Procopciuc  */
666af5425SGhennadi Procopciuc #ifndef S32CC_CLK_DRV_H
766af5425SGhennadi Procopciuc #define S32CC_CLK_DRV_H
866af5425SGhennadi Procopciuc 
961b5ef21SGhennadi Procopciuc int s32cc_init_core_clocks(void);
1066af5425SGhennadi Procopciuc int s32cc_init_early_clks(void);
11*c0cbf5adSKhristine Andreea Barbulescu int plat_deassert_ddr_reset(void);
1266af5425SGhennadi Procopciuc 
1366af5425SGhennadi Procopciuc #endif
14