hip06-d03.dts 644 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /**
  3. * dts file for Hisilicon D03 Development Board
  4. *
  5. * Copyright (C) 2016 HiSilicon Ltd.
  6. */
  7. /dts-v1/;
  8. #include "hip06.dtsi"
  9. / {
  10. model = "Hisilicon Hip06 D03 Development Board";
  11. compatible = "hisilicon,hip06-d03";
  12. memory@0 {
  13. device_type = "memory";
  14. reg = <0x0 0x00000000 0x0 0x40000000>;
  15. };
  16. chosen { };
  17. };
  18. &ipmi0 {
  19. status = "okay";
  20. };
  21. &uart0 {
  22. status = "okay";
  23. };
  24. &eth0 {
  25. status = "okay";
  26. };
  27. &eth1 {
  28. status = "okay";
  29. };
  30. &eth2 {
  31. status = "okay";
  32. };
  33. &eth3 {
  34. status = "okay";
  35. };
  36. &sas1 {
  37. status = "okay";
  38. };
  39. &usb_ohci {
  40. status = "okay";
  41. };
  42. &usb_ehci {
  43. status = "okay";
  44. };