Linux 4.14.5
[linux/fpc-iii.git] / include / dt-bindings / leds / leds-pca9532.h
blob4d917aab7e1ea5beb62028ff22854dcdf755116f
1 /*
2 * This header provides constants for pca9532 LED bindings.
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
7 */
9 #ifndef _DT_BINDINGS_LEDS_PCA9532_H
10 #define _DT_BINDINGS_LEDS_PCA9532_H
12 #define PCA9532_TYPE_NONE 0
13 #define PCA9532_TYPE_LED 1
14 #define PCA9532_TYPE_N2100_BEEP 2
15 #define PCA9532_TYPE_GPIO 3
16 #define PCA9532_LED_TIMER2 4
18 #endif /* _DT_BINDINGS_LEDS_PCA9532_H */