提交 2cd452d1 编写于 作者: S Sergei Shtylyov 提交者: Simon Horman

ARM: dts: blanche: add SCIF0/3 pins

Add the (previously omitted) SCIF0/3 pin data to the Blanche board's
device tree.
Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 02183a52
...@@ -57,10 +57,28 @@ ...@@ -57,10 +57,28 @@
clock-frequency = <20000000>; clock-frequency = <20000000>;
}; };
&pfc {
scif0_pins: scif0 {
groups = "scif0_data";
function = "scif0";
};
scif3_pins: scif3 {
groups = "scif3_data";
function = "scif3";
};
};
&scif0 { &scif0 {
pinctrl-0 = <&scif0_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
}; };
&scif3 { &scif3 {
pinctrl-0 = <&scif3_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册