Commit b00adbe0 authored by Maxime Ripard's avatar Maxime Ripard

ARM: sunxi: Rename uart nodes to serial

The other architecture use serial@address for their uart nodes, so
rename our uart dt nodes to be consistent
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 44985786
...@@ -36,11 +36,11 @@ led_pins_cubieboard: led_pins@0 { ...@@ -36,11 +36,11 @@ led_pins_cubieboard: led_pins@0 {
}; };
}; };
uart0: uart@01c28000 { uart0: serial@01c28000 {
status = "okay"; status = "okay";
}; };
uart1: uart@01c28400 { uart1: serial@01c28400 {
status = "okay"; status = "okay";
}; };
}; };
......
...@@ -23,7 +23,7 @@ chosen { ...@@ -23,7 +23,7 @@ chosen {
}; };
soc { soc {
uart0: uart@01c28000 { uart0: serial@01c28000 {
status = "okay"; status = "okay";
}; };
}; };
......
...@@ -32,7 +32,7 @@ led_pins_olinuxino: led_pins@0 { ...@@ -32,7 +32,7 @@ led_pins_olinuxino: led_pins@0 {
}; };
}; };
uart1: uart@01c28400 { uart1: serial@01c28400 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart1_pins_b>; pinctrl-0 = <&uart1_pins_b>;
status = "okay"; status = "okay";
......
...@@ -136,7 +136,7 @@ intc: interrupt-controller@01c20400 { ...@@ -136,7 +136,7 @@ intc: interrupt-controller@01c20400 {
#interrupt-cells = <1>; #interrupt-cells = <1>;
}; };
uart0: uart@01c28000 { uart0: serial@01c28000 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0x01c28000 0x400>; reg = <0x01c28000 0x400>;
interrupts = <1>; interrupts = <1>;
...@@ -146,7 +146,7 @@ uart0: uart@01c28000 { ...@@ -146,7 +146,7 @@ uart0: uart@01c28000 {
status = "disabled"; status = "disabled";
}; };
uart1: uart@01c28400 { uart1: serial@01c28400 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0x01c28400 0x400>; reg = <0x01c28400 0x400>;
interrupts = <2>; interrupts = <2>;
......
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