Skip to content

Commit

Permalink
board: MIMXRT1062-FMURT6: Add pinmux support for I2C3 SDA and SCL mod…
Browse files Browse the repository at this point in the history
…ule Pins

This patch adds the pinmux and pad settings for I2C3 SDA and SCL pins

Signed-off-by: Sumit Batra <[email protected]>
  • Loading branch information
sumitbatra-nxp committed Jun 16, 2023
1 parent b0a8cab commit a375f58
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion boards/arm/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,19 @@
group0 {
pinmux = <&iomuxc_gpio_b0_05_lpi2c2_sda>,
<&iomuxc_gpio_b0_04_lpi2c2_scl>;
drive-strength = "r0-6";
drive-strength = "r0-7";
drive-open-drain;
slew-rate = "slow";
nxp,speed = "100-mhz";
input-enable;
};
};

pinmux_lpi2c3: pinmux_lpi2c3 {
group0 {
pinmux = <&iomuxc_gpio_emc_21_lpi2c3_sda>,
<&iomuxc_gpio_emc_22_lpi2c3_scl>;
drive-strength = "r0-7";
drive-open-drain;
slew-rate = "slow";
nxp,speed = "100-mhz";
Expand Down

0 comments on commit a375f58

Please sign in to comment.