uniphier-support-card.dtsi 732 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Device Tree Source for UniPhier Support Card (Expansion Board)
  3. *
  4. * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+ X11
  7. */
  8. &system_bus {
  9. status = "okay";
  10. ranges = <1 0x00000000 0x42000000 0x02000000>;
  11. support_card: support_card {
  12. compatible = "simple-bus";
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. ranges = <0x00000000 1 0x01f00000 0x00100000>;
  16. ethsc: ethernet@00000000 {
  17. compatible = "smsc,lan9118", "smsc,lan9115";
  18. reg = <0x00000000 0x1000>;
  19. phy-mode = "mii";
  20. reg-io-width = <4>;
  21. };
  22. serialsc: uart@000b0000 {
  23. compatible = "ns16550a";
  24. reg = <0x000b0000 0x20>;
  25. clock-frequency = <12288000>;
  26. reg-shift = <1>;
  27. };
  28. };
  29. };