Skip to content

Commit 6a312e4

Browse files
1991JoyzouShawn Guo
authored andcommitted
arm64: dts: ls1088ardb: add new RTC PCF2131 support
Add RTC PCF2131 node for new ls1088ardb board.. Signed-off-by: Joy Zou <[email protected]> Reviewed-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 0b8b11f commit 6a312e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@
170170
/* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
171171
interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
172172
};
173+
174+
rtc@53 {
175+
compatible = "nxp,pcf2131";
176+
reg = <0x53>;
177+
/* IRQ_RTC_B -> IRQ0_B(CPLD) -> IRQ00(CPU), active low */
178+
interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
179+
};
173180
};
174181
};
175182
};

0 commit comments

Comments
 (0)