1f126890aSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 2f126890aSEmmanuel Vadot /* 3f126890aSEmmanuel Vadot * Copyright (c) 2019 Amlogic, Inc. All rights reserved. 4f126890aSEmmanuel Vadot * Author: Jian Hu <jian.hu@amlogic.com> 5f126890aSEmmanuel Vadot * 6f126890aSEmmanuel Vadot * Copyright (c) 2023, SberDevices. All Rights Reserved. 7f126890aSEmmanuel Vadot * Author: Dmitry Rokosov <ddrokosov@sberdevices.ru> 8f126890aSEmmanuel Vadot */ 9f126890aSEmmanuel Vadot 10f126890aSEmmanuel Vadot #ifndef __A1_PLL_CLKC_H 11f126890aSEmmanuel Vadot #define __A1_PLL_CLKC_H 12f126890aSEmmanuel Vadot 13*aa1a8ff2SEmmanuel Vadot #define CLKID_FIXED_PLL_DCO 0 14f126890aSEmmanuel Vadot #define CLKID_FIXED_PLL 1 15*aa1a8ff2SEmmanuel Vadot #define CLKID_FCLK_DIV2_DIV 2 16*aa1a8ff2SEmmanuel Vadot #define CLKID_FCLK_DIV3_DIV 3 17*aa1a8ff2SEmmanuel Vadot #define CLKID_FCLK_DIV5_DIV 4 18*aa1a8ff2SEmmanuel Vadot #define CLKID_FCLK_DIV7_DIV 5 19f126890aSEmmanuel Vadot #define CLKID_FCLK_DIV2 6 20f126890aSEmmanuel Vadot #define CLKID_FCLK_DIV3 7 21f126890aSEmmanuel Vadot #define CLKID_FCLK_DIV5 8 22f126890aSEmmanuel Vadot #define CLKID_FCLK_DIV7 9 23f126890aSEmmanuel Vadot #define CLKID_HIFI_PLL 10 24f126890aSEmmanuel Vadot 25f126890aSEmmanuel Vadot #endif /* __A1_PLL_CLKC_H */ 26