> &mdio0 { > interrupt-parent = <&gpio1>; > interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; > > switch0: switch0@2 { > compatible = "marvell,mv88e6190"; > reg = <2>; > pinctrl-0 = <&pinctrl_gpios>; > reset-gpios = <&gpio4 16 GPIO_ACTIVE_LOW>; > dsa,member = <0 0>;
This is wrong. The interrupt is a switch property, not an MDIO bus property. So it belongs inside the switch node. Andrew