Commit 096ee6ad authored by Thomas Abraham's avatar Thomas Abraham Committed by Kukjin Kim

ARM: dts: Add chip-id controller node on Exynos4/5 SoC

Add chip-id controller nodes for Exynos4 and Exynos5 SoCs.
Signed-off-by: default avatarThomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent f5f83c71
...@@ -38,6 +38,11 @@ aliases { ...@@ -38,6 +38,11 @@ aliases {
i2c7 = &i2c_7; i2c7 = &i2c_7;
}; };
chipid@10000000 {
compatible = "samsung,exynos4210-chipid";
reg = <0x10000000 0x100>;
};
pd_mfc: mfc-power-domain@10023C40 { pd_mfc: mfc-power-domain@10023C40 {
compatible = "samsung,exynos4210-pd"; compatible = "samsung,exynos4210-pd";
reg = <0x10023C40 0x20>; reg = <0x10023C40 0x20>;
......
...@@ -51,6 +51,11 @@ aliases { ...@@ -51,6 +51,11 @@ aliases {
pinctrl3 = &pinctrl_3; pinctrl3 = &pinctrl_3;
}; };
chipid@10000000 {
compatible = "samsung,exynos4210-chipid";
reg = <0x10000000 0x100>;
};
pd_gsc: gsc-power-domain@0x10044000 { pd_gsc: gsc-power-domain@0x10044000 {
compatible = "samsung,exynos4210-pd"; compatible = "samsung,exynos4210-pd";
reg = <0x10044000 0x20>; reg = <0x10044000 0x20>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment