boards: nxp: frdm_ke17z512: enable lpi2c0 and lpi2c1 driver
Added lpi2c support to test i2c samples Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
parent
89a0ff8f61
commit
fdf39a7ab7
4 changed files with 36 additions and 0 deletions
|
@ -74,3 +74,15 @@
|
|||
&gpioe {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&lpi2c0_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&lpi2c1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&lpi2c1_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue