xref: /OK3568_Linux_fs/kernel/include/dt-bindings/leds/leds-netxbig.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * This header provides constants for netxbig LED bindings.
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * This file is licensed under the terms of the GNU General Public
5*4882a593Smuzhiyun  * License version 2.  This program is licensed "as is" without any
6*4882a593Smuzhiyun  * warranty of any kind, whether express or implied.
7*4882a593Smuzhiyun  */
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun #ifndef _DT_BINDINGS_LEDS_NETXBIG_H
10*4882a593Smuzhiyun #define _DT_BINDINGS_LEDS_NETXBIG_H
11*4882a593Smuzhiyun 
12*4882a593Smuzhiyun #define NETXBIG_LED_OFF		0
13*4882a593Smuzhiyun #define NETXBIG_LED_ON		1
14*4882a593Smuzhiyun #define NETXBIG_LED_SATA	2
15*4882a593Smuzhiyun #define NETXBIG_LED_TIMER1	3
16*4882a593Smuzhiyun #define NETXBIG_LED_TIMER2	4
17*4882a593Smuzhiyun 
18*4882a593Smuzhiyun #endif /* _DT_BINDINGS_LEDS_NETXBIG_H */
19