1561099a1SCédric Le Goater /*
2561099a1SCédric Le Goater  * This header provides constants for pca955x LED bindings.
3561099a1SCédric Le Goater  *
4561099a1SCédric Le Goater  * This file is licensed under the terms of the GNU General Public
5561099a1SCédric Le Goater  * License version 2.  This program is licensed "as is" without any
6561099a1SCédric Le Goater  * warranty of any kind, whether express or implied.
7561099a1SCédric Le Goater  */
8561099a1SCédric Le Goater 
9561099a1SCédric Le Goater #ifndef _DT_BINDINGS_LEDS_PCA955X_H
10561099a1SCédric Le Goater #define _DT_BINDINGS_LEDS_PCA955X_H
11561099a1SCédric Le Goater 
12561099a1SCédric Le Goater #define PCA955X_TYPE_NONE         0
13561099a1SCédric Le Goater #define PCA955X_TYPE_LED          1
14561099a1SCédric Le Goater #define PCA955X_TYPE_GPIO         2
15561099a1SCédric Le Goater 
16561099a1SCédric Le Goater #endif /* _DT_BINDINGS_LEDS_PCA955X_H */
17