Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / Documentation / devicetree / bindings / arm / samsung / pmu.txt
1 SAMSUNG Exynos SoC series PMU Registers
2
3 Properties:
4  - compatible : should contain two values. First value must be one from following list:
5                    - "samsung,exynos5250-pmu" - for Exynos5250 SoC,
6                    - "samsung,exynos5420-pmu" - for Exynos5420 SoC.
7                 second value must be always "syscon".
8
9  - reg : offset and length of the register set.
10
11 Example :
12 pmu_system_controller: system-controller@10040000 {
13         compatible = "samsung,exynos5250-pmu", "syscon";
14         reg = <0x10040000 0x5000>;
15 };