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:
parent
a7b25d599b
commit
131105811d
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue