boards: arm: nucleo_f207zg: add i2c2
Adds i2c2 on nucleo_f207zg to use the i2c_target_api test case to enables the board. Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
This commit is contained in:
parent
c3690a7d62
commit
7d4a928e5b
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,13 @@
|
|||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
&usart3 {
|
||||
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
|
||||
pinctrl-names = "default";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue