]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/samsung/sysreg.txt
Merge branch 'next/boards' into for-next
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / samsung / sysreg.txt
1 SAMSUNG S5P/Exynos SoC series System Registers (SYSREG)
2
3 Properties:
4  - compatible : should contain "samsung,<chip name>-sysreg", "syscon";
5    For Exynos4 SoC series it should be "samsung,exynos4-sysreg", "syscon";
6  - reg : offset and length of the register set.
7
8 Example:
9         syscon@10010000 {
10                 compatible = "samsung,exynos4-sysreg", "syscon";
11                 reg = <0x10010000 0x400>;
12         };