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