Skip to content

Commit 594bf68

Browse files
ankeXiaonashif
authored andcommitted
boards: nxp: update pinctrl dtsi for ke17z
Add flexio pwm pinctrl configuration to support flexio pwm Signed-off-by: Anke Xiao <[email protected]>
1 parent 883f36c commit 594bf68

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

boards/nxp/frdm_ke17z/frdm_ke17z-pinctrl.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
};
4646
};
4747

48+
flexio_pwm_default: flexio_pwm_default {
49+
group0 {
50+
pinmux = <FXIO_D3_PTD5>,
51+
<FXIO_D5_PTD3>;
52+
drive-strength = "low";
53+
slew-rate = "slow";
54+
};
55+
};
56+
4857
lpspi0_default: lpspi0_default {
4958
group0 {
5059
pinmux = <LPSPI0_SCK_PTB2>,

boards/nxp/frdm_ke17z512/frdm_ke17z512-pinctrl.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,13 @@
7676
slew-rate = "slow";
7777
};
7878
};
79+
80+
flexio_pwm_default: flexio_pwm_default {
81+
group0 {
82+
pinmux = <FXIO_D3_PTD5>,
83+
<FXIO_D5_PTD3>;
84+
drive-strength = "low";
85+
slew-rate = "slow";
86+
};
87+
};
7988
};

0 commit comments

Comments
 (0)