18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * This header provides constants for netxbig 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_NETXBIG_H 108c2ecf20Sopenharmony_ci#define _DT_BINDINGS_LEDS_NETXBIG_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define NETXBIG_LED_OFF 0 138c2ecf20Sopenharmony_ci#define NETXBIG_LED_ON 1 148c2ecf20Sopenharmony_ci#define NETXBIG_LED_SATA 2 158c2ecf20Sopenharmony_ci#define NETXBIG_LED_TIMER1 3 168c2ecf20Sopenharmony_ci#define NETXBIG_LED_TIMER2 4 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_LEDS_NETXBIG_H */ 19