board: MIMXRT1062-FMURT6: Add pinmux support for I2C3 module Pins
This patch adds the pinmux and pad settings for I2C3 SDA and SCL pins Signed-off-by: Sumit Batra <sumit.batra@nxp.com>
This commit is contained in:
parent
5315a2e445
commit
64c4d4dd5d
1 changed files with 13 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue