blob: 468868c8ed9fae67e6bb078a78740aca7302a1cf [file] [log] [blame]
Marek Vasut37a79082017-09-12 23:01:51 +02001/*
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
11#include "salvator-common.dtsi"
12
13/ {
14 model = "Renesas Salvator-X board";
15 compatible = "renesas,salvator-x";
16};
17
18&extal_clk {
19 clock-frequency = <16666666>;
20};
21
22&i2c4 {
23 versaclock5: clock-generator@6a {
24 compatible = "idt,5p49v5923";
25 reg = <0x6a>;
26 #clock-cells = <1>;
27 clocks = <&x23_clk>;
28 clock-names = "xin";
29 };
30};