mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
ARM: dts: imx6q: enable snvs lp rtc
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
5c70cb01b8
commit
c92503886c
@ -505,9 +505,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
snvs@020cc000 {
|
snvs@020cc000 {
|
||||||
reg = <0x020cc000 0x4000>;
|
compatible = "fsl,sec-v4.0-mon", "simple-bus";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0 0x020cc000 0x4000>;
|
||||||
|
|
||||||
|
snvs-rtc-lp@34 {
|
||||||
|
compatible = "fsl,sec-v4.0-mon-rtc-lp";
|
||||||
|
reg = <0x34 0x58>;
|
||||||
interrupts = <0 19 0x04 0 20 0x04>;
|
interrupts = <0 19 0x04 0 20 0x04>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
epit@020d0000 { /* EPIT1 */
|
epit@020d0000 { /* EPIT1 */
|
||||||
reg = <0x020d0000 0x4000>;
|
reg = <0x020d0000 0x4000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user