162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This header provides constants for pca955x 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_PCA955X_H 1062306a36Sopenharmony_ci#define _DT_BINDINGS_LEDS_PCA955X_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define PCA955X_TYPE_NONE 0 1362306a36Sopenharmony_ci#define PCA955X_TYPE_LED 1 1462306a36Sopenharmony_ci#define PCA955X_TYPE_GPIO 2 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif /* _DT_BINDINGS_LEDS_PCA955X_H */ 17