RTEMS | aarch64: add rk3399_rockpro64 BSP (!894)
Ning Yang (@yangn0)
gitlab at rtems.org
Sat Jan 24 13:56:43 UTC 2026
Ning Yang commented on a discussion on bsps/aarch64/rk3399/include/bsp.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139901
> + * @name RK3399 UARTs
> + *
> + * @{
> + */
> +#define RK3399_UART_BASE 0xff180000
> +#define RK3399_UART_SIZE 0x40000
> +#define RK3399_UART_DEVICE_SIZE 0x10000
> +
> +#define RK3399_UART0_BASE (RK3399_UART_BASE + 0x00000)
> +#define RK3399_UART0_SIZE RK3399_UART_DEVICE_SIZE
> +#define RK3399_UART1_BASE (RK3399_UART_BASE + 0x10000)
> +#define RK3399_UART1_SIZE RK3399_UART_DEVICE_SIZE
> +#define RK3399_UART2_BASE (RK3399_UART_BASE + 0x20000)
> +#define RK3399_UART2_SIZE RK3399_UART_DEVICE_SIZE
> +#define RK3399_UART3_BASE (RK3399_UART_BASE + 0x30000)
> +#define RK3399_UART3_SIZE RK3399_UART_DEVICE_SIZE
{{image.png}}
Yes. Sorry about that. I checked it again and found that UART4 was not in a consecutive position. I hadn't found it.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139901
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260124/b82619cb/attachment-0001.htm>
More information about the bugs
mailing list