162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This header provides constants for pca9532 LED bindings. 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * This file is licensed under the terms of the GNU General Public 562306a36Sopenharmony_ci * License version 2. This program is licensed "as is" without any 662306a36Sopenharmony_ci * warranty of any kind, whether express or implied. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef _DT_BINDINGS_LEDS_PCA9532_H 1062306a36Sopenharmony_ci#define _DT_BINDINGS_LEDS_PCA9532_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define PCA9532_TYPE_NONE 0 1362306a36Sopenharmony_ci#define PCA9532_TYPE_LED 1 1462306a36Sopenharmony_ci#define PCA9532_TYPE_N2100_BEEP 2 1562306a36Sopenharmony_ci#define PCA9532_TYPE_GPIO 3 1662306a36Sopenharmony_ci#define PCA9532_LED_TIMER2 4 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif /* _DT_BINDINGS_LEDS_PCA9532_H */ 19