Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: berlin: add aliases for serial

This is to prepare for the using stdout-path in next commit.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

authored by

Jisheng Zhang and committed by
Sebastian Hesselbarth
487eacb9 6ff33f39

+16
+6
arch/arm/boot/dts/berlin2.dtsi
··· 47 47 model = "Marvell Armada 1500 (BG2) SoC"; 48 48 compatible = "marvell,berlin2", "marvell,berlin"; 49 49 50 + aliases { 51 + serial0 = &uart0; 52 + serial1 = &uart1; 53 + serial2 = &uart2; 54 + }; 55 + 50 56 cpus { 51 57 #address-cells = <1>; 52 58 #size-cells = <0>;
+5
arch/arm/boot/dts/berlin2cd.dtsi
··· 47 47 model = "Marvell Armada 1500-mini (BG2CD) SoC"; 48 48 compatible = "marvell,berlin2cd", "marvell,berlin"; 49 49 50 + aliases { 51 + serial0 = &uart0; 52 + serial1 = &uart1; 53 + }; 54 + 50 55 cpus { 51 56 #address-cells = <1>; 52 57 #size-cells = <0>;
+5
arch/arm/boot/dts/berlin2q.dtsi
··· 43 43 model = "Marvell Armada 1500 pro (BG2-Q) SoC"; 44 44 compatible = "marvell,berlin2q", "marvell,berlin"; 45 45 46 + aliases { 47 + serial0 = &uart0; 48 + serial1 = &uart1; 49 + }; 50 + 46 51 cpus { 47 52 #address-cells = <1>; 48 53 #size-cells = <0>;