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