|
@@ -7,12 +7,25 @@
|
|
model = "AVM FRITZ!Box 7362 SL";
|
|
model = "AVM FRITZ!Box 7362 SL";
|
|
};
|
|
};
|
|
|
|
|
|
-&state_default {
|
|
|
|
- pcie-rst {
|
|
|
|
- lantiq,pins = "io21";
|
|
|
|
- lantiq,open-drain = <1>;
|
|
|
|
- lantiq,output = <1>;
|
|
|
|
|
|
+&gpio {
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
+ pinctrl-0 = <&state_default>;
|
|
|
|
+
|
|
|
|
+ state_default: pinmux {
|
|
|
|
+ pcie-rst {
|
|
|
|
+ lantiq,pins = "io21";
|
|
|
|
+ lantiq,pull = <0>;
|
|
|
|
+ lantiq,output = <1>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ phy-rst {
|
|
|
|
+ lantiq,pins = "io44", "io45";
|
|
|
|
+ lantiq,pull = <0>;
|
|
|
|
+ lantiq,open-drain;
|
|
|
|
+ lantiq,output = <1>;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
|
|
+
|
|
};
|
|
};
|
|
|
|
|
|
&spi {
|
|
&spi {
|
|
@@ -96,6 +109,14 @@
|
|
mac-address-increment = <(-2)>;
|
|
mac-address-increment = <(-2)>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+&phy0 {
|
|
|
|
+ reset-gpios = <&gpio 45 GPIO_ACTIVE_LOW>;
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+&phy1 {
|
|
|
|
+ reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
|
|
|
+};
|
|
|
|
+
|
|
&urlader {
|
|
&urlader {
|
|
compatible = "nvmem-cells";
|
|
compatible = "nvmem-cells";
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|