162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Author: Yinbo Zhu <zhuyinbo@loongson.cn>
462306a36Sopenharmony_ci * Copyright (C) 2022-2023 Loongson Technology Corporation Limited
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef __DT_BINDINGS_CLOCK_LOONGSON2_H
862306a36Sopenharmony_ci#define __DT_BINDINGS_CLOCK_LOONGSON2_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define LOONGSON2_REF_100M				0
1162306a36Sopenharmony_ci#define LOONGSON2_NODE_PLL				1
1262306a36Sopenharmony_ci#define LOONGSON2_DDR_PLL				2
1362306a36Sopenharmony_ci#define LOONGSON2_DC_PLL				3
1462306a36Sopenharmony_ci#define LOONGSON2_PIX0_PLL				4
1562306a36Sopenharmony_ci#define LOONGSON2_PIX1_PLL				5
1662306a36Sopenharmony_ci#define LOONGSON2_NODE_CLK				6
1762306a36Sopenharmony_ci#define LOONGSON2_HDA_CLK				7
1862306a36Sopenharmony_ci#define LOONGSON2_GPU_CLK				8
1962306a36Sopenharmony_ci#define LOONGSON2_DDR_CLK				9
2062306a36Sopenharmony_ci#define LOONGSON2_GMAC_CLK				10
2162306a36Sopenharmony_ci#define LOONGSON2_DC_CLK				11
2262306a36Sopenharmony_ci#define LOONGSON2_APB_CLK				12
2362306a36Sopenharmony_ci#define LOONGSON2_USB_CLK				13
2462306a36Sopenharmony_ci#define LOONGSON2_SATA_CLK				14
2562306a36Sopenharmony_ci#define LOONGSON2_PIX0_CLK				15
2662306a36Sopenharmony_ci#define LOONGSON2_PIX1_CLK				16
2762306a36Sopenharmony_ci#define LOONGSON2_BOOT_CLK				17
2862306a36Sopenharmony_ci#define LOONGSON2_CLK_END				18
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ci#endif
31