On Thu, 06 Mar 2025 16:24:37 +0100, Thierry Bultel wrote: > The SCI of RZ/T2H SoC (a.k.a r9a09g077), as a lot > of similarities with other Renesas SoC like G2L, G3S, V2L; > However, it has a different set of registers, and in addition to serial, > this IP also supports SCIe (encoder), SmartCard, i2c and spi. > This is why the 'renesas,sci' fallback for generic SCI does not apply for it. > > Signed-off-by: Thierry Bultel <thierry.bultel.yh@xxxxxxxxxxxxxx> > --- > Changes v3->v4: > - Added more details in commit description about why renesas,sci > does not apply. > - Removed uart-has-rtscts for !rzsci. > ---- > .../bindings/serial/renesas,sci.yaml | 63 ++++++++++++------- > 1 file changed, 39 insertions(+), 24 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>