diff options
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager-reference.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager-reference.dts b/arch/arm/boot/dts/r8a7790-lager-reference.dts index c462ef138922..0a3f0c60d302 100644 --- a/arch/arm/boot/dts/r8a7790-lager-reference.dts +++ b/arch/arm/boot/dts/r8a7790-lager-reference.dts | |||
@@ -43,3 +43,18 @@ | |||
43 | }; | 43 | }; |
44 | }; | 44 | }; |
45 | }; | 45 | }; |
46 | |||
47 | &pfc { | ||
48 | pinctrl-0 = <&scif0_pins &scif1_pins>; | ||
49 | pinctrl-names = "default"; | ||
50 | |||
51 | scif0_pins: scif0 { | ||
52 | renesas,groups = "scif0_data"; | ||
53 | renesas,function = "scif0"; | ||
54 | }; | ||
55 | |||
56 | scif1_pins: scif1 { | ||
57 | renesas,groups = "scif1_data"; | ||
58 | renesas,function = "scif1"; | ||
59 | }; | ||
60 | }; | ||