Commit 177f8744 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Simon Horman

ARM: dts: genmai: 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 0d69caa6
......@@ -11,6 +11,7 @@
/dts-v1/;
#include "r7s72100.dtsi"
#include <dt-bindings/pinctrl/r7s72100-pinctrl.h>
/ {
model = "Genmai";
......@@ -36,6 +37,14 @@ lbsc {
};
};
&pinctrl {
scif2_pins: serial2 {
/* P3_0 as TxD2; P3_2 as RxD2 */
pinmux = <RZA1_PINMUX(3, 0, 6)>, <RZA1_PINMUX(3, 2, 4)>;
};
};
&extal_clk {
clock-frequency = <13330000>;
};
......@@ -68,6 +77,9 @@ &rtc {
};
&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