Skip to content

Commit 86098ac

Browse files
thenguyenyfkartben
authored andcommitted
dts: arm: renesas: add CANFD dllclk limit on Renesas RA family
Add information on CANFD dllclk upper and lower limits on these SoCs: - RA8: RA8M1, RA8D1, RA8T1 - RA6: RA6E2 - RA4: RA4E2 Signed-off-by: The Nguyen <[email protected]>
1 parent b0debcc commit 86098ac

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
interrupt-names = "rxf", "glerr";
7676
clocks = <&pclkb 0 0>, <&pclka 0 0>;
7777
clock-names = "opclk", "ramclk";
78+
dll-max-freq = <DT_FREQ_M(40)>;
7879
reg = <0x400b0000 0x2000>;
7980
status = "disabled";
8081

dts/arm/renesas/ra/ra6/r7fa6e2bx.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
interrupt-names = "rxf", "glerr";
5454
clocks = <&pclkb 0 0>, <&pclka 0 0>;
5555
clock-names = "opclk", "ramclk";
56+
dll-max-freq = <DT_FREQ_M(40)>;
5657
reg = <0x400b0000 0x2000>;
5758
status = "disabled";
5859

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,8 @@
559559
interrupt-names = "rxf", "glerr";
560560
clocks = <&pclka 0 0>, <&pclke 0 0>;
561561
clock-names = "opclk", "ramclk";
562+
dll-min-freq = <DT_FREQ_M(8)>;
563+
dll-max-freq = <DT_FREQ_M(80)>;
562564
reg = <0x40380000 0x4000>;
563565
status = "disabled";
564566

0 commit comments

Comments
 (0)