Commit 6f5851a8 authored by Biwen Li's avatar Biwen Li Committed by Shawn Guo

arm64: dts: ls208xa-rdb: add interrupt line for RTC node

Add interrupt line for RTC node on ls208xa-rdb
Signed-off-by: default avatarBiwen Li <biwen.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ebb07137
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Device Tree file for Freescale LS2080A RDB Board. * Device Tree file for Freescale LS2080A RDB Board.
* *
* Copyright 2016 Freescale Semiconductor, Inc. * Copyright 2016 Freescale Semiconductor, Inc.
* Copyright 2017 NXP * Copyright 2017-2020 NXP
* *
* Abhimanyu Saini <abhimanyu.saini@nxp.com> * Abhimanyu Saini <abhimanyu.saini@nxp.com>
* *
...@@ -56,6 +56,8 @@ i2c@1 { ...@@ -56,6 +56,8 @@ i2c@1 {
rtc@68 { rtc@68 {
compatible = "dallas,ds3232"; compatible = "dallas,ds3232";
reg = <0x68>; reg = <0x68>;
/* IRQ_RTC_B -> IRQ06, active low */
interrupts-extended = <&extirq 6 IRQ_TYPE_LEVEL_LOW>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment