Skip to content

Commit a13bc23

Browse files
Cyrille PitchenCodrin Ciubotariu
authored andcommitted
ARM: dts: at91: sama5d2 Xplained: add pin muxing for I2S
This patch sets the pin muxing for the I2S controllers Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com> [codrin.ciubotariu@microchip.com: added pin muxing for the second controller] Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent 9cf5cc9 commit a13bc23

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
i2s0: i2s@f8050000 {
349349
pinctrl-names = "default";
350350
pinctrl-0 = <&pinctrl_i2s0_default>;
351+
status = "disabled"; /* conflict with can0 */
351352
};
352353

353354
can0: can@f8054000 {
@@ -502,6 +503,15 @@
502503
bias-disable;
503504
};
504505

506+
pinctrl_i2s1_default: i2s1_default {
507+
pinmux = <PIN_PA15__I2SC1_CK>,
508+
<PIN_PA14__I2SC1_MCK>,
509+
<PIN_PA16__I2SC1_WS>,
510+
<PIN_PA17__I2SC1_DI0>,
511+
<PIN_PA18__I2SC1_DO0>;
512+
bias-disable;
513+
};
514+
505515
pinctrl_key_gpio_default: key_gpio_default {
506516
pinmux = <PIN_PB9__GPIO>;
507517
bias-pull-up;
@@ -640,6 +650,12 @@
640650
status = "okay";
641651
};
642652

653+
i2s1: i2s@fc04c000 {
654+
pinctrl-names = "default";
655+
pinctrl-0 = <&pinctrl_i2s1_default>;
656+
status = "disabled"; /* conflict with spi0, sdmmc1 */
657+
};
658+
643659
can1: can@fc050000 {
644660
pinctrl-names = "default";
645661
pinctrl-0 = <&pinctrl_can1_default>;

0 commit comments

Comments
 (0)