corstone700_fvp.dts 708 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Copyright (c) 2020, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /dts-v1/;
  7. #include "corstone700.dtsi"
  8. / {
  9. model = "corstone700-fvp";
  10. /*
  11. * Intel StrataFlash J3 NOR flash: 2 x 16-bit interleaved components
  12. * Flash total size: 32 MB
  13. * Allocated flash space: 8 MB
  14. */
  15. flash@8500000 {
  16. compatible = "cfi-flash";
  17. reg = <0x8500000 0x800000>;
  18. bank-width = <4>;
  19. device-width= <2>;
  20. };
  21. ethernet: eth@4010000 {
  22. compatible = "smsc,lan91c111";
  23. reg = <0x40100000 0x10000>;
  24. phy-mode = "mii";
  25. interrupt-parent = <&gic>;
  26. interrupts = <GIC_SPI 116 0xf04>;
  27. reg-io-width = <2>;
  28. smsc,irq-push-pull;
  29. };
  30. };
  31. &refclk {
  32. clock-frequency = <50000000>;
  33. };