arm64: dts: uniphier: give fixed port number to support card serial

Add this to the aliases node to make it more convenient.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada
2020-07-07 19:33:22 +09:00
parent 2b1b126708
commit cde5a9ebbd
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ chosen {
aliases {
serial0 = &serial0;
serial1 = &serial1;
serial1 = &serialsc;
serial2 = &serial2;
serial3 = &serial3;
i2c0 = &i2c0;

View File

@@ -20,7 +20,7 @@ chosen {
aliases {
serial0 = &serial0;
serial1 = &serial1;
serial1 = &serialsc;
serial2 = &serial2;
serial3 = &serial3;
i2c0 = &i2c0;

View File

@@ -19,7 +19,7 @@ chosen {
aliases {
serial0 = &serial0;
serial1 = &serial1;
serial1 = &serialsc;
serial2 = &serial2;
serial3 = &serial3;
i2c0 = &i2c0;