Commit 8591ac8b160cdc89a17c40faea43e6e1cb04aa86

Authored by Chris Brandt
Committed by Marek Vasut
1 parent a6e25b2e12

serial: sh: Add support for R7S72100 (RZ/A1)

Add support for RZ/A1 series SoCs.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

drivers/serial/serial_sh.h
... ... @@ -224,7 +224,8 @@
224 224 # define SCSPTR3 0xffc60020 /* 16 bit SCIF */
225 225 # define SCIF_ORER 0x0001 /* Overrun error bit */
226 226 # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
227   -#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_GEN3)
  227 +#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_GEN3) || \
  228 + defined(CONFIG_R7S72100)
228 229 # if defined(CONFIG_SCIF_A)
229 230 # define SCIF_ORER 0x0200
230 231 # else