Skip to content

Commit

Permalink
arm64: dts: ls1088ardb: add new RTC PCF2131 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joy Zou authored and Shawn Guo committed Sep 4, 2024
1 parent 0b8b11f commit 6a312e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};
};
Expand Down

0 comments on commit 6a312e4

Please sign in to comment.