blob: 3cdd0e47eaebd4820b974ec15ef11b21373d69bb [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojasee422142017-04-25 00:39:20 +02002/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojasee422142017-04-25 00:39:20 +02004 */
5
6#ifndef __CONFIG_BMIPS_COMMON_H
7#define __CONFIG_BMIPS_COMMON_H
8
Álvaro Fernández Rojas55daf1c2019-08-30 11:54:27 +02009#include <linux/sizes.h>
10
Álvaro Fernández Rojasf530eb92017-05-22 20:02:06 +020011/* UART */
Tom Rini65cc0e22022-11-16 13:10:41 -050012#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
Álvaro Fernández Rojasf530eb92017-05-22 20:02:06 +020013 230400, 500000, 1500000 }
14
Álvaro Fernández Rojasee422142017-04-25 00:39:20 +020015#endif /* __CONFIG_BMIPS_COMMON_H */