arm64: dts: hisilicon: normalize the node name of the UART devices

Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
Zhen Lei 2020-10-12 21:17:36 +08:00 committed by Wei Xu
parent 4d2b9b98e3
commit bf69b8622b
2 changed files with 3 additions and 3 deletions

View File

@ -296,7 +296,7 @@ refclk200mhz: refclk200mhz {
clock-frequency = <200000000>;
};
uart0: uart@80300000 {
uart0: serial@80300000 {
compatible = "snps,dw-apb-uart";
reg = <0x0 0x80300000 0x0 0x10000>;
interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
@ -307,7 +307,7 @@ uart0: uart@80300000 {
status = "disabled";
};
uart1: uart@80310000 {
uart1: serial@80310000 {
compatible = "snps,dw-apb-uart";
reg = <0x0 0x80310000 0x0 0x10000>;
interrupts = <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;

View File

@ -359,7 +359,7 @@ ipmi0: bt@e4 {
status = "disabled";
};
uart0: lpc-uart@2f8 {
uart0: serial@2f8 {
compatible = "ns16550a";
clock-frequency = <1843200>;
reg = <0x01 0x2f8 0x08>;