This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Am335x MII mode with phy DP83848KSQ

Other Parts Discussed in Thread: DP83865

Hi

We are design custom am335x board. We are using DP83848KSQ phy with MII mode.

I have some questions ?

1) We are need phy-reset but it has no property in dts file. Can i add

 phy_reset: gpio-reset {

compatible = "gpio-reset";

reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;

reset-delay-us = <10000>;

initially-in-reset;

#reset-cells = <0>;

};

2) We are need DP83848KSQ driver or

 phy_sel: cpsw-phy-sel@44e10650 {
                                compatible = "ti,am3352-cpsw-phy-sel";
                                reg= <0x44e10650 0x4>;
                                reg-names = "gmii-sel";
                        };

it is correct for our board .

Thanks
Tejas