diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-meson/i2c.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-meson/i2c.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-meson/i2c.h b/roms/u-boot/arch/arm/include/asm/arch-meson/i2c.h new file mode 100644 index 000000000..aa474a05b --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-meson/i2c.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2017 - Beniamino Galvani <b.galvani@gmail.com> + */ +#ifndef _MESON_I2C_H_ +#define _MESON_I2C_H_ + +#define MESON_I2C_CLK_RATE 167000000 + +#endif |