arm64: dts: renesas: r8a77980: add GPIO support
[linux-block.git] / arch / arm64 / boot / dts / renesas / salvator-x.dtsi
CommitLineData
d25e8ff0
GU
1/*
2 * Device Tree Source for the Salvator-X board
3 *
4 * Copyright (C) 2015-2016 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
5fe6a7d8 11#include "salvator-common.dtsi"
d25e8ff0
GU
12
13/ {
14 model = "Renesas Salvator-X board";
15 compatible = "renesas,salvator-x";
d25e8ff0
GU
16};
17
18&extal_clk {
19 clock-frequency = <16666666>;
20};
21
c3dc4604 22&i2c4 {
56195dc5
TK
23 clock-frequency = <400000>;
24
dee3978e
LP
25 versaclock5: clock-generator@6a {
26 compatible = "idt,5p49v5923";
27 reg = <0x6a>;
28 #clock-cells = <1>;
29 clocks = <&x23_clk>;
30 clock-names = "xin";
31 };
d25e8ff0 32};