imxrt1010_evk: Fix i2c pinctrl dts
i2c pads were incorrectly configured and failed to work when testing against an external fram part. Correct the i2c pinctrl settings for arduino i2c to match other boards in the mimxrt lineup. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
076c0df3d8
commit
b4e66299cd
1 changed files with 1 additions and 7 deletions
|
|
@ -22,19 +22,13 @@
|
|||
|
||||
pinmux_lpi2c1: pinmux_lpi2c1 {
|
||||
group0 {
|
||||
pinmux = <&iomuxc_gpio_01_lpi2c1_sda>;
|
||||
pinmux = <&iomuxc_gpio_01_lpi2c1_sda>, <&iomuxc_gpio_02_lpi2c1_scl>;
|
||||
drive-strength = "r0-4";
|
||||
drive-open-drain;
|
||||
slew-rate = "slow";
|
||||
nxp,speed = "100-mhz";
|
||||
input-enable;
|
||||
};
|
||||
group1 {
|
||||
pinmux = <&iomuxc_gpio_02_lpi2c1_scl>;
|
||||
drive-strength = "r0-4";
|
||||
slew-rate = "slow";
|
||||
nxp,speed = "100-mhz";
|
||||
};
|
||||
};
|
||||
|
||||
pinmux_lpspi1: pinmux_lpspi1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue