// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "qca956x.dtsi" #include #include &pcie { status = "okay"; }; &mdio0 { status = "okay"; phy0: ethernet-phy@0 { reg = <0>; phy-mode = "sgmii"; qca,mib-poll-interval = <500>; qca,ar8327-initvals = < 0x04 0x00080080 /* PORT0 PAD MODE CTRL */ 0x7c 0x0000007e /* PORT0_STATUS */ >; }; }; ð0 { status = "okay"; phy-mode = "sgmii"; phy-handle = <&phy0>; }; &wmac { status = "okay"; };