The H6 BSP provides some clues:#if defined(CONFIG_ARCH_SUN8IW12) \ || defined(CONFIG_ARCH_SUN8IW15) \ || defined(CONFIG_ARCH_SUN50IW3) \ || defined(CONFIG_ARCH_SUN50IW6) #define SUNXI_UART_FIFO_SIZE 256 #elif defined(CONFIG_ARCH_SUN3IW1) #define SUNXI_UART_FIFO_SIZE 32 #else #define SUNXI_UART_FIFO_SIZE 64 #endif sun8iw12 = V5/V100 sun8iw15 = R311/A50 sun50iw3 = A63 sun50iw6 = H6 sun3iw1 = handful of ARM926EJ-S things we don’t support Take care, Jared
|