17461279bSPaul Burton /*
27461279bSPaul Burton  * Copyright (C) 2016 Imagination Technologies
37461279bSPaul Burton  *
47461279bSPaul Burton  * SPDX-License-Identifier:	GPL-2.0
57461279bSPaul Burton  */
67461279bSPaul Burton 
77461279bSPaul Burton #ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
87461279bSPaul Burton #define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
97461279bSPaul Burton 
107461279bSPaul Burton #define BOSTON_CLK_INPUT 0
117461279bSPaul Burton #define BOSTON_CLK_SYS 1
127461279bSPaul Burton #define BOSTON_CLK_CPU 2
137461279bSPaul Burton 
147461279bSPaul Burton #endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */
15