1/*	$NetBSD: loongson,ls1x-clk.h,v 1.1.1.1 2026/01/18 05:21:31 skrll Exp $	*/
2
3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
4/*
5 * Loongson-1 clock tree IDs
6 *
7 * Copyright (C) 2023 Keguang Zhang <keguang.zhang@gmail.com>
8 */
9
10#ifndef __DT_BINDINGS_CLOCK_LS1X_CLK_H__
11#define __DT_BINDINGS_CLOCK_LS1X_CLK_H__
12
13#define LS1X_CLKID_PLL	0
14#define LS1X_CLKID_CPU	1
15#define LS1X_CLKID_DC	2
16#define LS1X_CLKID_AHB	3
17#define LS1X_CLKID_APB	4
18
19#define CLK_NR_CLKS	(LS1X_CLKID_APB + 1)
20
21#endif /* __DT_BINDINGS_CLOCK_LS1X_CLK_H__ */
22