Skip to content
Snippets Groups Projects
Commit 961a54ce authored by Rajeshwari Shinde's avatar Rajeshwari Shinde Committed by Minkyu Kang
Browse files

EXYNOS5 : FDT: Add Aliases for I2C device


This patch adds aliases for I2C.

Signed-off-by: default avatarRajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent c2425b66
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,17 @@ ...@@ -16,6 +16,17 @@
model = "SAMSUNG SMDK5250 board based on EXYNOS5250"; model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
compatible = "samsung,smdk5250", "samsung,exynos5250"; compatible = "samsung,smdk5250", "samsung,exynos5250";
aliases {
i2c0 = "/i2c@12c60000";
i2c1 = "/i2c@12c70000";
i2c2 = "/i2c@12c80000";
i2c3 = "/i2c@12c90000";
i2c4 = "/i2c@12ca0000";
i2c5 = "/i2c@12cb0000";
i2c6 = "/i2c@12cc0000";
i2c7 = "/i2c@12cd0000";
};
sromc@12250000 { sromc@12250000 {
bank = <1>; bank = <1>;
srom-timing = <1 9 12 1 6 1 1>; srom-timing = <1 9 12 1 6 1 1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment