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:
parent
86895516b4
commit
c3daefaf5f
2 changed files with 2 additions and 24 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue