mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
12 lines
197 B
C
12 lines
197 B
C
|
/*
|
||
|
* Copyright 2017 - Beniamino Galvani <b.galvani@gmail.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
#ifndef _MESON_I2C_H_
|
||
|
#define _MESON_I2C_H_
|
||
|
|
||
|
#define MESON_I2C_CLK_RATE 167000000
|
||
|
|
||
|
#endif
|