xref: /openbmc/u-boot/arch/arm/include/asm/arch-meson/i2c.h (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
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
11