Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / salvator-xs.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for the Salvator-X 2nd version board
4  *
5  * Copyright (C) 2015-2017 Renesas Electronics Corp.
6  */
7
8 #include "salvator-common.dtsi"
9
10 / {
11         model = "Renesas Salvator-X 2nd version board";
12         compatible = "renesas,salvator-xs";
13 };
14
15 &extal_clk {
16         clock-frequency = <16640000>;
17 };
18
19 &i2c4 {
20         clock-frequency = <400000>;
21
22         versaclock6: clock-generator@6a {
23                 compatible = "idt,5p49v6901";
24                 reg = <0x6a>;
25                 #clock-cells = <1>;
26                 clocks = <&x23_clk>;
27                 clock-names = "xin";
28         };
29 };