dts: stm32: rename uart generic node name to serial

In stm32 dtsi linux files, uart generic node name is serial.
Rename uart node names of stm32 dtsi files from uart@ to serial@

Change-Id: Iac5cbf7955f23cee520bc1790b0f324a17bfcf9e
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2017-05-17 17:16:52 +02:00 committed by Anas Nashif
commit 333f1bcf68
8 changed files with 34 additions and 34 deletions

View file

@ -20,7 +20,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -28,7 +28,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -36,7 +36,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;

View file

@ -20,7 +20,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -28,7 +28,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -36,7 +36,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;

View file

@ -17,7 +17,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -25,7 +25,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -33,7 +33,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;

View file

@ -17,7 +17,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -25,7 +25,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -33,7 +33,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;

View file

@ -17,7 +17,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -25,7 +25,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -33,7 +33,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;

View file

@ -17,7 +17,7 @@
};
soc {
usart1: uart@40011000 {
usart1: serial@40011000 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40011000 0x400>;
interrupts = <37 0>;
@ -25,7 +25,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -33,7 +33,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;
@ -41,7 +41,7 @@
label = "UART_3";
};
uart4: uart@40004c00 {
uart4: serial@40004c00 {
compatible ="st,stm32-uart";
reg = <0x40004c00 0x400>;
interrupts = <52 0>;
@ -49,7 +49,7 @@
label = "UART_4";
};
uart5: uart@40005000 {
uart5: serial@40005000 {
compatible = "st,stm32-uart";
reg = <0x40005000 0x400>;
interrupts = <53 0>;
@ -57,7 +57,7 @@
label = "UART_5";
};
usart6: uart@40011400 {
usart6: serial@40011400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40011400 0x400>;
interrupts = <71 0>;
@ -65,7 +65,7 @@
label = "UART_6";
};
uart7: uart@40007800 {
uart7: serial@40007800 {
compatible = "st,stm32-uart";
reg = <0x40007800 0x400>;
interrupts = <82 0>;
@ -73,7 +73,7 @@
label = "UART_7";
};
uart8: uart@40007c00 {
uart8: serial@40007c00 {
compatible = "st,stm32-uart";
reg = <0x40007c00 0x400>;
interrupts = <83 0>;
@ -81,7 +81,7 @@
label = "UART_8";
};
uart9: uart@40011800 {
uart9: serial@40011800 {
compatible = "st,stm32-uart";
reg = <0x40011800 0x400>;
interrupts = <88 0>;
@ -89,7 +89,7 @@
label = "UART_9";
};
uart10: uart@40011c00 {
uart10: serial@40011c00 {
compatible = "st,stm32-uart";
reg = <0x40011c00 0x400>;
interrupts = <89 0>;

View file

@ -17,7 +17,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -25,7 +25,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -33,7 +33,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;
@ -41,7 +41,7 @@
label = "UART_3";
};
uart4: uart@40004c00 {
uart4: serial@40004c00 {
compatible = "st,stm32-uart";
reg = <0x40004c00 0x400>;
interrupts = <52 0>;

View file

@ -17,7 +17,7 @@
};
soc {
usart1: uart@40013800 {
usart1: serial@40013800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40013800 0x400>;
interrupts = <37 0>;
@ -25,7 +25,7 @@
label = "UART_1";
};
usart2: uart@40004400 {
usart2: serial@40004400 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004400 0x400>;
interrupts = <38 0>;
@ -33,7 +33,7 @@
label = "UART_2";
};
usart3: uart@40004800 {
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
interrupts = <39 0>;
@ -41,7 +41,7 @@
label = "UART_3";
};
uart4: uart@40004c00 {
uart4: serial@40004c00 {
compatible = "st,stm32-uart";
reg = <0x40004c00 0x400>;
interrupts = <52 0>;
@ -49,7 +49,7 @@
label = "UART_4";
};
uart5: uart@40005000 {
uart5: serial@40005000 {
compatible = "st,stm32-uart";
reg = <0x40005000 0x400>;
interrupts = <53 0>;