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
mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
rtc
/
maxim,ds1742.txt
blob
d0f937c355b5a5917d966eee861a541b1eec1fab
1
* Maxim (Dallas) DS1742/DS1743 Real Time Clock
2
3
Required properties:
4
- compatible: Should contain "maxim,ds1742".
5
- reg: Physical base address of the RTC and length of memory
6
mapped region.
7
8
Example:
9
rtc: rtc@10000000 {
10
compatible = "maxim,ds1742";
11
reg = <0x10000000 0x800>;
12
};