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:
committed by
Eric Fourmont
parent
ec978d563c
commit
352f6d1774
@ -13,6 +13,10 @@
|
||||
compatible = "st,stm32mp157a-dk1-a7-examples", "st,stm32mp157a-dk1", "st,stm32mp157";
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart7 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
compatible = "st,stm32mp157d-dk1-a7-examples", "st,stm32mp157d-dk1", "st,stm32mp157";
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart7 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user