Skip to content

Commit 370bd31

Browse files
quytranpzznashif
authored andcommitted
dts: bindings: clock: Change clock control binding for Renesas RA
Background of this modification is to make clock control driver code provided by Renesas vendor to support for Renesas MCU on Zephyr. Signed-off-by: Quy Tran <[email protected]>
1 parent 5167948 commit 370bd31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+115
-112
lines changed

boards/renesas/ek_ra6e2/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The below features are currently supported on Zephyr OS for EK-RA6E2 board:
9696
+-----------+------------+----------------------+
9797
| UART | on-chip | serial |
9898
+-----------+------------+----------------------+
99+
| CLOCK | on-chip | clock control |
100+
+-----------+------------+----------------------+
99101

100102
Other hardware features are currently not supported by the port.
101103

boards/renesas/ek_ra6e2/ek_ra6e2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@
9797
source = <RA_PLL_SOURCE_MAIN_OSC>;
9898
div = <RA_PLL_DIV_1>;
9999
mul = <10 0>;
100-
freq = <DT_FREQ_M(200)>;
101100
status = "okay";
102101
};

boards/renesas/ek_ra6e2/ek_ra6e2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ CONFIG_CONSOLE=y
1515

1616
CONFIG_BUILD_OUTPUT_HEX=y
1717
CONFIG_BUILD_NO_GAP_FILL=y
18+
CONFIG_CLOCK_CONTROL=y

boards/renesas/ek_ra6m1/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The below features are currently supported on Zephyr OS for EK-RA6M1 board:
9292
+-----------+------------+----------------------+
9393
| UART | on-chip | serial |
9494
+-----------+------------+----------------------+
95+
| CLOCK | on-chip | clock control |
96+
+-----------+------------+----------------------+
9597

9698
Other hardware features are currently not supported by the port.
9799

boards/renesas/ek_ra6m1/ek_ra6m1_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CONFIG_PINCTRL=y
99

1010
CONFIG_BUILD_OUTPUT_HEX=y
1111
CONFIG_BUILD_NO_GAP_FILL=y
12+
CONFIG_CLOCK_CONTROL=y
1213

1314
# Enable Console
1415
CONFIG_SERIAL=y

boards/renesas/ek_ra6m2/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The below features are currently supported on Zephyr OS for EK-RA6M2 board:
8686
+-----------+------------+----------------------+
8787
| UART | on-chip | serial |
8888
+-----------+------------+----------------------+
89+
| CLOCK | on-chip | clock control |
90+
+-----------+------------+----------------------+
8991

9092
Other hardware features are currently not supported by the port.
9193

boards/renesas/ek_ra6m2/ek_ra6m2.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,3 @@
6565
mul = <20 0>;
6666
status = "okay";
6767
};
68-
69-
&pclka {
70-
clk_src = <RA_CLOCK_SOURCE_PLL>;
71-
clk_div = <RA_SCI_CLOCK_DIV_2>;
72-
status = "okay";
73-
};

boards/renesas/ek_ra6m2/ek_ra6m2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CONFIG_PINCTRL=y
99

1010
CONFIG_BUILD_OUTPUT_HEX=y
1111
CONFIG_BUILD_NO_GAP_FILL=y
12+
CONFIG_CLOCK_CONTROL=y
1213

1314
# Enable Console
1415
CONFIG_SERIAL=y

boards/renesas/ek_ra6m3/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ The below features are currently supported on Zephyr OS for EK-RA6M3 board:
9494
+-----------+------------+----------------------+
9595
| UART | on-chip | serial |
9696
+-----------+------------+----------------------+
97+
| CLOCK | on-chip | clock control |
98+
+-----------+------------+----------------------+
9799

98100
Other hardware features are currently not supported by the port.
99101

boards/renesas/ek_ra6m3/ek_ra6m3.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@
7575
source = <RA_PLL_SOURCE_MAIN_OSC>;
7676
div = <RA_PLL_DIV_2>;
7777
mul = <20 0>;
78-
freq = <DT_FREQ_M(240)>;
7978
status = "okay";
8079
};

0 commit comments

Comments
 (0)