xref: /linux/scripts/dtc/include-prefixes/arm64/renesas/salvator-xs.dtsi (revision 56195dc5c3a156cad6afb7cbda411fd2cfd978ae)
10764c67fSGeert Uytterhoeven/*
20764c67fSGeert Uytterhoeven * Device Tree Source for the Salvator-X 2nd version board
30764c67fSGeert Uytterhoeven *
40764c67fSGeert Uytterhoeven * Copyright (C) 2015-2017 Renesas Electronics Corp.
50764c67fSGeert Uytterhoeven *
60764c67fSGeert Uytterhoeven * This file is licensed under the terms of the GNU General Public License
70764c67fSGeert Uytterhoeven * version 2.  This program is licensed "as is" without any warranty of any
80764c67fSGeert Uytterhoeven * kind, whether express or implied.
90764c67fSGeert Uytterhoeven */
100764c67fSGeert Uytterhoeven
110764c67fSGeert Uytterhoeven#include "salvator-common.dtsi"
120764c67fSGeert Uytterhoeven
130764c67fSGeert Uytterhoeven/ {
140764c67fSGeert Uytterhoeven	model = "Renesas Salvator-X 2nd version board";
150764c67fSGeert Uytterhoeven	compatible = "renesas,salvator-xs";
160764c67fSGeert Uytterhoeven};
170764c67fSGeert Uytterhoeven
180764c67fSGeert Uytterhoeven&extal_clk {
190764c67fSGeert Uytterhoeven	clock-frequency = <16640000>;
200764c67fSGeert Uytterhoeven};
21b127daecSLaurent Pinchart
22b127daecSLaurent Pinchart&i2c4 {
23*56195dc5STakeshi Kihara	clock-frequency = <400000>;
24*56195dc5STakeshi Kihara
25b127daecSLaurent Pinchart	versaclock6: clock-generator@6a {
26b127daecSLaurent Pinchart		compatible = "idt,5p49v6901";
27b127daecSLaurent Pinchart		reg = <0x6a>;
28b127daecSLaurent Pinchart		#clock-cells = <1>;
29b127daecSLaurent Pinchart		clocks = <&x23_clk>;
30b127daecSLaurent Pinchart		clock-names = "xin";
31b127daecSLaurent Pinchart	};
32b127daecSLaurent Pinchart};
33