ubnt_e100.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * Device tree source for EdgeRouter Lite.
  3. *
  4. * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. /include/ "octeon_3xxx.dtsi"
  11. / {
  12. model = "ubnt,e100";
  13. soc@0 {
  14. smi0: mdio@1180000001800 {
  15. phy5: ethernet-phy@5 {
  16. reg = <5>;
  17. compatible = "ethernet-phy-ieee802.3-c22";
  18. };
  19. phy6: ethernet-phy@6 {
  20. reg = <6>;
  21. compatible = "ethernet-phy-ieee802.3-c22";
  22. };
  23. phy7: ethernet-phy@7 {
  24. reg = <7>;
  25. compatible = "ethernet-phy-ieee802.3-c22";
  26. };
  27. };
  28. pip: pip@11800a0000000 {
  29. interface@0 {
  30. ethernet@0 {
  31. phy-handle = <&phy7>;
  32. };
  33. ethernet@1 {
  34. phy-handle = <&phy6>;
  35. };
  36. ethernet@2 {
  37. phy-handle = <&phy5>;
  38. };
  39. };
  40. };
  41. uart0: serial@1180000000800 {
  42. clock-frequency = <500000000>;
  43. };
  44. usbn: usbn@1180068000000 {
  45. refclk-frequency = <12000000>;
  46. refclk-type = "crystal";
  47. };
  48. };
  49. aliases {
  50. pip = &pip;
  51. };
  52. };