@@ -65,6 +65,23 @@
};
&bsc {
+ fpga@18200000 {
+ /* Simplified description that only serves to enable the
+ * ethernet controller.
+ */
+ compatible = "pinctrl-single";
+ reg = <0x18200030 2>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ pinctrl-single,bit-per-mux;
+ pinctrl-single,register-width = <16>;
+ pinctrl-single,function-mask = <1>;
+
+ irq_pins: fpga_irq_pins {
+ pinctrl-single,bits = <0 0 0x10>;
+ };
+ };
+
ethernet@18300000 {
compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0x18300000 0x1000>;
@@ -75,6 +92,9 @@
reg-io-width = <4>;
vddvario-supply = <&fixedregulator3v3>;
vdd33a-supply = <&fixedregulator3v3>;
+
+ pinctrl-0 = <&irq_pins>;
+ pinctrl-names = "default";
};
};