tests: drivers: pwm: pwm_loopback: correct numaker_pfm_m467 pinmux
Fix pinmux of numaker_pfm_m467.overlay to meet pinmux format. Signed-off-by: cyliang tw <cyliang@nuvoton.com>
This commit is contained in:
parent
07e2e87fde
commit
10f0859967
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
epwm1_default: epwm1_default {
|
epwm1_default: epwm1_default {
|
||||||
group0 {
|
group0 {
|
||||||
/* EVB's D5, D3 --> PC12, PC10 */
|
/* EVB's D5, D3 --> PC12, PC10 */
|
||||||
pinmux = <PC12MFP_EPWM1_CH0 0x0000>,
|
pinmux = <PC12MFP_EPWM1_CH0>,
|
||||||
<PC10MFP_EPWM1_CH2 0x0000>;
|
<PC10MFP_EPWM1_CH2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue