18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * This header provides constants for pca955x LED bindings. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * This file is licensed under the terms of the GNU General Public 58c2ecf20Sopenharmony_ci * License version 2. This program is licensed "as is" without any 68c2ecf20Sopenharmony_ci * warranty of any kind, whether express or implied. 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_LEDS_PCA955X_H 108c2ecf20Sopenharmony_ci#define _DT_BINDINGS_LEDS_PCA955X_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define PCA955X_TYPE_NONE 0 138c2ecf20Sopenharmony_ci#define PCA955X_TYPE_LED 1 148c2ecf20Sopenharmony_ci#define PCA955X_TYPE_GPIO 2 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_LEDS_PCA955X_H */ 17