Commit a59eb272 authored by Biju Das's avatar Biju Das Committed by Simon Horman
Browse files

ARM: dts: iwg22d-sodimm: Add support for iWave G22D-SODIMM board



Add support for iWave RainboW-G22D-SODIMM board based on RZ/G1E.

Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c9a41f51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -725,6 +725,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \
	r8a7740-armadillo800eva.dtb \
	r8a7743-iwg20d-q7.dtb \
	r8a7743-sk-rzg1m.dtb \
	r8a7745-iwg22d-sodimm.dtb \
	r8a7745-sk-rzg1e.dtb \
	r8a7778-bockw.dtb \
	r8a7779-marzen.dtb \
+29 −0
Original line number Diff line number Diff line
/*
 * Device Tree Source for the iWave-RZG1E SODIMM 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 "r8a7745-iwg22m.dtsi"

/ {
	model = "iWave Systems RainboW-G22D-SODIMM board based on RZ/G1E";
	compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745";

	aliases {
		serial0 = &scif4;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
};

&scif4 {
	status = "okay";
};