diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-06-09 07:43:48 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-06-12 05:30:06 -0400 |
commit | 0764c67f7fb37268937be392426f1d907d99a94a (patch) | |
tree | 494a30203c236ca4e7fc5d4b39e4ee6d2dd53e37 | |
parent | 5fe6a7d8f14e54e009668a543aefa55e904cfe03 (diff) |
arm64: dts: renesas: Add common Salvator-XS board support
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>
-rw-r--r-- | arch/arm64/boot/dts/renesas/salvator-xs.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/salvator-xs.dtsi b/arch/arm64/boot/dts/renesas/salvator-xs.dtsi new file mode 100644 index 000000000000..81227e3c2c6f --- /dev/null +++ b/arch/arm64/boot/dts/renesas/salvator-xs.dtsi | |||
@@ -0,0 +1,20 @@ | |||
1 | /* | ||
2 | * Device Tree Source for the Salvator-X 2nd version board | ||
3 | * | ||
4 | * Copyright (C) 2015-2017 Renesas Electronics Corp. | ||
5 | * | ||
6 | * This file is licensed under the terms of the GNU General Public License | ||
7 | * version 2. This program is licensed "as is" without any warranty of any | ||
8 | * kind, whether express or implied. | ||
9 | */ | ||
10 | |||
11 | #include "salvator-common.dtsi" | ||
12 | |||
13 | / { | ||
14 | model = "Renesas Salvator-X 2nd version board"; | ||
15 | compatible = "renesas,salvator-xs"; | ||
16 | }; | ||
17 | |||
18 | &extal_clk { | ||
19 | clock-frequency = <16640000>; | ||
20 | }; | ||