We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a38391 commit 28aab5fCopy full SHA for 28aab5f
boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi
@@ -17,6 +17,7 @@
17
zephyr,shell-uart = &usb_serial;
18
zephyr,flash = &flash0;
19
zephyr,code-partition = &slot0_partition;
20
+ zephyr,rtc = &bm8563_rtc;
21
zephyr,bt-hci = &esp32_bt_hci;
22
};
23
@@ -27,6 +28,7 @@
27
28
i2c-0 = &i2c0;
29
i2c-1 = &i2c1;
30
watchdog0 = &wdt0;
31
+ rtc = &bm8563_rtc;
32
33
34
@@ -68,6 +70,12 @@
68
70
clock-frequency = <I2C_BITRATE_STANDARD>;
69
71
pinctrl-0 = <&i2c0_default>;
72
pinctrl-names = "default";
73
+
74
+ bm8563_rtc: bm8563@51 {
75
+ compatible = "nxp,pcf8563";
76
+ reg = <0x51>;
77
+ status = "okay";
78
+ };
79
80
81
&i2c1 {
0 commit comments