hsdk.dts 968 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * Copyright (C) 2017 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. cpu_card {
  15. core_clk: core_clk {
  16. #clock-cells = <0>;
  17. compatible = "fixed-clock";
  18. clock-frequency = <1000000000>;
  19. u-boot,dm-pre-reloc;
  20. };
  21. };
  22. cgu_clk: cgu-clk@f0000000 {
  23. compatible = "snps,hsdk-cgu-clock";
  24. reg = <0xf0000000 0x10>, <0xf00014B8 0x4>;
  25. #clock-cells = <1>;
  26. };
  27. uart0: serial0@f0005000 {
  28. compatible = "snps,dw-apb-uart";
  29. reg = <0xf0005000 0x1000>;
  30. reg-shift = <2>;
  31. reg-io-width = <4>;
  32. };
  33. ethernet@f0008000 {
  34. #interrupt-cells = <1>;
  35. compatible = "altr,socfpga-stmmac";
  36. reg = <0xf0008000 0x2000>;
  37. phy-mode = "gmii";
  38. };
  39. ehci@0xf0040000 {
  40. compatible = "generic-ehci";
  41. reg = <0xf0040000 0x100>;
  42. };
  43. ohci@0xf0060000 {
  44. compatible = "generic-ohci";
  45. reg = <0xf0060000 0x100>;
  46. };
  47. };