xref: /openbmc/u-boot/include/dt-bindings/clock/boston-clock.h (revision 1f4e25780a827de9526b5f60b8a574b1e4f45b9c)
1 /*
2  * Copyright (C) 2016 Imagination Technologies
3  *
4  * SPDX-License-Identifier:	GPL-2.0
5  */
6 
7 #ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
8 #define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
9 
10 #define BOSTON_CLK_SYS 0
11 #define BOSTON_CLK_CPU 1
12 
13 #endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */
14