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
/
rtc-opal.txt
blob
af87e5ecac540ce965c3e8ec0f36900d9f3e4ccb
1
IBM OPAL real-time clock
2
------------------------
3
4
Required properties:
5
- comapatible: Should be "ibm,opal-rtc"
6
7
Optional properties:
8
- has-tpo: Decides if the wakeup is supported or not.
9
10
Example:
11
rtc {
12
compatible = "ibm,opal-rtc";
13
has-tpo;
14
phandle = <0x10000029>;
15
linux,phandle = <0x10000029>;
16
};