upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
630 B
31 lines
630 B
7 years ago
|
/*
|
||
|
* Device Tree Source for the Salvator-X board
|
||
|
*
|
||
|
* Copyright (C) 2015-2016 Renesas Electronics Corp.
|
||
|
*
|
||
|
* This file is licensed under the terms of the GNU General Public License
|
||
|
* version 2. This program is licensed "as is" without any warranty of any
|
||
|
* kind, whether express or implied.
|
||
|
*/
|
||
|
|
||
|
#include "salvator-common.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Renesas Salvator-X board";
|
||
|
compatible = "renesas,salvator-x";
|
||
|
};
|
||
|
|
||
|
&extal_clk {
|
||
|
clock-frequency = <16666666>;
|
||
|
};
|
||
|
|
||
|
&i2c4 {
|
||
|
versaclock5: clock-generator@6a {
|
||
|
compatible = "idt,5p49v5923";
|
||
|
reg = <0x6a>;
|
||
|
#clock-cells = <1>;
|
||
|
clocks = <&x23_clk>;
|
||
|
clock-names = "xin";
|
||
|
};
|
||
|
};
|