File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 559
559
status = "disabled";
560
560
};
561
561
562
+ rtc: rtc@40083000 {
563
+ compatible = "renesas,ra-rtc";
564
+ reg = <40083000 0x80>;
565
+ clocks = <&subclk>;
566
+ alarms-count = <1>;
567
+ status = "disabled";
568
+ };
569
+
562
570
option_setting_ofs_conf: option-setting-ofs-conf@100a100 {
563
571
compatible = "zephyr,memory-region";
564
572
reg = <0x0100a100 0x200>;
Original file line number Diff line number Diff line change 950
950
status = "disabled";
951
951
};
952
952
953
+ rtc: rtc@40202000 {
954
+ compatible = "renesas,ra-rtc";
955
+ reg = <0x40202000 0x80>;
956
+ clocks = <&subclk>;
957
+ alarms-count = <1>;
958
+ status = "disabled";
959
+ };
960
+
953
961
option_setting_ofs_cf_sec: option-setting-ofs-cf-sec@300a100 {
954
962
compatible = "zephyr,memory-region";
955
963
reg = <0x0300a100 0x200>;
1018
1026
status = "okay";
1019
1027
};
1020
1028
};
1021
-
1022
1029
};
1023
1030
1024
1031
usbfs_phy: usbfs-phy {
Original file line number Diff line number Diff line change 1062
1062
status = "disabled";
1063
1063
};
1064
1064
1065
+ rtc: rtc@40202000 {
1066
+ compatible = "renesas,ra-rtc";
1067
+ reg = <0x40202000 0x80>;
1068
+ clocks = <&subclk>;
1069
+ alarms-count = <1>;
1070
+ status = "disabled";
1071
+ };
1072
+
1065
1073
option_setting_ofs_conf_sec: option-setting-ofs-conf-sec@2c9f040 {
1066
1074
compatible = "zephyr,memory-region";
1067
1075
reg = <0x02c9f040 0x3c0>;
You can’t perform that action at this time.
0 commit comments