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}; 21 22&i2c4 { 23 clock-frequency = <400000>; 24 25 versaclock6: clock-generator@6a { 26 compatible = "idt,5p49v6901"; 27 reg = <0x6a>; 28 #clock-cells = <1>; 29 clocks = <&x23_clk>; 30 clock-names = "xin"; 31 }; 32}; 33