mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ARM: dts: rskrza1: Add SCIF2 pin group
Add pin configuration for SCIF2 serial console interface. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
6f9a9720b0
commit
cde2380548
@@ -10,6 +10,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
#include "r7s72100.dtsi"
|
||||
#include <dt-bindings/pinctrl/r7s72100-pinctrl.h>
|
||||
|
||||
/ {
|
||||
model = "RSKRZA1";
|
||||
@@ -47,6 +48,15 @@
|
||||
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 @@
|
||||
};
|
||||
|
||||
&scif2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&scif2_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user