^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) * This header provides constants for pca9532 LED bindings.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) * This file is licensed under the terms of the GNU General Public
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * License version 2. This program is licensed "as is" without any
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * warranty of any kind, whether express or implied.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) #ifndef _DT_BINDINGS_LEDS_PCA9532_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #define _DT_BINDINGS_LEDS_PCA9532_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define PCA9532_TYPE_NONE 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #define PCA9532_TYPE_LED 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define PCA9532_TYPE_N2100_BEEP 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define PCA9532_TYPE_GPIO 3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #define PCA9532_LED_TIMER2 4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) #endif /* _DT_BINDINGS_LEDS_PCA9532_H */