|
|
@@ -114,9 +114,15 @@
|
|
|
|
|
|
macb0: ethernet@f8008000 {
|
|
|
pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&pinctrl_macb0_default>;
|
|
|
+ pinctrl-0 = <&pinctrl_macb0_default &pinctrl_macb0_phy_irq>;
|
|
|
phy-mode = "rmii";
|
|
|
status = "okay";
|
|
|
+
|
|
|
+ ethernet-phy@1 {
|
|
|
+ reg = <0x1>;
|
|
|
+ interrupt-parent = <&pioA>;
|
|
|
+ interrupts = <73 IRQ_TYPE_LEVEL_LOW>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
pdmic@f8018000 {
|
|
|
@@ -300,6 +306,10 @@
|
|
|
bias-disable;
|
|
|
};
|
|
|
|
|
|
+ pinctrl_macb0_phy_irq: macb0_phy_irq {
|
|
|
+ pinmux = <PIN_PC9__GPIO>;
|
|
|
+ };
|
|
|
+
|
|
|
pinctrl_pdmic_default: pdmic_default {
|
|
|
pinmux = <PIN_PB26__PDMIC_DAT>,
|
|
|
<PIN_PB27__PDMIC_CLK>;
|