We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f4770 commit abb475dCopy full SHA for abb475d
boards/nxp/imx95_evk/imx95_evk-pinctrl.dtsi
@@ -6,6 +6,27 @@
6
#include <nxp/nxp_imx/mimx9596avzxn-pinctrl.dtsi>
7
8
&pinctrl {
9
+ lpi2c5_default: lpi2c5_default {
10
+ group0 {
11
+ pinmux = <&iomuxc_gpio_io23_lpi2c_scl_lpi2c5_scl>,
12
+ <&iomuxc_gpio_io22_lpi2c_sda_lpi2c5_sda>;
13
+ drive-open-drain;
14
+ slew-rate = "slightly_fast";
15
+ drive-strength = "x4";
16
+ input-enable;
17
+ };
18
19
+
20
+ lpi2c7_default: lpi2c7_default {
21
22
+ pinmux = <&iomuxc_gpio_io09_lpi2c_scl_lpi2c7_scl>,
23
+ <&iomuxc_gpio_io08_lpi2c_sda_lpi2c7_sda>;
24
25
26
27
28
29
30
31
lpuart1_default: lpuart1_default {
32
group0 {
0 commit comments