boards: arm: stm32: add pinctrl state name for I2S peripheral
Add the pinctrl state name (default) for the I2S peripherals. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
f21de9dfe6
commit
895e1ddb69
3 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,7 @@
|
|||
&i2s5 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&i2s5_ck_pb0 &i2s5_sd_pb8>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
mp34dt05@0 {
|
||||
compatible = "st,mpxxdtyy";
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
|
||||
&i2s2 {
|
||||
pinctrl-0 = <&i2s2_ck_pc7 &i2s2_sd_pc1>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
|
||||
&i2s1 {
|
||||
pinctrl-0 = <&i2s1_ck_pa5 &i2s1_sd_pa7>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue