1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * This header provides constants for Intel clocks. 4 * 5 * The constants defined in this header are used in the device tree 6 * 7 * Copyright 2019 Google LLC 8 */ 9 10 #ifndef _DT_BINDINGS_CLK_INTEL_H 11 #define _DT_BINDINGS_CLK_INTEL_H 12 13 #define CLK_I2C 1 14 15 #endif 16