boards: nuvoton: npcx4m8f_evb: add i3c pinctrl

Add I3C pinmux configuration.

Signed-off-by: Alvis Sun <yfsun@nuvoton.com>
This commit is contained in:
Alvis Sun 2024-04-17 11:04:47 +08:00 committed by Fabio Baltieri
parent 18f6a541f2
commit cd91bf72bf
1 changed files with 15 additions and 0 deletions

View File

@ -118,3 +118,18 @@
compatible = "zephyr,kscan-input";
};
};
&i3c0 {
pinctrl-0 = <&i3c1_sda_scl_gpe3_e4>;
pinctrl-names = "default";
};
&i3c1 {
pinctrl-0 = <&i3c2_sda_scl_gp50_56>;
pinctrl-names = "default";
};
&i3c2 {
pinctrl-0 = <&i3c3_sda_scl_gpf4_f5>;
pinctrl-names = "default";
};