Commit 2f8be2d1 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Simon Horman

ARM: dts: gr-peach: Add SCIF2 pin group

Add pin configuration subnode for SCIF2 serial debug interface.
Signed-off-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f7c68cdf
......@@ -11,6 +11,7 @@
/dts-v1/;
#include "r7s72100.dtsi"
#include <dt-bindings/pinctrl/r7s72100-pinctrl.h>
/ {
model = "GR-Peach";
......@@ -52,6 +53,13 @@ rootfs@600000 {
};
};
&pinctrl {
scif2_pins: serial2 {
/* P6_2 as RxD2; P6_3 as TxD2 */
pinmux = <RZA1_PINMUX(6, 2, 7)>, <RZA1_PINMUX(6, 3, 7)>;
};
};
&extal_clk {
clock-frequency = <13333000>;
};
......@@ -61,5 +69,8 @@ &usb_x1_clk {
};
&scif2 {
pinctrl-names = "default";
pinctrl-0 = <&scif2_pins>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment