mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
325d79f0f9
Copy files and config from 5.15 kernel version. Because of the big version jump leave out the patches for now so we can treat them individually later on. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
16 lines
318 B
C
16 lines
318 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (C) 2022 Markus Stockhausen
|
|
*
|
|
* RTL83XX clock indices
|
|
*/
|
|
#ifndef __DT_BINDINGS_CLOCK_RTL83XX_H
|
|
#define __DT_BINDINGS_CLOCK_RTL83XX_H
|
|
|
|
#define CLK_CPU 0
|
|
#define CLK_MEM 1
|
|
#define CLK_LXB 2
|
|
#define CLK_COUNT 3
|
|
|
|
#endif /* __DT_BINDINGS_CLOCK_RTL83XX_H */
|