hip01-ca9x2.dts 820 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * HiSilicon Ltd. HiP01 SoC
  4. *
  5. * Copyright (C) 2014 HiSilicon Ltd.
  6. * Copyright (C) 2014 Huawei Ltd.
  7. *
  8. * Author: Wang Long <[email protected]>
  9. */
  10. /dts-v1/;
  11. /* First 8KB reserved for secondary core boot */
  12. /memreserve/ 0x80000000 0x00002000;
  13. #include "hip01.dtsi"
  14. / {
  15. model = "Hisilicon HIP01 Development Board";
  16. compatible = "hisilicon,hip01-ca9x2", "hisilicon,hip01";
  17. cpus {
  18. #address-cells = <1>;
  19. #size-cells = <0>;
  20. enable-method = "hisilicon,hip01-smp";
  21. cpu@0 {
  22. device_type = "cpu";
  23. compatible = "arm,cortex-a9";
  24. reg = <0>;
  25. };
  26. cpu@1 {
  27. device_type = "cpu";
  28. compatible = "arm,cortex-a9";
  29. reg = <1>;
  30. };
  31. };
  32. memory@80000000 {
  33. device_type = "memory";
  34. reg = <0x80000000 0x80000000>;
  35. };
  36. };
  37. &uart0 {
  38. status = "okay";
  39. };