1*c66ec88fSEmmanuel Vadot /* 2*c66ec88fSEmmanuel Vadot * This header provides constants for pca955x LED bindings. 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * This file is licensed under the terms of the GNU General Public 5*c66ec88fSEmmanuel Vadot * License version 2. This program is licensed "as is" without any 6*c66ec88fSEmmanuel Vadot * warranty of any kind, whether express or implied. 7*c66ec88fSEmmanuel Vadot */ 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_LEDS_PCA955X_H 10*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_LEDS_PCA955X_H 11*c66ec88fSEmmanuel Vadot 12*c66ec88fSEmmanuel Vadot #define PCA955X_TYPE_NONE 0 13*c66ec88fSEmmanuel Vadot #define PCA955X_TYPE_LED 1 14*c66ec88fSEmmanuel Vadot #define PCA955X_TYPE_GPIO 2 15*c66ec88fSEmmanuel Vadot 16*c66ec88fSEmmanuel Vadot #endif /* _DT_BINDINGS_LEDS_PCA955X_H */ 17