···11Renesas MSIOF spi controller2233Required properties:44-- compatible : "renesas,msiof-<soctype>" for SoCs,55- "renesas,sh-msiof" for SuperH, or66- "renesas,sh-mobile-msiof" for SH Mobile series.77- Examples with soctypes are:88- "renesas,msiof-r8a7790" (R-Car H2)44+- compatible : "renesas,msiof-r8a7790" (R-Car H2)95 "renesas,msiof-r8a7791" (R-Car M2-W)106 "renesas,msiof-r8a7792" (R-Car V2H)117 "renesas,msiof-r8a7793" (R-Car M2-N)128 "renesas,msiof-r8a7794" (R-Car E2)139 "renesas,msiof-r8a7796" (R-Car M3-W)1410 "renesas,msiof-sh73a0" (SH-Mobile AG5)1111+ "renesas,sh-mobile-msiof" (generic SH-Mobile compatibile device)1212+ "renesas,rcar-gen2-msiof" (generic R-Car Gen2 compatible device)1313+ "renesas,rcar-gen3-msiof" (generic R-Car Gen3 compatible device)1414+ "renesas,sh-msiof" (deprecated)1515+1616+ When compatible with the generic version, nodes1717+ must list the SoC-specific version corresponding1818+ to the platform first followed by the generic1919+ version.2020+1521- reg : A list of offsets and lengths of the register sets for1622 the device.1723 If only one register set is present, it is to be used···6761Example:68626963 msiof0: spi@e6e20000 {7070- compatible = "renesas,msiof-r8a7791";6464+ compatible = "renesas,msiof-r8a7791",6565+ "renesas,rcar-gen2-msiof";7166 reg = <0 0xe6e20000 0 0x0064>;7267 interrupts = <0 156 IRQ_TYPE_LEVEL_HIGH>;7368 clocks = <&mstp0_clks R8A7791_CLK_MSIOF0>;