Skip to content

Commit

Permalink
arm64: dts: renesas: Add common Salvator-XS board support
Browse files Browse the repository at this point in the history
The Renesas Salvator-XS (Salvator-X 2nd version) development board can
be equipped with either an R-Car H3 ES2.0 or M3-W ES1.x SiP, which are
pin-compatible.

Add initial support for the common parts of the Salvator-XS board into
its own .dtsi file, to be included by the DTSes for the H3/M3-W
versions.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Jun 12, 2017
1 parent 5fe6a7d commit 0764c67
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm64/boot/dts/renesas/salvator-xs.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Device Tree Source for the Salvator-X 2nd version board
*
* Copyright (C) 2015-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 "salvator-common.dtsi"

/ {
model = "Renesas Salvator-X 2nd version board";
compatible = "renesas,salvator-xs";
};

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

0 comments on commit 0764c67

Please sign in to comment.