summaryrefslogtreecommitdiff
path: root/include/configs/rzg2l-smarc.h
blob: ea57d280cb8d909ecdf266175453688b51ff4ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2023 Renesas Electronics Corporation
 */

#ifndef __RENESAS_RZG2L_H
#define __RENESAS_RZG2L_H

#include <asm/arch/rmobile.h>

/* console */
#define CFG_SYS_BAUDRATE_TABLE	{ 115200, 38400 }

#endif /* __RENESAS_RZG2L_H */