About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / arm / samsung / sysreg.txt


Based on kernel version 4.16.1. Page generated on 2018-04-09 11:52 EST.

1	SAMSUNG S5P/Exynos SoC series System Registers (SYSREG)
2	
3	Properties:
4	 - compatible : should contain two values. First value must be one from following list:
5			- "samsung,exynos4-sysreg" - for Exynos4 based SoCs,
6			- "samsung,exynos5-sysreg" - for Exynos5 based SoCs.
7			second value must be always "syscon".
8	 - reg : offset and length of the register set.
9	
10	Example:
11		syscon@10010000 {
12			compatible = "samsung,exynos4-sysreg", "syscon";
13			reg = <0x10010000 0x400>;
14		};
15	
16		syscon@10050000 {
17			compatible = "samsung,exynos5-sysreg", "syscon";
18			reg = <0x10050000 0x5000>;
19		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog