Add pincontroller node compatible with the new Renesas RZ/A1 pincontroller driver. Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> --- arch/arm/boot/dts/r7s72100.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi index 3dd427d..764006d 100644 --- a/arch/arm/boot/dts/r7s72100.dtsi +++ b/arch/arm/boot/dts/r7s72100.dtsi @@ -171,6 +171,18 @@ }; }; + pinctrl: pinctrl@fcfe3000 { + compatible = "renesas,rza1-pinctrl"; + #address-cells = <1>; + #size-cells = <0>; + + #pinctrl-cells = <2>; + + reg = <0xfcfe3000 0xa30>, /* Pn, ..., PFCAEn */ + <0xfcfe7000 0x230>, /* PIBCn, ..., PIPCn */ + <0xfcfe7B00 0x430>; /* JPPR0, ..., JPIBC0 */ + }; + scif0: serial@e8007000 { compatible = "renesas,scif-r7s72100", "renesas,scif"; reg = <0xe8007000 64>; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html