|
@@ -2625,6 +2625,17 @@ static const struct of_device_id of_sci_match[] = {
|
|
.compatible = "renesas,scif-r7s72100",
|
|
.compatible = "renesas,scif-r7s72100",
|
|
.data = SCI_OF_DATA(PORT_SCIF, SCIx_SH2_SCIF_FIFODATA_REGTYPE),
|
|
.data = SCI_OF_DATA(PORT_SCIF, SCIx_SH2_SCIF_FIFODATA_REGTYPE),
|
|
},
|
|
},
|
|
|
|
+ /* Family-specific types */
|
|
|
|
+ {
|
|
|
|
+ .compatible = "renesas,rcar-gen1-scif",
|
|
|
|
+ .data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
|
|
|
|
+ }, {
|
|
|
|
+ .compatible = "renesas,rcar-gen2-scif",
|
|
|
|
+ .data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
|
|
|
|
+ }, {
|
|
|
|
+ .compatible = "renesas,rcar-gen3-scif",
|
|
|
|
+ .data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
|
|
|
|
+ },
|
|
/* Generic types */
|
|
/* Generic types */
|
|
{
|
|
{
|
|
.compatible = "renesas,scif",
|
|
.compatible = "renesas,scif",
|