mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
fafcfc5a98
Renesas R8A7794 is CPU with Cortex-A15. This supports the basic register definition and GPIO and framework of PFC. Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
14 lines
267 B
C
14 lines
267 B
C
/*
|
|
* arch/arm/include/asm/arch-rmobile/r8a7794.h
|
|
*
|
|
* Copyright (C) 2014 Renesas Electronics Corporation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_R8A7794_H
|
|
#define __ASM_ARCH_R8A7794_H
|
|
|
|
#include "rcar-base.h"
|
|
|
|
#endif /* __ASM_ARCH_R8A7794_H */
|