Paul Barker | 4e65545 | 2023-10-16 10:25:43 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright (C) 2023 Renesas Electronics Corporation | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __RENESAS_RZG2L_H | ||||
7 | #define __RENESAS_RZG2L_H | ||||
8 | |||||
9 | #include <asm/arch/rmobile.h> | ||||
10 | |||||
11 | /* console */ | ||||
12 | #define CFG_SYS_BAUDRATE_TABLE { 115200, 38400 } | ||||
13 | |||||
14 | #endif /* __RENESAS_RZG2L_H */ |