2013-04-04 15:04:09 +08:00
|
|
|
SAMSUNG S5P/Exynos SoC series System Registers (SYSREG)
|
|
|
|
|
|
|
|
Properties:
|
2014-05-22 06:49:13 +08:00
|
|
|
- compatible : should contain two values. First value must be one from following list:
|
|
|
|
- "samsung,exynos4-sysreg" - for Exynos4 based SoCs,
|
|
|
|
- "samsung,exynos5-sysreg" - for Exynos5 based SoCs.
|
|
|
|
second value must be always "syscon".
|
2013-04-04 15:04:09 +08:00
|
|
|
- reg : offset and length of the register set.
|
2013-12-12 06:39:27 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
syscon@10010000 {
|
|
|
|
compatible = "samsung,exynos4-sysreg", "syscon";
|
|
|
|
reg = <0x10010000 0x400>;
|
|
|
|
};
|
2014-05-22 06:49:13 +08:00
|
|
|
|
|
|
|
syscon@10050000 {
|
|
|
|
compatible = "samsung,exynos5-sysreg", "syscon";
|
|
|
|
reg = <0x10050000 0x5000>;
|
|
|
|
};
|