mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 00:00:52 +07:00
dt: serial: Add Renesas RZ/N1 binding documentation
The RZ/N1 UART is a modified Synopsys DesignWare UART. The modifications only relate to DMA so you could actually use the controller with the Synopsys compatible string if you are not using DMA, but you should not do so. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1481ecf194
commit
72b0505f08
@ -0,0 +1,10 @@
|
||||
Renesas RZ/N1 UART
|
||||
|
||||
This controller is based on the Synopsys DesignWare ABP UART and inherits all
|
||||
properties defined in snps-dw-apb-uart.txt except for the compatible property.
|
||||
|
||||
Required properties:
|
||||
- compatible : The device specific string followed by the generic RZ/N1 string.
|
||||
Therefore it must be one of:
|
||||
"renesas,r9a06g032-uart", "renesas,rzn1-uart"
|
||||
"renesas,r9a06g033-uart", "renesas,rzn1-uart"
|
Loading…
Reference in New Issue
Block a user