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