Paul Barker | 60a0b94 | 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 | |||||
Marek Vasut | 97a070b | 2024-02-27 17:05:54 +0100 | [diff] [blame] | 9 | #include <asm/arch/renesas.h> |
Paul Barker | 60a0b94 | 2023-10-16 10:25:43 +0100 | [diff] [blame] | 10 | |
11 | /* console */ | ||||
12 | #define CFG_SYS_BAUDRATE_TABLE { 115200, 38400 } | ||||
13 | |||||
14 | #endif /* __RENESAS_RZG2L_H */ |