mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
8fb15ea52a
Copy dts/files/patches/configs from 5.10 to 5.15. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> [refresh with updated DGS-1210 dts files] Signed-off-by: Sander Vanheule <sander@svanheule.net>
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 */
|