Commit cde23805 authored by Chris Brandt's avatar Chris Brandt Committed by Simon Horman

ARM: dts: rskrza1: Add SCIF2 pin group

Add pin configuration for SCIF2 serial console interface.
Signed-off-by: default avatarChris Brandt <chris.brandt@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 6f9a9720
......@@ -10,6 +10,7 @@
/dts-v1/;
#include "r7s72100.dtsi"
#include <dt-bindings/pinctrl/r7s72100-pinctrl.h>
/ {
model = "RSKRZA1";
......@@ -47,6 +48,15 @@ &rtc_x1_clk {
clock-frequency = <32768>;
};
&pinctrl {
/* Serial Console */
scif2_pins: serial2 {
pinmux = <RZA1_PINMUX(3, 0, 6)>, /* TxD2 */
<RZA1_PINMUX(3, 2, 4)>; /* RxD2 */
};
};
&mtu2 {
status = "okay";
};
......@@ -78,5 +88,7 @@ &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