hisi-x5hd2-dkb.dts 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. * Copyright (c) 2013-2014 Linaro Ltd.
  3. * Copyright (c) 2013-2014 Hisilicon Limited.
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * publishhed by the Free Software Foundation.
  8. */
  9. /dts-v1/;
  10. #include "hisi-x5hd2.dtsi"
  11. / {
  12. model = "Hisilicon HIX5HD2 Development Board";
  13. compatible = "hisilicon,hix5hd2";
  14. chosen {
  15. bootargs = "console=ttyAMA0,115200 earlyprintk";
  16. };
  17. cpus {
  18. #address-cells = <1>;
  19. #size-cells = <0>;
  20. enable-method = "hisilicon,hix5hd2-smp";
  21. cpu@0 {
  22. compatible = "arm,cortex-a9";
  23. device_type = "cpu";
  24. reg = <0>;
  25. next-level-cache = <&l2>;
  26. };
  27. cpu@1 {
  28. compatible = "arm,cortex-a9";
  29. device_type = "cpu";
  30. reg = <1>;
  31. next-level-cache = <&l2>;
  32. };
  33. };
  34. memory {
  35. device_type = "memory";
  36. reg = <0x00000000 0x80000000>;
  37. };
  38. };
  39. &timer0 {
  40. status = "okay";
  41. };
  42. &uart0 {
  43. status = "okay";
  44. };