aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/r8a7791-koelsch-reference.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
index 1a0f082b21df..8e7e917d66b6 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
@@ -30,3 +30,18 @@
30 #size-cells = <1>; 30 #size-cells = <1>;
31 }; 31 };
32}; 32};
33
34&pfc {
35 pinctrl-0 = <&scif0_pins &scif1_pins>;
36 pinctrl-names = "default";
37
38 scif0_pins: serial0 {
39 renesas,groups = "scif0_data_d";
40 renesas,function = "scif0";
41 };
42
43 scif1_pins: serial1 {
44 renesas,groups = "scif1_data_d";
45 renesas,function = "scif1";
46 };
47};