mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

HS400 support for R-Car V3H ES2.0 has been fixed, so enable it on this board. Signed-off-by: LUU HOAI <hoai.luu.ub@renesas.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230111094944.5996-1-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the Condor-I board on r8a77980A (ES2.0)
|
|
*
|
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a77980a.dtsi"
|
|
#include "condor-common.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Condor-I board based on r8a77980A (ES2.0)";
|
|
compatible = "renesas,condor-i", "renesas,r8a77980a", "renesas,r8a77980";
|
|
};
|
|
|
|
&mmc0 {
|
|
mmc-hs400-1_8v;
|
|
};
|