]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/hal/arm/mx25/karo/v1_0/include/karo_tx25.h
Added TX25 bootsplash support
[karo-tx-redboot.git] / packages / hal / arm / mx25 / karo / v1_0 / include / karo_tx25.h
index b443ed70b54329b7efe5c676fd016b887a2213bb..b8ab5354fae809151e5acab42c2954468b5db809 100644 (file)
 #define TX25_LED_MASK          (1 << 7)
 #define TX25_LED_REG_ADDR      (GPIO2_BASE_ADDR + GPIO_DR)
 
+#define LCD_BACKLIGHT_GPIO     (0 * 32 + 26)
+#define LCD_RESET_GPIO         (1 * 32 + 4)
+#define LCD_POWER_GPIO         (1 * 32 + 5)
+
 #define LED_MAX_NUM            1
 
 #define LED_IS_ON(n) ({                                                        \