Skip to content

Commit

Permalink
board: MIMXRT1062-FMURT6: Add pinmux support for FMU PPM Input
Browse files Browse the repository at this point in the history
This commit adds the Pinmux and Pad settings for FMU PPM Input Pin

Signed-off-by: Sumit Batra <[email protected]>
  • Loading branch information
sumitbatra-nxp authored and bperseghetti committed Jun 17, 2023
1 parent c627174 commit 35d37fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boards/arm/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,18 @@
};
};

pinmux_fmu_ppm_rc: pinmux_fmu_ppm_rc {
group0 {
pinmux = <&iomuxc_gpio_b1_06_gpt1_capture2>;

drive-strength = "disabled";
bias-pull-up;
bias-pull-up-value = "47k";
slew-rate = "fast";
input-enable;
};
};

pinmux_flexspi1: pinmux_flexspi1 {
group0 {
pinmux = <&iomuxc_gpio_sd_b1_05_flexspi_a_dqs>;
Expand Down

0 comments on commit 35d37fc

Please sign in to comment.