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:
Tom Burdick 2024-01-31 14:47:25 -06:00 committed by Henrik Brix Andersen
parent 076c0df3d8
commit b4e66299cd

View file

@ -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 {