blob: 0b3906247c8bc6543d2ca37ff79b81069d6cd67e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Paul Burtondd7c7492016-09-08 07:47:38 +01002/*
3 * Copyright (C) 2016 Imagination Technologies
Paul Burtondd7c7492016-09-08 07:47:38 +01004 */
5
6#ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
7#define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
8
9#define BOSTON_CLK_SYS 0
10#define BOSTON_CLK_CPU 1
11
12#endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */