From: Jacopo Mondi Date: Thu, 24 Aug 2017 08:48:41 +0000 (+0200) Subject: ARM: dts: gr-peach: Add SCIF2 pin group X-Git-Tag: v4.15~381^2~47^2~27 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2f8be2d1dadb2b73a1c1ce244c88c509791f5cf2;p=mirror_ubuntu-bionic-kernel.git ARM: dts: gr-peach: Add SCIF2 pin group Add pin configuration subnode for SCIF2 serial debug interface. Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts index 1c40a1afbd8e..bcfa6445bbaa 100644 --- a/arch/arm/boot/dts/r7s72100-gr-peach.dts +++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts @@ -11,6 +11,7 @@ /dts-v1/; #include "r7s72100.dtsi" +#include / { model = "GR-Peach"; @@ -52,6 +53,13 @@ }; }; +&pinctrl { + scif2_pins: serial2 { + /* P6_2 as RxD2; P6_3 as TxD2 */ + pinmux = , ; + }; +}; + &extal_clk { clock-frequency = <13333000>; }; @@ -61,5 +69,8 @@ }; &scif2 { + pinctrl-names = "default"; + pinctrl-0 = <&scif2_pins>; + status = "okay"; };