blob: ea57d280cb8d909ecdf266175453688b51ff4ea3 [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
9#include <asm/arch/rmobile.h>
10
11/* console */
12#define CFG_SYS_BAUDRATE_TABLE { 115200, 38400 }
13
14#endif /* __RENESAS_RZG2L_H */