xref: /rk3399_ARM-atf/plat/ti/k3low/common/drivers/k3-ddrss/am62l_ddrss.h (revision 6c0c3a74dda68e7ffc8bd6c156918ddbfea7e03a)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /*
3  * Wrapper for Cadence DDR Driver
4  *
5  * Copyright (C) 2025-2026 Texas Instruments Incorporated - https://www.ti.com/
6  */
7 
8 #ifndef AM62L_DDRSS_H
9 #define AM62L_DDRSS_H
10 
11 int am62l_lpddr4_init(void);
12 
13 #endif  /* AM62L_DDRSS_H */
14