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.
71 lines
1.3 KiB
71 lines
1.3 KiB
11 years ago
|
/*
|
||
|
* (C) Copyright 2013 SAMSUNG Electronics
|
||
|
* SAMSUNG EXYNOS5420 SoC device tree source
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/include/ "exynos5.dtsi"
|
||
|
|
||
|
/ {
|
||
|
config {
|
||
|
machine-arch-id = <4151>;
|
||
|
};
|
||
|
|
||
|
i2c@12ca0000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12CA0000 0x100>;
|
||
|
interrupts = <0 60 0>;
|
||
|
};
|
||
|
|
||
|
i2c@12cb0000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12CB0000 0x100>;
|
||
|
interrupts = <0 61 0>;
|
||
|
};
|
||
|
|
||
|
i2c@12cc0000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12CC0000 0x100>;
|
||
|
interrupts = <0 62 0>;
|
||
|
};
|
||
|
|
||
|
i2c@12cd0000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12CD0000 0x100>;
|
||
|
interrupts = <0 63 0>;
|
||
|
};
|
||
|
|
||
|
i2c@12e00000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12E00000 0x100>;
|
||
|
interrupts = <0 87 0>;
|
||
|
};
|
||
|
|
||
|
i2c@12e10000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12E10000 0x100>;
|
||
|
interrupts = <0 88 0>;
|
||
|
};
|
||
|
|
||
|
i2c@12e20000 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
compatible = "samsung,exynos5-hsi2c";
|
||
|
reg = <0x12E20000 0x100>;
|
||
|
interrupts = <0 203 0>;
|
||
|
};
|
||
|
};
|