boards: arm: mimxrt685_evk: remove manual pinmux

red_pwm_led uses sc_timer, for which we have pinmux configuration in
Devicetree. Remove hardcoded settings and move to DT.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-06-06 13:57:33 -07:00 committed by Carles Cufí
commit c3daefaf5f
2 changed files with 2 additions and 24 deletions

View file

@ -171,7 +171,8 @@
group0 {
pinmux = <SCT0_OUT7_PIO0_27>,
<SCT0_OUT0_PIO0_14>,
<SCT0_OUT6_PIO0_26>;
<SCT0_OUT6_PIO0_26>,
<SCT0_OUT6_PIO0_31>;
slew-rate = "normal";
drive-strength = "normal";
};