u-boot/include/configs/falcon.h
Hai Pham 32e6893caf ARM: rmobile: Turn R-Car V3U into R-Car Gen4
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family [1]. Hence reflect this in related files, select appropriate
configuration options and split DT build into its own GEN4 entry.

[1] https://www.renesas.com/us/en/products/automotive-products/automotive-system-chips-socs/r-car-v3u-best-class-r-car-v3u-asil-d-system-chip-automated-driving

Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: Deduplicate DTC_FLAGS addition using RCAR_64 symbol
        Update commit message]
2023-04-07 17:13:28 +02:00

17 lines
314 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* include/configs/falcon.h
* This file is Falcon board configuration.
*
* Copyright (C) 2020 Renesas Electronics Corp.
*/
#ifndef __FALCON_H
#define __FALCON_H
#include "rcar-gen4-common.h"
/* Board Clock */
/* XTAL_CLK : 16.66MHz */
#endif /* __FALCON_H */