ARM: dts: stm32: enable i2c5 in stm32mp157x-dk1-a7-examples

Enable the i2c5 in dk1 a7 examples.

Change-Id: Id38d83807f389b58ec34bbe68be91c3ed1ad9117
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/297458
ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
Reviewed-by: Valentin CARON <valentin.caron@foss.st.com>
Reviewed-by: Alain VOLMAT <alain.volmat@foss.st.com>
This commit is contained in:
Amelie Delaunay
2023-03-24 18:40:32 +01:00
committed by Eric Fourmont
parent ec978d563c
commit 352f6d1774
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,10 @@
compatible = "st,stm32mp157a-dk1-a7-examples", "st,stm32mp157a-dk1", "st,stm32mp157";
};
&i2c5 {
status = "okay";
};
&uart7 {
status = "okay";
};

View File

@ -13,6 +13,10 @@
compatible = "st,stm32mp157d-dk1-a7-examples", "st,stm32mp157d-dk1", "st,stm32mp157";
};
&i2c5 {
status = "okay";
};
&uart7 {
status = "okay";
};