repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
arm
/
samsung
/
exynos-chipid.txt
blob
85c5dfd4a7203de9d128cd3b087438718a80d40f
1
SAMSUNG Exynos SoCs Chipid driver.
2
3
Required properties:
4
- compatible : Should at least contain "samsung,exynos4210-chipid".
5
6
- reg: offset and length of the register set
7
8
Example:
9
chipid@10000000 {
10
compatible = "samsung,exynos4210-chipid";
11
reg = <0x10000000 0x100>;
12
};