dts: bindings: Rename uart.yaml to uart-controller.yaml

Renaming bindings to consistently be called foo-controller.yaml for
controllers and foo-device.yaml for devices (last one mostly makes sense
for devices on buses and the like).

I was thinking of having a plain foo.yaml be the controller as well, but

    !include interrupt.yaml

reads much worse than

    !include interrupt-controller.yaml

Another advantage of this approach is that no binding changes meaning
(which could be risky). It's just adding suffixes to filenames.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-08-16 10:52:21 +02:00 committed by Kumar Gala
parent b877876008
commit 5d8833e2f9
35 changed files with 34 additions and 34 deletions

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Altera Jtag UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the ARM CMSDK UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the ARM PL011 UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the SAM UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Atmel SAM USART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Atmel SAM0 SERCOM UART driver
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the Cypress UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the INTEL QMSI UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the LiteX UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the SIFIVE UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Nordic UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Nordic UARTE
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the ns16550 UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the iMX UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the LPSCI UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Kinetis LPUART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Kinetis UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the LPC USART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the OpenISA LPUART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the SIFIVE UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Gecko LEUART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the GECKO UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the Gecko USART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the Synopsys ARC nSIM UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the STM32 LPUART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the STM32 UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the STM32 USART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This is a representation of the TI SimpleLink CC13xx / CC26xx UART node
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the TI CC32XX UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the TI MSP432P4XX UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the TI Stellaris UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -5,7 +5,7 @@ description: >
This binding gives a base representation of the Xilinx PS UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -4,7 +4,7 @@ description: >
This binding gives a base representation of the ESP32 UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible:

View file

@ -10,7 +10,7 @@ description: >
This binding gives a base representation of the Native POSIX UART
inherits:
!include uart.yaml
!include uart-controller.yaml
properties:
compatible: