summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/samsung/sysreg.txt
blob: 0ab3251a6ec23e6853002d3a55172dac6d8c281d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SAMSUNG S5P/Exynos SoC series System Registers (SYSREG)

Properties:
 - compatible : should contain "samsung,<chip name>-sysreg", "syscon";
   For Exynos4 SoC series it should be "samsung,exynos4-sysreg", "syscon";
 - reg : offset and length of the register set.

Example:
	syscon@10010000 {
		compatible = "samsung,exynos4-sysreg", "syscon";
		reg = <0x10010000 0x400>;
	};