Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b91a89cf authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS



Configure the "D" set of data signals for SCIF0 and SCIF1
on the Koelsch board to setup pinctrl serial console bits.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 26041b06
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -30,3 +30,18 @@
		#size-cells = <1>;
	};
};

&pfc {
	pinctrl-0 = <&scif0_pins &scif1_pins>;
	pinctrl-names = "default";

	scif0_pins: serial0 {
		renesas,groups = "scif0_data_d";
		renesas,function = "scif0";
	};

	scif1_pins: serial1 {
		renesas,groups = "scif1_data_d";
		renesas,function = "scif1";
	};
};