mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
arm64: dts: ls1088ardb: add new RTC PCF2131 support
Add RTC PCF2131 node for new ls1088ardb board.. Signed-off-by: Joy Zou <joy.zou@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
0b8b11f00a
commit
6a312e42c5
@ -170,6 +170,13 @@
|
||||
/* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
|
||||
interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
||||
rtc@53 {
|
||||
compatible = "nxp,pcf2131";
|
||||
reg = <0x53>;
|
||||
/* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
|
||||
interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user