1*445277b9SFelix Brack /*
2*445277b9SFelix Brack  * This header provides constants for pca9532 LED bindings.
3*445277b9SFelix Brack  *
4*445277b9SFelix Brack  * This file is licensed under the terms of the GNU General Public
5*445277b9SFelix Brack  * License version 2.  This program is licensed "as is" without any
6*445277b9SFelix Brack  * warranty of any kind, whether express or implied.
7*445277b9SFelix Brack  */
8*445277b9SFelix Brack 
9*445277b9SFelix Brack #ifndef _DT_BINDINGS_LEDS_PCA9532_H
10*445277b9SFelix Brack #define _DT_BINDINGS_LEDS_PCA9532_H
11*445277b9SFelix Brack 
12*445277b9SFelix Brack #define PCA9532_TYPE_NONE         0
13*445277b9SFelix Brack #define PCA9532_TYPE_LED          1
14*445277b9SFelix Brack #define PCA9532_TYPE_N2100_BEEP   2
15*445277b9SFelix Brack #define PCA9532_TYPE_GPIO         3
16*445277b9SFelix Brack #define PCA9532_LED_TIMER2        4
17*445277b9SFelix Brack 
18*445277b9SFelix Brack #endif /* _DT_BINDINGS_LEDS_PCA9532_H */
19