Skip to content

Commit ee5b932

Browse files
Ta Minh Nhatkartben
authored andcommitted
boards: renesas: Change the pwm default node for ek_ra6m3
Change the pwm default node to pwm0 on ek_ra6m3 to avoid pinsel conflict with ethernet phy. Signed-off-by: Ta Minh Nhat <nhat-minh.ta.yn@bp.renesas.com>
1 parent 33ca45b commit ee5b932

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

boards/renesas/ek_ra6m3/ek_ra6m3-pinctrl.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
};
5555
};
5656

57-
pwm1_default: pwm1_default {
57+
pwm0_default: pwm0_default {
5858
group1 {
59-
/* GTIOC1A GTIOC1B */
60-
psels = <RA_PSEL(RA_PSEL_GPT1, 4, 5)>,
61-
<RA_PSEL(RA_PSEL_GPT1, 4, 6)>;
59+
/* GTIOC0A GTIOC0B */
60+
psels = <RA_PSEL(RA_PSEL_GPT1, 4, 15)>,
61+
<RA_PSEL(RA_PSEL_GPT1, 4, 14)>;
6262
};
6363
};
6464

boards/renesas/ek_ra6m3/ek_ra6m3.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
status = "okay";
167167
};
168168

169-
&pwm1 {
170-
pinctrl-0 = <&pwm1_default>;
169+
&pwm0 {
170+
pinctrl-0 = <&pwm0_default>;
171171
pinctrl-names = "default";
172172
interrupts = <63 1>, <64 1>;
173173
interrupt-names = "gtioca", "overflow";

0 commit comments

Comments
 (0)