realtek: add PLL DT binding includes
Add some constants for sharing between DT and drivers. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
This commit is contained in:
parent
0c8d7e34ab
commit
1efaad03bb
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
||||||
|
/* 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 */
|
Loading…
Reference in a new issue