fsl-ls1028a-kontron-sl28-var4.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Device Tree file for the Kontron SMARC-sAL28 board.
  4. *
  5. * This is for the network variant 4 which has two ethernet ports. It
  6. * extends the base and provides one more port connected via RGMII.
  7. *
  8. * Copyright (C) 2021 Michael Walle <[email protected]>
  9. *
  10. */
  11. /dts-v1/;
  12. #include "fsl-ls1028a-kontron-sl28.dts"
  13. #include <dt-bindings/net/qca-ar803x.h>
  14. / {
  15. model = "Kontron SMARC-sAL28 (Dual PHY)";
  16. compatible = "kontron,sl28-var4", "kontron,sl28", "fsl,ls1028a";
  17. };
  18. &enetc_mdio_pf3 {
  19. phy1: ethernet-phy@4 {
  20. reg = <0x4>;
  21. eee-broken-1000t;
  22. eee-broken-100tx;
  23. qca,clk-out-frequency = <125000000>;
  24. qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
  25. qca,keep-pll-enabled;
  26. vddio-supply = <&vddio>;
  27. vddio: vddio-regulator {
  28. regulator-name = "VDDIO";
  29. regulator-min-microvolt = <1800000>;
  30. regulator-max-microvolt = <1800000>;
  31. };
  32. vddh: vddh-regulator {
  33. regulator-name = "VDDH";
  34. };
  35. };
  36. };
  37. &enetc_port1 {
  38. phy-handle = <&phy1>;
  39. phy-mode = "rgmii-id";
  40. status = "okay";
  41. };