mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
EXYNOS5: FDT: Add I2C device node data
Add I2C device node data for exynos Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
7a84e1fa22
commit
c2425b66c3
@ -28,4 +28,68 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c@12c60000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12C60000 0x100>;
|
||||||
|
interrupts = <0 56 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12c70000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12C70000 0x100>;
|
||||||
|
interrupts = <0 57 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12c80000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12C80000 0x100>;
|
||||||
|
interrupts = <0 58 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12c90000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12C90000 0x100>;
|
||||||
|
interrupts = <0 59 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12ca0000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12CA0000 0x100>;
|
||||||
|
interrupts = <0 60 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12cb0000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12CB0000 0x100>;
|
||||||
|
interrupts = <0 61 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12cc0000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12CC0000 0x100>;
|
||||||
|
interrupts = <0 62 0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@12cd0000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "samsung,s3c2440-i2c";
|
||||||
|
reg = <0x12CD0000 0x100>;
|
||||||
|
interrupts = <0 63 0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user