Skip to content

Commit b04bd89

Browse files
author
Tanguy Raufflet
committed
stm32mp257f_ev1_stm32mp257fxx_m33.dts: add i2c node
This commit adds the i2c8 node to the device tree for the STM32MP257F-EV1 board. This node corresponds to the i2c exposed by the GPIO expansion connector [1] and not used by the cortex A35. [1]: https://wiki.st.com/stm32mpu/wiki/STM32MP257x-EV1_-_hardware_description Signed-off-by: Tanguy Raufflet <tanguy.raufflet@savoirfairelinux.com>
1 parent 9787f23 commit b04bd89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boards/st/stm32mp257f_ev1/stm32mp257f_ev1_stm32mp257fxx_m33.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
status = "okay";
5858
};
5959

60+
&gpioz {
61+
status = "okay";
62+
};
63+
6064
&uart5 {
6165
pinctrl-0 = <&uart5_tx_pg9 &uart5_rx_pg10>;
6266
pinctrl-names = "default";
@@ -70,3 +74,9 @@
7074
current-speed = <115200>;
7175
status = "disabled";
7276
};
77+
78+
&i2c8 {
79+
pinctrl-0 = <&i2c8_scl_pz4 &i2c8_sda_pz3>;
80+
pinctrl-names = "default";
81+
status = "okay";
82+
};

0 commit comments

Comments
 (0)