]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: at91: sama5d27_som1_ek: update serial aliases
authorLudovic Desroches <ludovic.desroches@microchip.com>
Tue, 10 Oct 2017 10:09:38 +0000 (13:09 +0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 10 Oct 2017 13:26:19 +0000 (15:26 +0200)
Overwrite sama5d2.dtsi aliases node to match the at91-sama5d27_som1_ek
board configuration. ttyS0 stands for DBGU, ttyS1 for the mikro BUS 1
serial lines and ttyS2 for the mikro BUS 2 serial lines.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
[claudiu.beznea@microchip.com: change subject to match the desired prefix]
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sama5d27_som1_ek.dts

index 6c7f7ded1684ba52dc55803880ec2be0eb5c7ded..28a3a1d71f468a257dd5f4b47c60ed878040c8be 100644 (file)
        model = "Atmel SAMA5D27 SOM1 EK";
        compatible = "atmel,sama5d27-som1-ek", "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5";
 
+       aliases {
+               serial0 = &uart1;       /* DBGU */
+               serial1 = &uart4;       /* mikro BUS 1 */
+               serial2 = &uart2;       /* mikro BUS 2 */
+       };
+
        chosen {
                stdout-path = "serial0:115200n8";
        };