Skip to content

Commit

Permalink
ARM: dts: stm32: Add I2C2/5 support for STM32MP157C-EV1
Browse files Browse the repository at this point in the history
Add I2C1/5 support for STM32MP157C evaluation daughter on evaluation
mother board.

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
  • Loading branch information
Pierre-Yves MORDRET authored and Alexandre Torgue committed May 4, 2018
1 parent 9bf29bc commit d4f41ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/stm32mp157c-ev1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@
};
};

&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;
i2c-scl-rising-time-ns = <185>;
i2c-scl-falling-time-ns = <20>;
status = "okay";
};

&i2c5 {
pinctrl-names = "default";
pinctrl-0 = <&i2c5_pins_a>;
i2c-scl-rising-time-ns = <185>;
i2c-scl-falling-time-ns = <20>;
status = "okay";
};

&timers2 {
status = "disabled";
pwm {
Expand Down

0 comments on commit d4f41ef

Please sign in to comment.