> + ethphy1: ethernet-phy at 1 { > + reg = <1>; > + interrupt-parent = <&adapter_gpio_expander>; > + interrupts = <3 IRQ_TYPE_EDGE_FALLING>; Falling interrupts is probably wrong. They are normally level, active low. Andrew