SAMSUNG Exynos SoCs SROM Controller driver.

Required properties:
- compatible : Should contain "samsung,exynos-srom".

- reg: offset and length of the register set

Example:
	sromc@12570000 {
		compatible = "samsung,exynos-srom";
		reg = <0x12570000 0x10>;
	};
