1 1.1 jmcneill /* $NetBSD: boston-clock.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* 4 1.1 jmcneill * Copyright (C) 2016 Imagination Technologies 5 1.1 jmcneill * 6 1.1 jmcneill * SPDX-License-Identifier: GPL-2.0 7 1.1 jmcneill */ 8 1.1 jmcneill 9 1.1 jmcneill #ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ 10 1.1 jmcneill #define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ 11 1.1 jmcneill 12 1.1 jmcneill #define BOSTON_CLK_INPUT 0 13 1.1 jmcneill #define BOSTON_CLK_SYS 1 14 1.1 jmcneill #define BOSTON_CLK_CPU 2 15 1.1 jmcneill 16 1.1 jmcneill #endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */ 17