1 /* $NetBSD: leds-pca9532.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * This header provides constants for pca9532 LED bindings. 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8 * warranty of any kind, whether express or implied. 9 */ 10 11 #ifndef _DT_BINDINGS_LEDS_PCA9532_H 12 #define _DT_BINDINGS_LEDS_PCA9532_H 13 14 #define PCA9532_TYPE_NONE 0 15 #define PCA9532_TYPE_LED 1 16 #define PCA9532_TYPE_N2100_BEEP 2 17 #define PCA9532_TYPE_GPIO 3 18 #define PCA9532_LED_TIMER2 4 19 20 #endif /* _DT_BINDINGS_LEDS_PCA9532_H */ 21