]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm: dts: berlin: add aliases for serial
authorJisheng Zhang <jszhang@marvell.com>
Mon, 14 Sep 2015 06:42:12 +0000 (14:42 +0800)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sun, 20 Sep 2015 10:50:31 +0000 (12:50 +0200)
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>
arch/arm/boot/dts/berlin2.dtsi
arch/arm/boot/dts/berlin2cd.dtsi
arch/arm/boot/dts/berlin2q.dtsi

index ef811de0990812e08822e1912673fbaf08b55230..40cf2623c4f961f950b590e209113597c97c257a 100644 (file)
        model = "Marvell Armada 1500 (BG2) SoC";
        compatible = "marvell,berlin2", "marvell,berlin";
 
+       aliases {
+               serial0 = &uart0;
+               serial1 = &uart1;
+               serial2 = &uart2;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
index 900213d78a329aac9fd7f5404ce6c495d184a9c7..6246aecaa0c5bd1f001f78fccd9db33b4d36872c 100644 (file)
        model = "Marvell Armada 1500-mini (BG2CD) SoC";
        compatible = "marvell,berlin2cd", "marvell,berlin";
 
+       aliases {
+               serial0 = &uart0;
+               serial1 = &uart1;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
index 63a48490e2f9653ff83f7f6202fd993d101b6ec9..380fa18a050e13d6e0e1dcee530e34517c22bdd1 100644 (file)
        model = "Marvell Armada 1500 pro (BG2-Q) SoC";
        compatible = "marvell,berlin2q", "marvell,berlin";
 
+       aliases {
+               serial0 = &uart0;
+               serial1 = &uart1;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;