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:
parent
3591cff67b
commit
333f1bcf68
8 changed files with 34 additions and 34 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue