提交 c9250388 编写于 作者: S Shawn Guo

ARM: dts: imx6q: enable snvs lp rtc

Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 5c70cb01
...@@ -505,8 +505,16 @@ ...@@ -505,8 +505,16 @@
}; };
snvs@020cc000 { snvs@020cc000 {
reg = <0x020cc000 0x4000>; compatible = "fsl,sec-v4.0-mon", "simple-bus";
interrupts = <0 19 0x04 0 20 0x04>; #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>;
};
}; };
epit@020d0000 { /* EPIT1 */ epit@020d0000 { /* EPIT1 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册