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