dlink_dsr-500n-1000n.dtsi 1016 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * Device tree source for D-Link DSR-500N/1000N (common parts).
  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. soc@0 {
  13. smi0: mdio@1180000001800 {
  14. phy8: ethernet-phy@8 {
  15. reg = <8>;
  16. compatible = "ethernet-phy-ieee802.3-c22";
  17. };
  18. };
  19. pip: pip@11800a0000000 {
  20. interface@0 {
  21. ethernet@0 {
  22. fixed-link {
  23. speed = <1000>;
  24. full-duplex;
  25. };
  26. };
  27. ethernet@1 {
  28. fixed-link {
  29. speed = <1000>;
  30. full-duplex;
  31. };
  32. };
  33. ethernet@2 {
  34. phy-handle = <&phy8>;
  35. };
  36. };
  37. };
  38. twsi0: i2c@1180000001000 {
  39. rtc@68 {
  40. compatible = "dallas,ds1337";
  41. reg = <0x68>;
  42. };
  43. };
  44. usbn: usbn@1180068000000 {
  45. refclk-frequency = <12000000>;
  46. refclk-type = "crystal";
  47. };
  48. };
  49. aliases {
  50. pip = &pip;
  51. };
  52. };