mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
30 lines
530 B
Text
30 lines
530 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Device Tree Source for the Salvator-X 2nd version board
|
||
|
*
|
||
|
* Copyright (C) 2015-2017 Renesas Electronics Corp.
|
||
|
*/
|
||
|
|
||
|
#include "salvator-common.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Renesas Salvator-X 2nd version board";
|
||
|
compatible = "renesas,salvator-xs";
|
||
|
};
|
||
|
|
||
|
&extal_clk {
|
||
|
clock-frequency = <16640000>;
|
||
|
};
|
||
|
|
||
|
&i2c4 {
|
||
|
clock-frequency = <400000>;
|
||
|
|
||
|
versaclock6: clock-generator@6a {
|
||
|
compatible = "idt,5p49v6901";
|
||
|
reg = <0x6a>;
|
||
|
#clock-cells = <1>;
|
||
|
clocks = <&x23_clk>;
|
||
|
clock-names = "xin";
|
||
|
};
|
||
|
};
|