Commit 4adb6603 authored by Robert Jarzmik's avatar Robert Jarzmik

ARM: dts: pxa: change serial node names

Change from xxuart to serial to normalize the devicetree pxa serial
support.
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 5b394b2d
......@@ -76,7 +76,7 @@ gcb3: gpio@40e0000c {
};
};
ffuart: uart@40100000 {
ffuart: serial@40100000 {
compatible = "mrvl,pxa-uart";
reg = <0x40100000 0x30>;
interrupts = <22>;
......@@ -84,7 +84,7 @@ ffuart: uart@40100000 {
status = "disabled";
};
btuart: uart@40200000 {
btuart: serial@40200000 {
compatible = "mrvl,pxa-uart";
reg = <0x40200000 0x30>;
interrupts = <21>;
......@@ -92,7 +92,7 @@ btuart: uart@40200000 {
status = "disabled";
};
stuart: uart@40700000 {
stuart: serial@40700000 {
compatible = "mrvl,pxa-uart";
reg = <0x40700000 0x30>;
interrupts = <20>;
......@@ -100,7 +100,7 @@ stuart: uart@40700000 {
status = "disabled";
};
hwuart: uart@41100000 {
hwuart: serial@41100000 {
compatible = "mrvl,pxa-uart";
reg = <0x41100000 0x30>;
interrupts = <7>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment