mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
14 lines
286 B
C
14 lines
286 B
C
|
/*
|
||
|
* Copyright (C) 2016 Imagination Technologies
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
|
||
|
#define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
|
||
|
|
||
|
#define BOSTON_CLK_SYS 0
|
||
|
#define BOSTON_CLK_CPU 1
|
||
|
|
||
|
#endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */
|