mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 13:23:33 +07:00
65005e6a5b
The HiHope RZ/G2N sub board sits below the HiHope RZ/G2N main board. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Link: https://lore.kernel.org/r/1569831527-1250-6-git-send-email-biju.das@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
16 lines
365 B
Plaintext
16 lines
365 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the HiHope RZ/G2N sub board
|
|
*
|
|
* Copyright (C) 2019 Renesas Electronics Corp.
|
|
*/
|
|
|
|
#include "r8a774b1-hihope-rzg2n.dts"
|
|
#include "hihope-rzg2-ex.dtsi"
|
|
|
|
/ {
|
|
model = "HopeRun HiHope RZ/G2N with sub board";
|
|
compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2n",
|
|
"renesas,r8a774b1";
|
|
};
|