blob: 580613068b1d22801209f46d63d955e224d0e86f [file] [log] [blame]
Paul Barker4e655452023-10-16 10:25:43 +01001/* 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 Vasut65abdd192024-02-27 17:05:54 +01009#include <asm/arch/renesas.h>
Paul Barker4e655452023-10-16 10:25:43 +010010
11/* console */
12#define CFG_SYS_BAUDRATE_TABLE { 115200, 38400 }
13
14#endif /* __RENESAS_RZG2L_H */