Skip to content

Commit aaa3801

Browse files
khoatranyjduynguyenxa
authored andcommitted
dts: arm: Add rtc device node for Renesas RA family
Add rtc device node to support rtc driver on Renesas RA SoCs: - r7fa8d1bhecbd - r7ka8p1kflcac - r7fa8m1ahecbd - r7fa4l1bd4cfp Signed-off-by: Khoa Tran <[email protected]>
1 parent 8a0b7f1 commit aaa3801

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

dts/arm/renesas/ra/ra4/r7fa4l1bx.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,14 @@
559559
status = "disabled";
560560
};
561561

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+
562570
option_setting_ofs_conf: option-setting-ofs-conf@100a100 {
563571
compatible = "zephyr,memory-region";
564572
reg = <0x0100a100 0x200>;

dts/arm/renesas/ra/ra8/ra8x1.dtsi

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,14 @@
950950
status = "disabled";
951951
};
952952

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+
953961
option_setting_ofs_cf_sec: option-setting-ofs-cf-sec@300a100 {
954962
compatible = "zephyr,memory-region";
955963
reg = <0x0300a100 0x200>;
@@ -1018,7 +1026,6 @@
10181026
status = "okay";
10191027
};
10201028
};
1021-
10221029
};
10231030

10241031
usbfs_phy: usbfs-phy {

dts/arm/renesas/ra/ra8/ra8x2.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,14 @@
10621062
status = "disabled";
10631063
};
10641064

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+
10651073
option_setting_ofs_conf_sec: option-setting-ofs-conf-sec@2c9f040 {
10661074
compatible = "zephyr,memory-region";
10671075
reg = <0x02c9f040 0x3c0>;

0 commit comments

Comments
 (0)