exynos-chipid.txt 276 B

12345678910111213
  1. SAMSUNG Exynos SoCs Chipid driver.
  2. Required properties:
  3. - compatible : Should at least contain "samsung,exynos4210-chipid".
  4. - reg: offset and length of the register set
  5. Example:
  6. chipid@10000000 {
  7. compatible = "samsung,exynos4210-chipid";
  8. reg = <0x10000000 0x100>;
  9. };