mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 20:59:10 +07:00
ad2c0558d0
Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
26 lines
558 B
Plaintext
26 lines
558 B
Plaintext
/*
|
|
* Device Tree Source for the iWave-RZG1M Qseven carrier board
|
|
*
|
|
* Copyright (C) 2017 Renesas Electronics Corp.
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
* kind, whether express or implied.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a7743-iwg20m.dtsi"
|
|
|
|
/ {
|
|
model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M";
|
|
compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743";
|
|
|
|
aliases {
|
|
serial0 = &scif0;
|
|
};
|
|
};
|
|
|
|
&scif0 {
|
|
status = "okay";
|
|
};
|