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:
parent
344ff12c37
commit
74b0b41167
6 changed files with 6 additions and 15 deletions
|
@ -83,6 +83,7 @@
|
|||
|
||||
&i2s5 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&i2s5_ck_pb0 &i2s5_sd_pb8>;
|
||||
|
||||
mp34dt05@0 {
|
||||
compatible = "st,mpxxdtyy";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue