boards: stm32: Convert I2S users to dt based pinctrl config

I2S signals should now be configured using dt.

For nucleo_f411re, I2S pins were configured using SPI definitions
that pulled the same strings behind the scene as I2S would have done.
This being said, only CK and SD pins should be needed and were
documented, so I only left those.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-10-23 15:10:05 +02:00 committed by Kumar Gala
commit 74b0b41167
6 changed files with 6 additions and 15 deletions

View file

@ -83,6 +83,7 @@
&i2s5 {
status = "okay";
pinctrl-0 = <&i2s5_ck_pb0 &i2s5_sd_pb8>;
mp34dt05@0 {
compatible = "st,mpxxdtyy";