boards: nxp: mixmxrt1170_evk: Separate i2c6 from csi pin muxing

Pin muxing for i2c6 and csi should be separated as i2c is initialized
before csi. Otherwise, i2c6 bus device will not be ready when the
camera sensor on this bus initializes.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-02-01 23:28:38 +01:00 committed by Anas Nashif
commit 97b0ad699e
2 changed files with 9 additions and 1 deletions

View file

@ -23,7 +23,10 @@
bias-pull-up;
slew-rate = "fast";
};
group2 {
};
pinmux_lpi2c6: pinmux_lpi2c6 {
group0 {
pinmux = <&iomuxc_lpsr_gpio_lpsr_07_lpi2c6_scl>,
<&iomuxc_lpsr_gpio_lpsr_06_lpi2c6_sda>;
drive-strength = "high";

View file

@ -130,6 +130,11 @@
pinctrl-names = "default";
};
&lpi2c6 {
pinctrl-0 = <&pinmux_lpi2c6>;
pinctrl-names = "default";
};
&flexcan3 {
pinctrl-0 = <&pinmux_flexcan3>;
pinctrl-names = "default";