Advertisement
Guest User

Untitled

a guest
Mar 8th, 2023
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /*rtl8367rb {
  2. compatible = "realtek,rtl8367b";
  3. cpu_port = <6>;
  4. realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
  5. mii-bus = <&mdio0>;
  6. };*/
  7.  
  8. &ethernet {
  9. nvmem-cells = <&macaddr_factory_4>;
  10. nvmem-cell-names = "mac-address";
  11.  
  12. port@0 {
  13. mediatek,fixed-link = <1000 1 1 1>;
  14. phy-mode = "rgmii";
  15. phy-handle = <&phy0>;
  16. };
  17.  
  18. mdio0:mdio-bus {
  19. status = "okay";
  20.  
  21. phy0: ethernet-phy@0 {
  22. reg = <0>;
  23. phy-mode = "rgmii";
  24. };
  25. };
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement