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