mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Define a new RSCI port type, and the RSCI 32 bits registers set. The RZ/T2H SCI has a a fifo, and a quite different set of registers from the original SH SCI ones. DMA is not supported yet. Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20250630202323.279809-6-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
176 B
C
10 lines
176 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __RSCI_H__
|
|
#define __RSCI_H__
|
|
|
|
#include "sh-sci-common.h"
|
|
|
|
extern struct sci_of_data of_sci_rsci_data;
|
|
|
|
#endif /* __RSCI_H__ */
|