ARM: dts: msm: Add RTC device for msmcobalt
Add device tree information for RTC device in pmic file for msmcobalt. Signed-off-by: Mohit Aggarwal <maggarwa@codeaurora.org>
This commit is contained in:
parent
2236ba03ce
commit
1b06c6f1e2
1 changed files with 16 additions and 0 deletions
|
@ -234,6 +234,22 @@
|
|||
compatible = "qcom,qpnp-coincell";
|
||||
reg = <0x2800 0x100>;
|
||||
};
|
||||
|
||||
pmcobalt_rtc: qcom,pmcobalt_rtc {
|
||||
compatible = "qcom,qpnp-rtc";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
qcom,qpnp-rtc-write = <0>;
|
||||
qcom,qpnp-rtc-alarm-pwrup = <0>;
|
||||
|
||||
qcom,pmcobalt_rtc_rw@6000 {
|
||||
reg = <0x6000 0x100>;
|
||||
};
|
||||
qcom,pmcobalt_rtc_alarm@6100 {
|
||||
reg = <0x6100 0x100>;
|
||||
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
qcom,pmcobalt@1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue