boards: esp32: M5Stack Core2 has PCF8563 RTC, not PCF8523

The RTC chip on i2c0 is a PCF8563, not a PCF8523.
RTC _almost_ works when using the latter, but not quite, hence why it
probably was missed before.
Fix tested as working using RTC Shell commands.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-15 13:12:42 +02:00 committed by Fabio Baltieri
parent a7b25d599b
commit 131105811d

View file

@ -93,10 +93,9 @@
pinctrl-names = "default";
pfc8563_rtc: pfc8563@51 {
compatible = "nxp,pcf8523";
compatible = "nxp,pcf8563";
reg = <0x51>;
status = "okay";
battery-switch-over = "disabled";
};
axp192_pmic: axp192@34 {