Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * This header provides constants for I2C bindings
0004  *
0005  * Copyright (C) 2015 by Sang Engineering
0006  * Copyright (C) 2015 by Renesas Electronics Corporation
0007  *
0008  * Wolfram Sang <wsa@sang-engineering.com>
0009  */
0010 
0011 #ifndef _DT_BINDINGS_I2C_I2C_H
0012 #define _DT_BINDINGS_I2C_I2C_H
0013 
0014 #define I2C_TEN_BIT_ADDRESS (1 << 31)
0015 #define I2C_OWN_SLAVE_ADDRESS   (1 << 30)
0016 
0017 #endif