提交 1d93a8b5 编写于 作者: S Sergei Shtylyov 提交者: Simon Horman

ARM: dts: blanche: add Ethernet pins

Add the (previously omitted) pin data for the SMSC LAN89218 Ethernet chip
to  the Blanche board's device tree:  the chip's IRQ output is connected to
the SoC's IRQ0 pin and its nCS input is connected to the SoC's EX_CS0# pin.
Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 2cd452d1
...@@ -50,6 +50,9 @@ ...@@ -50,6 +50,9 @@
reg-io-width = <4>; reg-io-width = <4>;
vddvario-supply = <&d3_3v>; vddvario-supply = <&d3_3v>;
vdd33a-supply = <&d3_3v>; vdd33a-supply = <&d3_3v>;
pinctrl-0 = <&lan89218_pins>;
pinctrl-names = "default";
}; };
}; };
...@@ -67,6 +70,17 @@ ...@@ -67,6 +70,17 @@
groups = "scif3_data"; groups = "scif3_data";
function = "scif3"; function = "scif3";
}; };
lan89218_pins: lan89218 {
intc {
groups = "intc_irq0";
function = "intc";
};
lbsc {
groups = "lbsc_ex_cs0";
function = "lbsc";
};
};
}; };
&scif0 { &scif0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册