/* | |
* This header provides constants for MESON SoCs I2c bindings. | |
* | |
* This file is licensed under the terms of the GNU General Public | |
* License version 2. This program is licensed "as is" without any | |
* warranty of any kind, whether express or implied. | |
*/ | |
#ifndef _DT_BINDINGS_MESON_I2C_H | |
#define _DT_BINDINGS_MESON_I2C_H | |
#define MESON_I2C_M0 0 | |
#define MESON_I2C_M1 1 | |
#define MESON_I2C_M2 2 | |
#define MESON_I2C_M3 3 | |
#define MESON_I2C_M_AO 4 | |
#endif /* _DT_MESON_I2C_H */ |