hi3519-demb.dts 1013 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Copyright (c) 2015 HiSilicon Technologies Co., Ltd.
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms of the GNU General Public License as published by the
  6. * Free Software Foundation; either version 2 of the License, or (at your
  7. * option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. *
  17. */
  18. /dts-v1/;
  19. #include "hi3519.dtsi"
  20. / {
  21. model = "HiSilicon HI3519 DEMO Board";
  22. compatible = "hisilicon,hi3519";
  23. aliases {
  24. serial0 = &uart0;
  25. };
  26. memory {
  27. device_type = "memory";
  28. reg = <0x80000000 0x40000000>;
  29. };
  30. };
  31. &uart0 {
  32. status = "okay";
  33. };
  34. &dual_timer0 {
  35. status = "okay";
  36. };