boards: mimxrt11xx_evk: enable I2C

Enables LPI2C output on RT1160 and RT1170 EVK.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-11-02 17:31:03 -05:00 committed by Maureen Helm
commit cb8c995235
11 changed files with 42 additions and 0 deletions

View file

@ -32,3 +32,7 @@
status = "okay";
current-speed = <115200>;
};
&lpi2c1 {
status = "okay";
};