Skip to content

Commit

Permalink
ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM
Browse files Browse the repository at this point in the history
Add support for iWave RZG1M Qseven System On Module.
http://www.iwavesystems.com/rz-g1m-qseven-module.html

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>
  • Loading branch information
Biju Das authored and Simon Horman committed Jun 12, 2017
1 parent 8cae359 commit aabf13b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions arch/arm/boot/dts/r8a7743-iwg20m.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
* Device Tree Source for the iWave-RZG1M-20M Qseven SOM
*
* 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.
*/

#include "r8a7743.dtsi"

/ {
compatible = "iwave,g20m", "renesas,r8a7743";

memory@40000000 {
device_type = "memory";
reg = <0 0x40000000 0 0x20000000>;
};

memory@200000000 {
device_type = "memory";
reg = <2 0x00000000 0 0x20000000>;
};
};

&extal_clk {
clock-frequency = <20000000>;
};

0 comments on commit aabf13b

Please sign in to comment.