SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / include / asm / arch-meson / i2c.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2017 - Beniamino Galvani <b.galvani@gmail.com>
4  */
5 #ifndef _MESON_I2C_H_
6 #define _MESON_I2C_H_
7
8 #define MESON_I2C_CLK_RATE      167000000
9
10 #endif