Skip to content

Commit 62de542

Browse files
quytranpzzthenguyenyf
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 8688c4b commit 62de542

File tree

24 files changed

+20
-12
lines changed

24 files changed

+20
-12
lines changed

boards/renesas/ek_ra4e2/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-RA4E2 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_ra4e2/ek_ra4e2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
source = <RA_PLL_SOURCE_MAIN_OSC>;
5757
div = <RA_PLL_DIV_1>;
5858
mul = <10 0>;
59-
freq = <DT_FREQ_M(200)>;
6059
status = "okay";
6160
};
6261

boards/renesas/ek_ra4e2/ek_ra4e2_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_ra4m2/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-RA4M2 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_ra4m2/ek_ra4m2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
source = <RA_PLL_SOURCE_MAIN_OSC>;
5757
div = <RA_PLL_DIV_3>;
5858
mul = <25 0>;
59-
freq = <DT_FREQ_M(200)>;
6059
status = "okay";
6160
};
6261

boards/renesas/ek_ra4m2/ek_ra4m2_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_ra4m3/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ The below features are currently supported on Zephyr OS for EK-RA4M3 board:
9898
+-----------+------------+----------------------+
9999
| UART | on-chip | serial |
100100
+-----------+------------+----------------------+
101+
| CLOCK | on-chip | clock control |
102+
+-----------+------------+----------------------+
101103

102104
Other hardware features are currently not supported by the port.
103105

boards/renesas/ek_ra4m3/ek_ra4m3.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
source = <RA_PLL_SOURCE_MAIN_OSC>;
5757
div = <RA_PLL_DIV_3>;
5858
mul = <25 0>;
59-
freq = <DT_FREQ_M(200)>;
6059
status = "okay";
6160
};
6261

boards/renesas/ek_ra4m3/ek_ra4m3_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_ra4w1/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The below features are currently supported on Zephyr OS for EK-RA4W1 board:
8888
+-----------+------------+----------------------+
8989
| UART | on-chip | serial |
9090
+-----------+------------+----------------------+
91+
| CLOCK | on-chip | clock control |
92+
+-----------+------------+----------------------+
9193

9294
Other hardware features are currently not supported by the port.
9395

0 commit comments

Comments
 (0)