mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00
15 lines
294 B
C
15 lines
294 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright 2024 Arm Ltd.
|
||
|
*/
|
||
|
|
||
|
#ifndef _CCU_SUN55I_A523_H
|
||
|
#define _CCU_SUN55I_A523_H
|
||
|
|
||
|
#include <dt-bindings/clock/sun55i-a523-ccu.h>
|
||
|
#include <dt-bindings/reset/sun55i-a523-ccu.h>
|
||
|
|
||
|
#define CLK_NUMBER (CLK_FANOUT2 + 1)
|
||
|
|
||
|
#endif /* _CCU_SUN55I_A523_H */
|