Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
23 lines
521 B
Plaintext
23 lines
521 B
Plaintext
ASPEED BMC RTC
|
|
==============
|
|
|
|
Required properties:
|
|
- compatible: should be one of the following
|
|
* aspeed,ast2400-rtc for the ast2400
|
|
* aspeed,ast2500-rtc for the ast2500
|
|
* aspeed,ast2600-rtc for the ast2600
|
|
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
region
|
|
|
|
- interrupts: The interrupt number
|
|
|
|
Example:
|
|
|
|
rtc@1e781000 {
|
|
compatible = "aspeed,ast2400-rtc";
|
|
reg = <0x1e781000 0x18>;
|
|
interrupts = <22>;
|
|
status = "disabled";
|
|
};
|