axs10x.dts 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. /dts-v1/;
  7. #include "skeleton.dtsi"
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. aliases {
  12. console = &uart0;
  13. };
  14. clocks {
  15. apbclk: apbclk {
  16. compatible = "fixed-clock";
  17. clock-frequency = <50000000>;
  18. #clock-cells = <0>;
  19. };
  20. };
  21. uart0: serial0@e0022000 {
  22. compatible = "snps,dw-apb-uart";
  23. reg = <0xe0022000 0x1000>;
  24. reg-shift = <2>;
  25. reg-io-width = <4>;
  26. };
  27. ethernet@e0018000 {
  28. #interrupt-cells = <1>;
  29. compatible = "altr,socfpga-stmmac";
  30. reg = < 0xe0018000 0x2000 >;
  31. interrupts = < 25 >;
  32. interrupt-names = "macirq";
  33. phy-mode = "gmii";
  34. snps,pbl = < 32 >;
  35. clocks = <&apbclk>;
  36. clock-names = "stmmaceth";
  37. max-speed = <100>;
  38. };
  39. ehci@0xe0040000 {
  40. compatible = "generic-ehci";
  41. reg = < 0xe0040000 0x100 >;
  42. interrupts = < 8 >;
  43. };
  44. ohci@0xe0060000 {
  45. compatible = "generic-ohci";
  46. reg = < 0xe0060000 0x100 >;
  47. interrupts = < 8 >;
  48. };
  49. };