18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides constants for I2C bindings
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2015 by Sang Engineering
68c2ecf20Sopenharmony_ci * Copyright (C) 2015 by Renesas Electronics Corporation
78c2ecf20Sopenharmony_ci *
88c2ecf20Sopenharmony_ci * Wolfram Sang <wsa@sang-engineering.com>
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_I2C_I2C_H
128c2ecf20Sopenharmony_ci#define _DT_BINDINGS_I2C_I2C_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#define I2C_TEN_BIT_ADDRESS	(1 << 31)
158c2ecf20Sopenharmony_ci#define I2C_OWN_SLAVE_ADDRESS	(1 << 30)
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
18