mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
e2be3369c8
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat <akshay.s@samsung.com> Signed-off-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
70 lines
1.3 KiB
Text
70 lines
1.3 KiB
Text
/*
|
|
* (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>;
|
|
};
|
|
};
|