diff options
| author | Hai Pham <[email protected]> | 2023-02-28 22:29:19 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-04-07 17:13:28 +0200 |
| commit | bbe36e29ca2ce2b3fad0343383038a9ff07dd655 (patch) | |
| tree | 2f753a795a8525a2aa7a4d39e44308d7ff4f8996 /doc | |
| parent | 3bf63fbd5d9a9a9694f3be184cbdb9c62413c52d (diff) | |
serial: sh: Add HSCIF support for R-Car SoC
Provide the basic HSCIF support for R-Car SoC.
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Hai Pham <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
[Marek: Fill in HSSRR offset for Gen2 and SCBRR calculation for Gen2 and Gen3]
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/device-tree-bindings/serial/sh.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/serial/sh.txt b/doc/device-tree-bindings/serial/sh.txt index 99634a5e70c..7707a9cbe38 100644 --- a/doc/device-tree-bindings/serial/sh.txt +++ b/doc/device-tree-bindings/serial/sh.txt @@ -1,6 +1,6 @@ * Renesas SCI serial interface Required properties: -- compatible: must be "renesas,scif", "renesas,scifa" or "renesas,sci" +- compatible: must be "renesas,scif", "renesas,hscif", "renesas,scifa" or "renesas,sci" - reg: exactly one register range with length - clock: input clock frequency for the SCI unit |
