-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Biju Das <biju.das@bp.renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
- Loading branch information
Biju Das
authored and
Simon Horman
committed
Sep 19, 2017
1 parent
c9a41f5
commit a59eb27
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* | ||
* 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"; | ||
}; |